COLOR #817C62

HEX: #817C62
RGB: (129,124,98)

Color info

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

RGB color model

#817C62 color RGB value is (129,124,98).

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

RGB channels and saturation

R 129 of 255 = 51%
G 124 of 255 = 49%
B 98 of 255 = 38%

129
124
98

R + G + B ~ 46%. #817C62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 124 + 98 = 351 (100%)
R 129 of 351 ~ 36.75%
G 124 of 351 ~ 35.33%
B 98 of 351 ~ 27.92%

%36.75
%35.33
%27.92

CMYK color model

#817C62 color CMYK value is (0,4,24,49).

  • cyan value is 0.00%
  • magenta value is 3.88%
  • yellow value is 24.03%
  • key color value is 49.41%
CMYK:
(0,4,24,49)
C0M4Y24K49 
(0%,4%,24%,49%)
(0.00/0.04/0.24/0.49)	

CMYK percentages

%0
%3.88
%24.03
%49.41

Codes

Color #817C62 in popluar color models

817C62
RGB12912498
HSL50°13.66%44.51%
HSB/HSV50°24.03%50.59%
CMYK0.00%3.88%24.03%
49.41%

Color #817C62 in popluar number systems.

HEX817C62
Decimal12912498
Binary1000000111111001100010
Octal201174142

Shades and tints

Shades of #817C62

#817C62
(129,124,98)
#76715A
(118,113,90)
#6B6652
(107,102,82)
#605B4A
(96,91,74)
#555042
(85,80,66)
#4A453A
(74,69,58)
#3F3A32
(63,58,50)
#342F2A
(52,47,42)
#292422
(41,36,34)
#1E191A
(30,25,26)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #817C62

#817C62
(129,124,98)
#8C8770
(140,135,112)
#97927E
(151,146,126)
#A29D8C
(162,157,140)
#ADA89A
(173,168,154)
#B8B3A8
(184,179,168)
#C3BEB6
(195,190,182)
#CEC9C4
(206,201,196)
#D9D4D2
(217,212,210)
#E4DFE0
(228,223,224)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817C62; }

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

This text font color is #817C62.


Background Color

.myBgColor { background-color: #817C62; }

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

This div background color is #817C62.


Border color

.myBorderColor { border: 1px solid #817C62; }

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

This div border color is #817C62.


Opacity

.myOpacity80 { color: #817C62; opacity: 0.8; }

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

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

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

This text has shadow with #817C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817C62 on black background.


Color preview on white background

This text has color #817C62 on white background.



Black color preview on #817C62 background

This text has black color on #817C62 background.


White color preview on #817C62 background

This text has white color on #817C62 background.