COLOR #697E51

HEX: #697E51 RGB: (105,126,81)

Color info

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

RGB color model

#697E51 color RGB value is (105,126,81).

RGB: (105,126,81) (41%, 49%, 32%)

RGB channels and saturation

R 105 of 255 = 41%
G 126 of 255 = 49%
B 81 of 255 = 32%

105
126
81

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

Portions of RGB colors in percentages

R + G + B = 105 + 126 + 81 = 312 (100%)
R 105 of 312 ~ 33.65%
G 126 of 312 ~ 40.38%
B 81 of 312 ~ 25.96'%

%33.65
%40.38
%25.96

CMYK color model

#697E51 color CMYK value is (17,0,36,51).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 50.59%

CMYK: (17,0,36,51)
C17M0Y36K51 (17%, 0%, 36%, 51%)
(0.17 / 0.00 / 0.36 / 0.51)

CMYK percentages

%16.67
%0
%35.71
%50.59

Codes

Color #697E51 in popluar color models

69 7E 51
RGB 105 126 81
HSL 88° 21.74% 40.59%
HSB/HSV 88° 35.71% 49.41%
CMYK 16.67% 0.00% 35.71%
50.59%

Color #697E51 in popluar number systems.

HEX 69 7E 51
Decimal 105 126 81
Binary 1101001 1111110 1010001
Octal 151 176 121

Shades and tints

Shades of #697E51

#697E51
(105,126,81)
#60734A
(96,115,74)
#576843
(87,104,67)
#4E5D3C
(78,93,60)
#455235
(69,82,53)
#3C472E
(60,71,46)
#333C27
(51,60,39)
#2A3120
(42,49,32)
#212619
(33,38,25)
#181B12
(24,27,18)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #697E51

#697E51
(105,126,81)
#768960
(118,137,96)
#83946F
(131,148,111)
#909F7E
(144,159,126)
#9DAA8D
(157,170,141)
#AAB59C
(170,181,156)
#B7C0AB
(183,192,171)
#C4CBBA
(196,203,186)
#D1D6C9
(209,214,201)
#DEE1D8
(222,225,216)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697E51; }

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

This text font color is #697E51.

Background Color

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

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

This div background color is #697E51.

Border color

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

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

This div border color is #697E51.

Opacity

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

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

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

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

This text has shadow with #697E51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #697E51.

Preview

Color preview on black background

This text has color #697E51 on black background.


Color preview on white background

This text has color #697E51 on white background.


Black color preview on #697E51 background

This text has black color on #697E51 background.


White color preview on #697E51 background

This text has white color on #697E51 background.


Related colors

Complementary color

Complementary color for #hex is #9681AE.


I love getcolorcode.com

Triadic colors

1 #51697E and #7E5169 with #697E51 are triadic colors.

2 #517E69 and #7E6951 with #697E51 are triadic colors.