COLOR #817F49

HEX: #817F49
RGB: (129,127,73)

Color info

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

RGB color model

#817F49 color RGB value is (129,127,73).

  • red value is 129;
  • green value is 127;
  • blue value is 73.
RGB:
(129,127,73)
(51%,50%,29%)

RGB channels and saturation

R 129 of 255 = 51%
G 127 of 255 = 50%
B 73 of 255 = 29%

129
127
73

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

Portions of RGB colors in percentages

R + G + B =
129 + 127 + 73 = 329 (100%)
R 129 of 329 ~ 39.21%
G 127 of 329 ~ 38.6%
B 73 of 329 ~ 22.19%

%39.21
%38.6
%22.19

CMYK color model

#817F49 color CMYK value is (0,2,43,49).

  • cyan value is 0.00%
  • magenta value is 1.55%
  • yellow value is 43.41%
  • key color value is 49.41%
CMYK:
(0,2,43,49)
C0M2Y43K49 
(0%,2%,43%,49%)
(0.00/0.02/0.43/0.49)	

CMYK percentages

%0
%1.55
%43.41
%49.41

Codes

Color #817F49 in popluar color models

817F49
RGB12912773
HSL58°27.72%39.61%
HSB/HSV58°43.41%50.59%
CMYK0.00%1.55%43.41%
49.41%

Color #817F49 in popluar number systems.

HEX817F49
Decimal12912773
Binary1000000111111111001001
Octal201177111

Shades and tints

Shades of #817F49

#817F49
(129,127,73)
#767443
(118,116,67)
#6B693D
(107,105,61)
#605E37
(96,94,55)
#555331
(85,83,49)
#4A482B
(74,72,43)
#3F3D25
(63,61,37)
#34321F
(52,50,31)
#292719
(41,39,25)
#1E1C13
(30,28,19)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #817F49

#817F49
(129,127,73)
#8C8A59
(140,138,89)
#979569
(151,149,105)
#A2A079
(162,160,121)
#ADAB89
(173,171,137)
#B8B699
(184,182,153)
#C3C1A9
(195,193,169)
#CECCB9
(206,204,185)
#D9D7C9
(217,215,201)
#E4E2D9
(228,226,217)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817F49 color. Also use rgb(129,127,73) instead hex code.

Text Font Color

.myTextColor { color: #817F49; }

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

This text font color is #817F49.


Background Color

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

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

This div background color is #817F49.


Border color

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

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

This div border color is #817F49.


Opacity

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

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

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

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

This text has shadow with #817F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817F49 on black background.


Color preview on white background

This text has color #817F49 on white background.



Black color preview on #817F49 background

This text has black color on #817F49 background.


White color preview on #817F49 background

This text has white color on #817F49 background.