COLOR #817E32

HEX: #817E32
RGB: (129,126,50)

Color info

#817E32 contains mainly red and green colors. Web safe color of #817E32 is #996633 (or #963).

RGB color model

#817E32 color RGB value is (129,126,50).

  • red value is 129;
  • green value is 126;
  • blue value is 50.
RGB:
(129,126,50)
(51%,49%,20%)

RGB channels and saturation

R 129 of 255 = 51%
G 126 of 255 = 49%
B 50 of 255 = 20%

129
126
50

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

Portions of RGB colors in percentages

R + G + B =
129 + 126 + 50 = 305 (100%)
R 129 of 305 ~ 42.3%
G 126 of 305 ~ 41.31%
B 50 of 305 ~ 16.39%

%42.3
%41.31
%16.39

CMYK color model

#817E32 color CMYK value is (0,2,61,49).

  • cyan value is 0.00%
  • magenta value is 2.33%
  • yellow value is 61.24%
  • key color value is 49.41%
CMYK:
(0,2,61,49)
C0M2Y61K49 
(0%,2%,61%,49%)
(0.00/0.02/0.61/0.49)	

CMYK percentages

%0
%2.33
%61.24
%49.41

Codes

Color #817E32 in popluar color models

817E32
RGB12912650
HSL58°44.13%35.10%
HSB/HSV58°61.24%50.59%
CMYK0.00%2.33%61.24%
49.41%

Color #817E32 in popluar number systems.

HEX817E32
Decimal12912650
Binary100000011111110110010
Octal20117662

Shades and tints

Shades of #817E32

#817E32
(129,126,50)
#76732E
(118,115,46)
#6B682A
(107,104,42)
#605D26
(96,93,38)
#555222
(85,82,34)
#4A471E
(74,71,30)
#3F3C1A
(63,60,26)
#343116
(52,49,22)
#292612
(41,38,18)
#1E1B0E
(30,27,14)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #817E32

#817E32
(129,126,50)
#8C8944
(140,137,68)
#979456
(151,148,86)
#A29F68
(162,159,104)
#ADAA7A
(173,170,122)
#B8B58C
(184,181,140)
#C3C09E
(195,192,158)
#CECBB0
(206,203,176)
#D9D6C2
(217,214,194)
#E4E1D4
(228,225,212)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817E32 color. Also use rgb(129,126,50) instead hex code.

Text Font Color

.myTextColor { color: #817E32; }

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

This text font color is #817E32.


Background Color

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

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

This div background color is #817E32.


Border color

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

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

This div border color is #817E32.


Opacity

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

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

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

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

This text has shadow with #817E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817E32 on black background.


Color preview on white background

This text has color #817E32 on white background.



Black color preview on #817E32 background

This text has black color on #817E32 background.


White color preview on #817E32 background

This text has white color on #817E32 background.