COLOR #696F4E

HEX: #696F4E
RGB: (105,111,78)

Color info

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

RGB color model

#696F4E color RGB value is (105,111,78).

  • red value is 105;
  • green value is 111;
  • blue value is 78.
RGB:
(105,111,78)
(41%,44%,31%)

RGB channels and saturation

R 105 of 255 = 41%
G 111 of 255 = 44%
B 78 of 255 = 31%

105
111
78

R + G + B ~ 39%. #696F4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 111 + 78 = 294 (100%)
R 105 of 294 ~ 35.71%
G 111 of 294 ~ 37.76%
B 78 of 294 ~ 26.53%

%35.71
%37.76
%26.53

CMYK color model

#696F4E color CMYK value is (5,0,30,56).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 56.47%
CMYK:
(5,0,30,56)
C5M0Y30K56 
(5%,0%,30%,56%)
(0.05/0.00/0.30/0.56)	

CMYK percentages

%5.41
%0
%29.73
%56.47

Codes

Color #696F4E in popluar color models

696F4E
RGB10511178
HSL71°17.46%37.06%
HSB/HSV71°29.73%43.53%
CMYK5.41%0.00%29.73%
56.47%

Color #696F4E in popluar number systems.

HEX696F4E
Decimal10511178
Binary110100111011111001110
Octal151157116

Shades and tints

Shades of #696F4E

#696F4E
(105,111,78)
#606547
(96,101,71)
#575B40
(87,91,64)
#4E5139
(78,81,57)
#454732
(69,71,50)
#3C3D2B
(60,61,43)
#333324
(51,51,36)
#2A291D
(42,41,29)
#211F16
(33,31,22)
#18150F
(24,21,15)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #696F4E

#696F4E
(105,111,78)
#767C5E
(118,124,94)
#83896E
(131,137,110)
#90967E
(144,150,126)
#9DA38E
(157,163,142)
#AAB09E
(170,176,158)
#B7BDAE
(183,189,174)
#C4CABE
(196,202,190)
#D1D7CE
(209,215,206)
#DEE4DE
(222,228,222)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696F4E color. Also use rgb(105,111,78) instead hex code.

Text Font Color

.myTextColor { color: #696F4E; }

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

This text font color is #696F4E.


Background Color

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

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

This div background color is #696F4E.


Border color

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

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

This div border color is #696F4E.


Opacity

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

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

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

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

This text has shadow with #696F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696F4E on black background.


Color preview on white background

This text has color #696F4E on white background.



Black color preview on #696F4E background

This text has black color on #696F4E background.


White color preview on #696F4E background

This text has white color on #696F4E background.