COLOR #696D72

HEX: #696D72
RGB: (105,109,114)

Color info

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

RGB color model

#696D72 color RGB value is (105,109,114).

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

RGB channels and saturation

R 105 of 255 = 41%
G 109 of 255 = 43%
B 114 of 255 = 45%

105
109
114

R + G + B ~ 43%. #696D72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 109 + 114 = 328 (100%)
R 105 of 328 ~ 32.01%
G 109 of 328 ~ 33.23%
B 114 of 328 ~ 34.76%

%32.01
%33.23
%34.76

CMYK color model

#696D72 color CMYK value is (8,4,0,55).

  • cyan value is 7.89%
  • magenta value is 4.39%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(8,4,0,55)
C8M4Y0K55 
(8%,4%,0%,55%)
(0.08/0.04/0.00/0.55)	

CMYK percentages

%7.89
%4.39
%0
%55.29

Codes

Color #696D72 in popluar color models

696D72
RGB105109114
HSL213°4.11%42.94%
HSB/HSV213°7.89%44.71%
CMYK7.89%4.39%0.00%
55.29%

Color #696D72 in popluar number systems.

HEX696D72
Decimal105109114
Binary110100111011011110010
Octal151155162

Shades and tints

Shades of #696D72

#696D72
(105,109,114)
#606468
(96,100,104)
#575B5E
(87,91,94)
#4E5254
(78,82,84)
#45494A
(69,73,74)
#3C4040
(60,64,64)
#333736
(51,55,54)
#2A2E2C
(42,46,44)
#212522
(33,37,34)
#181C18
(24,28,24)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #696D72

#696D72
(105,109,114)
#767A7E
(118,122,126)
#83878A
(131,135,138)
#909496
(144,148,150)
#9DA1A2
(157,161,162)
#AAAEAE
(170,174,174)
#B7BBBA
(183,187,186)
#C4C8C6
(196,200,198)
#D1D5D2
(209,213,210)
#DEE2DE
(222,226,222)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696D72; }

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

This text font color is #696D72.


Background Color

.myBgColor { background-color: #696D72; }

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

This div background color is #696D72.


Border color

.myBorderColor { border: 1px solid #696D72; }

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

This div border color is #696D72.


Opacity

.myOpacity80 { color: #696D72; opacity: 0.8; }

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

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

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

This text has shadow with #696D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696D72 on black background.


Color preview on white background

This text has color #696D72 on white background.



Black color preview on #696D72 background

This text has black color on #696D72 background.


White color preview on #696D72 background

This text has white color on #696D72 background.