COLOR #817C52

HEX: #817C52
RGB: (129,124,82)

Color info

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

RGB color model

#817C52 color RGB value is (129,124,82).

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

RGB channels and saturation

R 129 of 255 = 51%
G 124 of 255 = 49%
B 82 of 255 = 32%

129
124
82

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

Portions of RGB colors in percentages

R + G + B =
129 + 124 + 82 = 335 (100%)
R 129 of 335 ~ 38.51%
G 124 of 335 ~ 37.01%
B 82 of 335 ~ 24.48%

%38.51
%37.01
%24.48

CMYK color model

#817C52 color CMYK value is (0,4,36,49).

  • cyan value is 0.00%
  • magenta value is 3.88%
  • yellow value is 36.43%
  • key color value is 49.41%
CMYK:
(0,4,36,49)
C0M4Y36K49 
(0%,4%,36%,49%)
(0.00/0.04/0.36/0.49)	

CMYK percentages

%0
%3.88
%36.43
%49.41

Codes

Color #817C52 in popluar color models

817C52
RGB12912482
HSL54°22.27%41.37%
HSB/HSV54°36.43%50.59%
CMYK0.00%3.88%36.43%
49.41%

Color #817C52 in popluar number systems.

HEX817C52
Decimal12912482
Binary1000000111111001010010
Octal201174122

Shades and tints

Shades of #817C52

#817C52
(129,124,82)
#76714B
(118,113,75)
#6B6644
(107,102,68)
#605B3D
(96,91,61)
#555036
(85,80,54)
#4A452F
(74,69,47)
#3F3A28
(63,58,40)
#342F21
(52,47,33)
#29241A
(41,36,26)
#1E1913
(30,25,19)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #817C52

#817C52
(129,124,82)
#8C8761
(140,135,97)
#979270
(151,146,112)
#A29D7F
(162,157,127)
#ADA88E
(173,168,142)
#B8B39D
(184,179,157)
#C3BEAC
(195,190,172)
#CEC9BB
(206,201,187)
#D9D4CA
(217,212,202)
#E4DFD9
(228,223,217)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817C52; }

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

This text font color is #817C52.


Background Color

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

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

This div background color is #817C52.


Border color

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

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

This div border color is #817C52.


Opacity

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

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

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

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

This text has shadow with #817C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817C52 on black background.


Color preview on white background

This text has color #817C52 on white background.



Black color preview on #817C52 background

This text has black color on #817C52 background.


White color preview on #817C52 background

This text has white color on #817C52 background.