COLOR #817A34

HEX: #817A34
RGB: (129,122,52)

Color info

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

RGB color model

#817A34 color RGB value is (129,122,52).

  • red value is 129;
  • green value is 122;
  • blue value is 52.
RGB:
(129,122,52)
(51%,48%,20%)

RGB channels and saturation

R 129 of 255 = 51%
G 122 of 255 = 48%
B 52 of 255 = 20%

129
122
52

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

Portions of RGB colors in percentages

R + G + B =
129 + 122 + 52 = 303 (100%)
R 129 of 303 ~ 42.57%
G 122 of 303 ~ 40.26%
B 52 of 303 ~ 17.16%

%42.57
%40.26
%17.16

CMYK color model

#817A34 color CMYK value is (0,5,60,49).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 59.69%
  • key color value is 49.41%
CMYK:
(0,5,60,49)
C0M5Y60K49 
(0%,5%,60%,49%)
(0.00/0.05/0.60/0.49)	

CMYK percentages

%0
%5.43
%59.69
%49.41

Codes

Color #817A34 in popluar color models

817A34
RGB12912252
HSL55°42.54%35.49%
HSB/HSV55°59.69%50.59%
CMYK0.00%5.43%59.69%
49.41%

Color #817A34 in popluar number systems.

HEX817A34
Decimal12912252
Binary100000011111010110100
Octal20117264

Shades and tints

Shades of #817A34

#817A34
(129,122,52)
#766F30
(118,111,48)
#6B642C
(107,100,44)
#605928
(96,89,40)
#554E24
(85,78,36)
#4A4320
(74,67,32)
#3F381C
(63,56,28)
#342D18
(52,45,24)
#292214
(41,34,20)
#1E1710
(30,23,16)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #817A34

#817A34
(129,122,52)
#8C8646
(140,134,70)
#979258
(151,146,88)
#A29E6A
(162,158,106)
#ADAA7C
(173,170,124)
#B8B68E
(184,182,142)
#C3C2A0
(195,194,160)
#CECEB2
(206,206,178)
#D9DAC4
(217,218,196)
#E4E6D6
(228,230,214)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817A34 color. Also use rgb(129,122,52) instead hex code.

Text Font Color

.myTextColor { color: #817A34; }

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

This text font color is #817A34.


Background Color

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

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

This div background color is #817A34.


Border color

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

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

This div border color is #817A34.


Opacity

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

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

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

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

This text has shadow with #817A34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817A34 on black background.


Color preview on white background

This text has color #817A34 on white background.



Black color preview on #817A34 background

This text has black color on #817A34 background.


White color preview on #817A34 background

This text has white color on #817A34 background.