COLOR #817C5C

HEX: #817C5C
RGB: (129,124,92)

Color info

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

RGB color model

#817C5C color RGB value is (129,124,92).

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

RGB channels and saturation

R 129 of 255 = 51%
G 124 of 255 = 49%
B 92 of 255 = 36%

129
124
92

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

Portions of RGB colors in percentages

R + G + B =
129 + 124 + 92 = 345 (100%)
R 129 of 345 ~ 37.39%
G 124 of 345 ~ 35.94%
B 92 of 345 ~ 26.67%

%37.39
%35.94
%26.67

CMYK color model

#817C5C color CMYK value is (0,4,29,49).

  • cyan value is 0.00%
  • magenta value is 3.88%
  • yellow value is 28.68%
  • key color value is 49.41%
CMYK:
(0,4,29,49)
C0M4Y29K49 
(0%,4%,29%,49%)
(0.00/0.04/0.29/0.49)	

CMYK percentages

%0
%3.88
%28.68
%49.41

Codes

Color #817C5C in popluar color models

817C5C
RGB12912492
HSL52°16.74%43.33%
HSB/HSV52°28.68%50.59%
CMYK0.00%3.88%28.68%
49.41%

Color #817C5C in popluar number systems.

HEX817C5C
Decimal12912492
Binary1000000111111001011100
Octal201174134

Shades and tints

Shades of #817C5C

#817C5C
(129,124,92)
#767154
(118,113,84)
#6B664C
(107,102,76)
#605B44
(96,91,68)
#55503C
(85,80,60)
#4A4534
(74,69,52)
#3F3A2C
(63,58,44)
#342F24
(52,47,36)
#29241C
(41,36,28)
#1E1914
(30,25,20)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #817C5C

#817C5C
(129,124,92)
#8C876A
(140,135,106)
#979278
(151,146,120)
#A29D86
(162,157,134)
#ADA894
(173,168,148)
#B8B3A2
(184,179,162)
#C3BEB0
(195,190,176)
#CEC9BE
(206,201,190)
#D9D4CC
(217,212,204)
#E4DFDA
(228,223,218)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817C5C; }

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

This text font color is #817C5C.


Background Color

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

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

This div background color is #817C5C.


Border color

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

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

This div border color is #817C5C.


Opacity

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

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

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

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

This text has shadow with #817C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817C5C on black background.


Color preview on white background

This text has color #817C5C on white background.



Black color preview on #817C5C background

This text has black color on #817C5C background.


White color preview on #817C5C background

This text has white color on #817C5C background.