COLOR #697E55

HEX: #697E55
RGB: (105,126,85)

Color info

#697E55 contains red, green and blue colors in about the same proportion. Web safe color of #697E55 is #666666 (or #666).

RGB color model

#697E55 color RGB value is (105,126,85).

  • red value is 105;
  • green value is 126;
  • blue value is 85.
RGB:
(105,126,85)
(41%,49%,33%)

RGB channels and saturation

R 105 of 255 = 41%
G 126 of 255 = 49%
B 85 of 255 = 33%

105
126
85

R + G + B ~ 41%. #697E55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 126 + 85 = 316 (100%)
R 105 of 316 ~ 33.23%
G 126 of 316 ~ 39.87%
B 85 of 316 ~ 26.9%

%33.23
%39.87
%26.9

CMYK color model

#697E55 color CMYK value is (17,0,33,51).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 32.54%
  • key color value is 50.59%
CMYK:
(17,0,33,51)
C17M0Y33K51 
(17%,0%,33%,51%)
(0.17/0.00/0.33/0.51)	

CMYK percentages

%16.67
%0
%32.54
%50.59

Codes

Color #697E55 in popluar color models

697E55
RGB10512685
HSL91°19.43%41.37%
HSB/HSV91°32.54%49.41%
CMYK16.67%0.00%32.54%
50.59%

Color #697E55 in popluar number systems.

HEX697E55
Decimal10512685
Binary110100111111101010101
Octal151176125

Shades and tints

Shades of #697E55

#697E55
(105,126,85)
#60734E
(96,115,78)
#576847
(87,104,71)
#4E5D40
(78,93,64)
#455239
(69,82,57)
#3C4732
(60,71,50)
#333C2B
(51,60,43)
#2A3124
(42,49,36)
#21261D
(33,38,29)
#181B16
(24,27,22)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #697E55

#697E55
(105,126,85)
#768964
(118,137,100)
#839473
(131,148,115)
#909F82
(144,159,130)
#9DAA91
(157,170,145)
#AAB5A0
(170,181,160)
#B7C0AF
(183,192,175)
#C4CBBE
(196,203,190)
#D1D6CD
(209,214,205)
#DEE1DC
(222,225,220)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697E55 color. Also use rgb(105,126,85) instead hex code.

Text Font Color

.myTextColor { color: #697E55; }

<p style="color:#697E55">This sample text font color is #697E55.</p>

This text font color is #697E55.


Background Color

.myBgColor { background-color: #697E55; }

<div style="background-color:#697E55">Inner text</div>

This div background color is #697E55.


Border color

.myBorderColor { border: 1px solid #697E55; }

<div style="border:3px solid #697E55">Div</div>

This div border color is #697E55.


Opacity

.myOpacity80 { color: #697E55; opacity: 0.8; }

<p style="color:#697E55;opacity:0.8;">80%</p>

Text with #697E55 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #697E55;}

<p style="text-shadow: 3px 3px 1px #697E55">Text here.</p>

This text has shadow with #697E55 color.

.textShadow {text-shadow: 3px 3px 1px #697E55, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #697E55, 5px 5px 20px red">Text here.</p>

This text has shadow with #697E55 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#697E55, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#697E55, Direction=45, Strength=4)">Text</p>

This text has shadow with #697E55 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #697E55;
  -webkit-box-shadow:	1px 1px 3px 2px #697E55;
  box-shadow:		1px 1px 3px 2px #697E55;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #697E55;
-webkit-box-shadow: 1px 1px 3px 2px #697E55;
box-shadow:1px 1px 3px 2px #697E55;">
Div content here</div>
This div box has shadow with color #697E55.

Preview

Color preview on black background

This text has color #697E55 on black background.


Color preview on white background

This text has color #697E55 on white background.



Black color preview on #697E55 background

This text has black color on #697E55 background.


White color preview on #697E55 background

This text has white color on #697E55 background.