COLOR #697872

HEX: #697872
RGB: (105,120,114)

Color info

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

RGB color model

#697872 color RGB value is (105,120,114).

  • red value is 105;
  • green value is 120;
  • blue value is 114.
RGB:
(105,120,114)
(41%,47%,45%)

RGB channels and saturation

R 105 of 255 = 41%
G 120 of 255 = 47%
B 114 of 255 = 45%

105
120
114

R + G + B ~ 44%. #697872 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 120 + 114 = 339 (100%)
R 105 of 339 ~ 30.97%
G 120 of 339 ~ 35.4%
B 114 of 339 ~ 33.63%

%30.97
%35.4
%33.63

CMYK color model

#697872 color CMYK value is (13,0,5,53).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 52.94%
CMYK:
(13,0,5,53)
C13M0Y5K53 
(13%,0%,5%,53%)
(0.13/0.00/0.05/0.53)	

CMYK percentages

%12.5
%0
%5
%52.94

Codes

Color #697872 in popluar color models

697872
RGB105120114
HSL156°6.67%44.12%
HSB/HSV156°12.50%47.06%
CMYK12.50%0.00%5.00%
52.94%

Color #697872 in popluar number systems.

HEX697872
Decimal105120114
Binary110100111110001110010
Octal151170162

Shades and tints

Shades of #697872

#697872
(105,120,114)
#606E68
(96,110,104)
#57645E
(87,100,94)
#4E5A54
(78,90,84)
#45504A
(69,80,74)
#3C4640
(60,70,64)
#333C36
(51,60,54)
#2A322C
(42,50,44)
#212822
(33,40,34)
#181E18
(24,30,24)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #697872

#697872
(105,120,114)
#76847E
(118,132,126)
#83908A
(131,144,138)
#909C96
(144,156,150)
#9DA8A2
(157,168,162)
#AAB4AE
(170,180,174)
#B7C0BA
(183,192,186)
#C4CCC6
(196,204,198)
#D1D8D2
(209,216,210)
#DEE4DE
(222,228,222)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697872 color. Also use rgb(105,120,114) instead hex code.

Text Font Color

.myTextColor { color: #697872; }

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

This text font color is #697872.


Background Color

.myBgColor { background-color: #697872; }

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

This div background color is #697872.


Border color

.myBorderColor { border: 1px solid #697872; }

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

This div border color is #697872.


Opacity

.myOpacity80 { color: #697872; opacity: 0.8; }

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

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

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

This text has shadow with #697872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697872 on black background.


Color preview on white background

This text has color #697872 on white background.



Black color preview on #697872 background

This text has black color on #697872 background.


White color preview on #697872 background

This text has white color on #697872 background.