COLOR #696B52

HEX: #696B52
RGB: (105,107,82)

Color info

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

RGB color model

#696B52 color RGB value is (105,107,82).

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

RGB channels and saturation

R 105 of 255 = 41%
G 107 of 255 = 42%
B 82 of 255 = 32%

105
107
82

R + G + B ~ 38%. #696B52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 107 + 82 = 294 (100%)
R 105 of 294 ~ 35.71%
G 107 of 294 ~ 36.39%
B 82 of 294 ~ 27.89%

%35.71
%36.39
%27.89

CMYK color model

#696B52 color CMYK value is (2,0,23,58).

  • cyan value is 1.87%
  • magenta value is 0.00%
  • yellow value is 23.36%
  • key color value is 58.04%
CMYK:
(2,0,23,58)
C2M0Y23K58 
(2%,0%,23%,58%)
(0.02/0.00/0.23/0.58)	

CMYK percentages

%1.87
%0
%23.36
%58.04

Codes

Color #696B52 in popluar color models

696B52
RGB10510782
HSL65°13.23%37.06%
HSB/HSV65°23.36%41.96%
CMYK1.87%0.00%23.36%
58.04%

Color #696B52 in popluar number systems.

HEX696B52
Decimal10510782
Binary110100111010111010010
Octal151153122

Shades and tints

Shades of #696B52

#696B52
(105,107,82)
#60624B
(96,98,75)
#575944
(87,89,68)
#4E503D
(78,80,61)
#454736
(69,71,54)
#3C3E2F
(60,62,47)
#333528
(51,53,40)
#2A2C21
(42,44,33)
#21231A
(33,35,26)
#181A13
(24,26,19)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #696B52

#696B52
(105,107,82)
#767861
(118,120,97)
#838570
(131,133,112)
#90927F
(144,146,127)
#9D9F8E
(157,159,142)
#AAAC9D
(170,172,157)
#B7B9AC
(183,185,172)
#C4C6BB
(196,198,187)
#D1D3CA
(209,211,202)
#DEE0D9
(222,224,217)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696B52; }

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

This text font color is #696B52.


Background Color

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

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

This div background color is #696B52.


Border color

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

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

This div border color is #696B52.


Opacity

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

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

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

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

This text has shadow with #696B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696B52 on black background.


Color preview on white background

This text has color #696B52 on white background.



Black color preview on #696B52 background

This text has black color on #696B52 background.


White color preview on #696B52 background

This text has white color on #696B52 background.