COLOR #696E52

HEX: #696E52
RGB: (105,110,82)

Color info

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

RGB color model

#696E52 color RGB value is (105,110,82).

  • red value is 105;
  • green value is 110;
  • blue value is 82.
RGB:
(105,110,82)
(41%,43%,32%)

RGB channels and saturation

R 105 of 255 = 41%
G 110 of 255 = 43%
B 82 of 255 = 32%

105
110
82

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

Portions of RGB colors in percentages

R + G + B =
105 + 110 + 82 = 297 (100%)
R 105 of 297 ~ 35.35%
G 110 of 297 ~ 37.04%
B 82 of 297 ~ 27.61%

%35.35
%37.04
%27.61

CMYK color model

#696E52 color CMYK value is (5,0,25,57).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 25.45%
  • key color value is 56.86%
CMYK:
(5,0,25,57)
C5M0Y25K57 
(5%,0%,25%,57%)
(0.05/0.00/0.25/0.57)	

CMYK percentages

%4.55
%0
%25.45
%56.86

Codes

Color #696E52 in popluar color models

696E52
RGB10511082
HSL71°14.58%37.65%
HSB/HSV71°25.45%43.14%
CMYK4.55%0.00%25.45%
56.86%

Color #696E52 in popluar number systems.

HEX696E52
Decimal10511082
Binary110100111011101010010
Octal151156122

Shades and tints

Shades of #696E52

#696E52
(105,110,82)
#60644B
(96,100,75)
#575A44
(87,90,68)
#4E503D
(78,80,61)
#454636
(69,70,54)
#3C3C2F
(60,60,47)
#333228
(51,50,40)
#2A2821
(42,40,33)
#211E1A
(33,30,26)
#181413
(24,20,19)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #696E52

#696E52
(105,110,82)
#767B61
(118,123,97)
#838870
(131,136,112)
#90957F
(144,149,127)
#9DA28E
(157,162,142)
#AAAF9D
(170,175,157)
#B7BCAC
(183,188,172)
#C4C9BB
(196,201,187)
#D1D6CA
(209,214,202)
#DEE3D9
(222,227,217)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696E52 color. Also use rgb(105,110,82) instead hex code.

Text Font Color

.myTextColor { color: #696E52; }

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

This text font color is #696E52.


Background Color

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

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

This div background color is #696E52.


Border color

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

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

This div border color is #696E52.


Opacity

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

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

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

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

This text has shadow with #696E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696E52 on black background.


Color preview on white background

This text has color #696E52 on white background.



Black color preview on #696E52 background

This text has black color on #696E52 background.


White color preview on #696E52 background

This text has white color on #696E52 background.