COLOR #817230

HEX: #817230
RGB: (129,114,48)

Color info

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

RGB color model

#817230 color RGB value is (129,114,48).

  • red value is 129;
  • green value is 114;
  • blue value is 48.
RGB:
(129,114,48)
(51%,45%,19%)

RGB channels and saturation

R 129 of 255 = 51%
G 114 of 255 = 45%
B 48 of 255 = 19%

129
114
48

R + G + B ~ 38%. #817230 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 114 + 48 = 291 (100%)
R 129 of 291 ~ 44.33%
G 114 of 291 ~ 39.18%
B 48 of 291 ~ 16.49%

%44.33
%39.18
%16.49

CMYK color model

#817230 color CMYK value is (0,12,63,49).

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 62.79%
  • key color value is 49.41%
CMYK:
(0,12,63,49)
C0M12Y63K49 
(0%,12%,63%,49%)
(0.00/0.12/0.63/0.49)	

CMYK percentages

%0
%11.63
%62.79
%49.41

Codes

Color #817230 in popluar color models

817230
RGB12911448
HSL49°45.76%34.71%
HSB/HSV49°62.79%50.59%
CMYK0.00%11.63%62.79%
49.41%

Color #817230 in popluar number systems.

HEX817230
Decimal12911448
Binary100000011110010110000
Octal20116260

Shades and tints

Shades of #817230

#817230
(129,114,48)
#76682C
(118,104,44)
#6B5E28
(107,94,40)
#605424
(96,84,36)
#554A20
(85,74,32)
#4A401C
(74,64,28)
#3F3618
(63,54,24)
#342C14
(52,44,20)
#292210
(41,34,16)
#1E180C
(30,24,12)
#130E08
(19,14,8)
#000000
(0,0,0)

Tints of #817230

#817230
(129,114,48)
#8C7E42
(140,126,66)
#978A54
(151,138,84)
#A29666
(162,150,102)
#ADA278
(173,162,120)
#B8AE8A
(184,174,138)
#C3BA9C
(195,186,156)
#CEC6AE
(206,198,174)
#D9D2C0
(217,210,192)
#E4DED2
(228,222,210)
#EFEAE4
(239,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817230 color. Also use rgb(129,114,48) instead hex code.

Text Font Color

.myTextColor { color: #817230; }

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

This text font color is #817230.


Background Color

.myBgColor { background-color: #817230; }

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

This div background color is #817230.


Border color

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

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

This div border color is #817230.


Opacity

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

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

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

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

This text has shadow with #817230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817230 on black background.


Color preview on white background

This text has color #817230 on white background.



Black color preview on #817230 background

This text has black color on #817230 background.


White color preview on #817230 background

This text has white color on #817230 background.