COLOR #696251

HEX: #696251
RGB: (105,98,81)

Color info

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

RGB color model

#696251 color RGB value is (105,98,81).

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

RGB channels and saturation

R 105 of 255 = 41%
G 98 of 255 = 38%
B 81 of 255 = 32%

105
98
81

R + G + B ~ 37%. #696251 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 98 + 81 = 284 (100%)
R 105 of 284 ~ 36.97%
G 98 of 284 ~ 34.51%
B 81 of 284 ~ 28.52%

%36.97
%34.51
%28.52

CMYK color model

#696251 color CMYK value is (0,7,23,59).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 22.86%
  • key color value is 58.82%
CMYK:
(0,7,23,59)
C0M7Y23K59 
(0%,7%,23%,59%)
(0.00/0.07/0.23/0.59)	

CMYK percentages

%0
%6.67
%22.86
%58.82

Codes

Color #696251 in popluar color models

696251
RGB1059881
HSL43°12.90%36.47%
HSB/HSV43°22.86%41.18%
CMYK0.00%6.67%22.86%
58.82%

Color #696251 in popluar number systems.

HEX696251
Decimal1059881
Binary110100111000101010001
Octal151142121

Shades and tints

Shades of #696251

#696251
(105,98,81)
#605A4A
(96,90,74)
#575243
(87,82,67)
#4E4A3C
(78,74,60)
#454235
(69,66,53)
#3C3A2E
(60,58,46)
#333227
(51,50,39)
#2A2A20
(42,42,32)
#212219
(33,34,25)
#181A12
(24,26,18)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #696251

#696251
(105,98,81)
#767060
(118,112,96)
#837E6F
(131,126,111)
#908C7E
(144,140,126)
#9D9A8D
(157,154,141)
#AAA89C
(170,168,156)
#B7B6AB
(183,182,171)
#C4C4BA
(196,196,186)
#D1D2C9
(209,210,201)
#DEE0D8
(222,224,216)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696251; }

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

This text font color is #696251.


Background Color

.myBgColor { background-color: #696251; }

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

This div background color is #696251.


Border color

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

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

This div border color is #696251.


Opacity

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

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

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

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

This text has shadow with #696251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696251 on black background.


Color preview on white background

This text has color #696251 on white background.



Black color preview on #696251 background

This text has black color on #696251 background.


White color preview on #696251 background

This text has white color on #696251 background.