COLOR #697E59

HEX: #697E59
RGB: (105,126,89)

Color info

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

RGB color model

#697E59 color RGB value is (105,126,89).

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

RGB channels and saturation

R 105 of 255 = 41%
G 126 of 255 = 49%
B 89 of 255 = 35%

105
126
89

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

Portions of RGB colors in percentages

R + G + B =
105 + 126 + 89 = 320 (100%)
R 105 of 320 ~ 32.81%
G 126 of 320 ~ 39.38%
B 89 of 320 ~ 27.81%

%32.81
%39.38
%27.81

CMYK color model

#697E59 color CMYK value is (17,0,29,51).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 29.37%
  • key color value is 50.59%
CMYK:
(17,0,29,51)
C17M0Y29K51 
(17%,0%,29%,51%)
(0.17/0.00/0.29/0.51)	

CMYK percentages

%16.67
%0
%29.37
%50.59

Codes

Color #697E59 in popluar color models

697E59
RGB10512689
HSL94°17.21%42.16%
HSB/HSV94°29.37%49.41%
CMYK16.67%0.00%29.37%
50.59%

Color #697E59 in popluar number systems.

HEX697E59
Decimal10512689
Binary110100111111101011001
Octal151176131

Shades and tints

Shades of #697E59

#697E59
(105,126,89)
#607351
(96,115,81)
#576849
(87,104,73)
#4E5D41
(78,93,65)
#455239
(69,82,57)
#3C4731
(60,71,49)
#333C29
(51,60,41)
#2A3121
(42,49,33)
#212619
(33,38,25)
#181B11
(24,27,17)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #697E59

#697E59
(105,126,89)
#768968
(118,137,104)
#839477
(131,148,119)
#909F86
(144,159,134)
#9DAA95
(157,170,149)
#AAB5A4
(170,181,164)
#B7C0B3
(183,192,179)
#C4CBC2
(196,203,194)
#D1D6D1
(209,214,209)
#DEE1E0
(222,225,224)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697E59; }

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

This text font color is #697E59.


Background Color

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

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

This div background color is #697E59.


Border color

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

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

This div border color is #697E59.


Opacity

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

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

Text with #697E59 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 #697E59;}

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

This text has shadow with #697E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697E59 on black background.


Color preview on white background

This text has color #697E59 on white background.



Black color preview on #697E59 background

This text has black color on #697E59 background.


White color preview on #697E59 background

This text has white color on #697E59 background.