COLOR #817A4C

HEX: #817A4C
RGB: (129,122,76)

Color info

#817A4C contains red, green and blue colors in about the same proportion. Web safe color of #817A4C is #996633 (or #963).

RGB color model

#817A4C color RGB value is (129,122,76).

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

RGB channels and saturation

R 129 of 255 = 51%
G 122 of 255 = 48%
B 76 of 255 = 30%

129
122
76

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

Portions of RGB colors in percentages

R + G + B =
129 + 122 + 76 = 327 (100%)
R 129 of 327 ~ 39.45%
G 122 of 327 ~ 37.31%
B 76 of 327 ~ 23.24%

%39.45
%37.31
%23.24

CMYK color model

#817A4C color CMYK value is (0,5,41,49).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 41.09%
  • key color value is 49.41%
CMYK:
(0,5,41,49)
C0M5Y41K49 
(0%,5%,41%,49%)
(0.00/0.05/0.41/0.49)	

CMYK percentages

%0
%5.43
%41.09
%49.41

Codes

Color #817A4C in popluar color models

817A4C
RGB12912276
HSL52°25.85%40.20%
HSB/HSV52°41.09%50.59%
CMYK0.00%5.43%41.09%
49.41%

Color #817A4C in popluar number systems.

HEX817A4C
Decimal12912276
Binary1000000111110101001100
Octal201172114

Shades and tints

Shades of #817A4C

#817A4C
(129,122,76)
#766F46
(118,111,70)
#6B6440
(107,100,64)
#60593A
(96,89,58)
#554E34
(85,78,52)
#4A432E
(74,67,46)
#3F3828
(63,56,40)
#342D22
(52,45,34)
#29221C
(41,34,28)
#1E1716
(30,23,22)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #817A4C

#817A4C
(129,122,76)
#8C865C
(140,134,92)
#97926C
(151,146,108)
#A29E7C
(162,158,124)
#ADAA8C
(173,170,140)
#B8B69C
(184,182,156)
#C3C2AC
(195,194,172)
#CECEBC
(206,206,188)
#D9DACC
(217,218,204)
#E4E6DC
(228,230,220)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817A4C; }

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

This text font color is #817A4C.


Background Color

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

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

This div background color is #817A4C.


Border color

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

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

This div border color is #817A4C.


Opacity

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

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

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

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

This text has shadow with #817A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817A4C on black background.


Color preview on white background

This text has color #817A4C on white background.



Black color preview on #817A4C background

This text has black color on #817A4C background.


White color preview on #817A4C background

This text has white color on #817A4C background.