COLOR #816462

HEX: #816462
RGB: (129,100,98)

Color info

#816462 contains red, green and blue colors in about the same proportion. Web safe color of #816462 is #996666 (or #966).

RGB color model

#816462 color RGB value is (129,100,98).

  • red value is 129;
  • green value is 100;
  • blue value is 98.
RGB:
(129,100,98)
(51%,39%,38%)

RGB channels and saturation

R 129 of 255 = 51%
G 100 of 255 = 39%
B 98 of 255 = 38%

129
100
98

R + G + B ~ 43%. #816462 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 100 + 98 = 327 (100%)
R 129 of 327 ~ 39.45%
G 100 of 327 ~ 30.58%
B 98 of 327 ~ 29.97%

%39.45
%30.58
%29.97

CMYK color model

#816462 color CMYK value is (0,22,24,49).

  • cyan value is 0.00%
  • magenta value is 22.48%
  • yellow value is 24.03%
  • key color value is 49.41%
CMYK:
(0,22,24,49)
C0M22Y24K49 
(0%,22%,24%,49%)
(0.00/0.22/0.24/0.49)	

CMYK percentages

%0
%22.48
%24.03
%49.41

Codes

Color #816462 in popluar color models

816462
RGB12910098
HSL13.66%44.51%
HSB/HSV24.03%50.59%
CMYK0.00%22.48%24.03%
49.41%

Color #816462 in popluar number systems.

HEX816462
Decimal12910098
Binary1000000111001001100010
Octal201144142

Shades and tints

Shades of #816462

#816462
(129,100,98)
#765B5A
(118,91,90)
#6B5252
(107,82,82)
#60494A
(96,73,74)
#554042
(85,64,66)
#4A373A
(74,55,58)
#3F2E32
(63,46,50)
#34252A
(52,37,42)
#291C22
(41,28,34)
#1E131A
(30,19,26)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #816462

#816462
(129,100,98)
#8C7270
(140,114,112)
#97807E
(151,128,126)
#A28E8C
(162,142,140)
#AD9C9A
(173,156,154)
#B8AAA8
(184,170,168)
#C3B8B6
(195,184,182)
#CEC6C4
(206,198,196)
#D9D4D2
(217,212,210)
#E4E2E0
(228,226,224)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816462 color. Also use rgb(129,100,98) instead hex code.

Text Font Color

.myTextColor { color: #816462; }

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

This text font color is #816462.


Background Color

.myBgColor { background-color: #816462; }

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

This div background color is #816462.


Border color

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

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

This div border color is #816462.


Opacity

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

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

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

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

This text has shadow with #816462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816462 on black background.


Color preview on white background

This text has color #816462 on white background.



Black color preview on #816462 background

This text has black color on #816462 background.


White color preview on #816462 background

This text has white color on #816462 background.