COLOR #696F56

HEX: #696F56
RGB: (105,111,86)

Color info

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

RGB color model

#696F56 color RGB value is (105,111,86).

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

RGB channels and saturation

R 105 of 255 = 41%
G 111 of 255 = 44%
B 86 of 255 = 34%

105
111
86

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

Portions of RGB colors in percentages

R + G + B =
105 + 111 + 86 = 302 (100%)
R 105 of 302 ~ 34.77%
G 111 of 302 ~ 36.75%
B 86 of 302 ~ 28.48%

%34.77
%36.75
%28.48

CMYK color model

#696F56 color CMYK value is (5,0,23,56).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 22.52%
  • key color value is 56.47%
CMYK:
(5,0,23,56)
C5M0Y23K56 
(5%,0%,23%,56%)
(0.05/0.00/0.23/0.56)	

CMYK percentages

%5.41
%0
%22.52
%56.47

Codes

Color #696F56 in popluar color models

696F56
RGB10511186
HSL74°12.69%38.63%
HSB/HSV74°22.52%43.53%
CMYK5.41%0.00%22.52%
56.47%

Color #696F56 in popluar number systems.

HEX696F56
Decimal10511186
Binary110100111011111010110
Octal151157126

Shades and tints

Shades of #696F56

#696F56
(105,111,86)
#60654F
(96,101,79)
#575B48
(87,91,72)
#4E5141
(78,81,65)
#45473A
(69,71,58)
#3C3D33
(60,61,51)
#33332C
(51,51,44)
#2A2925
(42,41,37)
#211F1E
(33,31,30)
#181517
(24,21,23)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #696F56

#696F56
(105,111,86)
#767C65
(118,124,101)
#838974
(131,137,116)
#909683
(144,150,131)
#9DA392
(157,163,146)
#AAB0A1
(170,176,161)
#B7BDB0
(183,189,176)
#C4CABF
(196,202,191)
#D1D7CE
(209,215,206)
#DEE4DD
(222,228,221)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696F56; }

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

This text font color is #696F56.


Background Color

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

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

This div background color is #696F56.


Border color

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

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

This div border color is #696F56.


Opacity

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

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

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

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

This text has shadow with #696F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696F56 on black background.


Color preview on white background

This text has color #696F56 on white background.



Black color preview on #696F56 background

This text has black color on #696F56 background.


White color preview on #696F56 background

This text has white color on #696F56 background.