COLOR #696851

HEX: #696851
RGB: (105,104,81)

Color info

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

RGB color model

#696851 color RGB value is (105,104,81).

  • red value is 105;
  • green value is 104;
  • blue value is 81.
RGB:
(105,104,81)
(41%,41%,32%)

RGB channels and saturation

R 105 of 255 = 41%
G 104 of 255 = 41%
B 81 of 255 = 32%

105
104
81

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

Portions of RGB colors in percentages

R + G + B =
105 + 104 + 81 = 290 (100%)
R 105 of 290 ~ 36.21%
G 104 of 290 ~ 35.86%
B 81 of 290 ~ 27.93%

%36.21
%35.86
%27.93

CMYK color model

#696851 color CMYK value is (0,1,23,59).

  • cyan value is 0.00%
  • magenta value is 0.95%
  • yellow value is 22.86%
  • key color value is 58.82%
CMYK:
(0,1,23,59)
C0M1Y23K59 
(0%,1%,23%,59%)
(0.00/0.01/0.23/0.59)	

CMYK percentages

%0
%0.95
%22.86
%58.82

Codes

Color #696851 in popluar color models

696851
RGB10510481
HSL58°12.90%36.47%
HSB/HSV58°22.86%41.18%
CMYK0.00%0.95%22.86%
58.82%

Color #696851 in popluar number systems.

HEX696851
Decimal10510481
Binary110100111010001010001
Octal151150121

Shades and tints

Shades of #696851

#696851
(105,104,81)
#605F4A
(96,95,74)
#575643
(87,86,67)
#4E4D3C
(78,77,60)
#454435
(69,68,53)
#3C3B2E
(60,59,46)
#333227
(51,50,39)
#2A2920
(42,41,32)
#212019
(33,32,25)
#181712
(24,23,18)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #696851

#696851
(105,104,81)
#767560
(118,117,96)
#83826F
(131,130,111)
#908F7E
(144,143,126)
#9D9C8D
(157,156,141)
#AAA99C
(170,169,156)
#B7B6AB
(183,182,171)
#C4C3BA
(196,195,186)
#D1D0C9
(209,208,201)
#DEDDD8
(222,221,216)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696851 color. Also use rgb(105,104,81) instead hex code.

Text Font Color

.myTextColor { color: #696851; }

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

This text font color is #696851.


Background Color

.myBgColor { background-color: #696851; }

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

This div background color is #696851.


Border color

.myBorderColor { border: 1px solid #696851; }

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

This div border color is #696851.


Opacity

.myOpacity80 { color: #696851; opacity: 0.8; }

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

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

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

This text has shadow with #696851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696851 on black background.


Color preview on white background

This text has color #696851 on white background.



Black color preview on #696851 background

This text has black color on #696851 background.


White color preview on #696851 background

This text has white color on #696851 background.