COLOR #817A50

HEX: #817A50
RGB: (129,122,80)

Color info

#817A50 contains red, green and blue colors in about the same proportion. Web safe color of #817A50 is #996666 (or #966).

RGB color model

#817A50 color RGB value is (129,122,80).

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

RGB channels and saturation

R 129 of 255 = 51%
G 122 of 255 = 48%
B 80 of 255 = 31%

129
122
80

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

Portions of RGB colors in percentages

R + G + B =
129 + 122 + 80 = 331 (100%)
R 129 of 331 ~ 38.97%
G 122 of 331 ~ 36.86%
B 80 of 331 ~ 24.17%

%38.97
%36.86
%24.17

CMYK color model

#817A50 color CMYK value is (0,5,38,49).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 37.98%
  • key color value is 49.41%
CMYK:
(0,5,38,49)
C0M5Y38K49 
(0%,5%,38%,49%)
(0.00/0.05/0.38/0.49)	

CMYK percentages

%0
%5.43
%37.98
%49.41

Codes

Color #817A50 in popluar color models

817A50
RGB12912280
HSL51°23.44%40.98%
HSB/HSV51°37.98%50.59%
CMYK0.00%5.43%37.98%
49.41%

Color #817A50 in popluar number systems.

HEX817A50
Decimal12912280
Binary1000000111110101010000
Octal201172120

Shades and tints

Shades of #817A50

#817A50
(129,122,80)
#766F49
(118,111,73)
#6B6442
(107,100,66)
#60593B
(96,89,59)
#554E34
(85,78,52)
#4A432D
(74,67,45)
#3F3826
(63,56,38)
#342D1F
(52,45,31)
#292218
(41,34,24)
#1E1711
(30,23,17)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #817A50

#817A50
(129,122,80)
#8C865F
(140,134,95)
#97926E
(151,146,110)
#A29E7D
(162,158,125)
#ADAA8C
(173,170,140)
#B8B69B
(184,182,155)
#C3C2AA
(195,194,170)
#CECEB9
(206,206,185)
#D9DAC8
(217,218,200)
#E4E6D7
(228,230,215)
#EFF2E6
(239,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817A50; }

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

This text font color is #817A50.


Background Color

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

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

This div background color is #817A50.


Border color

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

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

This div border color is #817A50.


Opacity

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

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

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

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

This text has shadow with #817A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817A50 on black background.


Color preview on white background

This text has color #817A50 on white background.



Black color preview on #817A50 background

This text has black color on #817A50 background.


White color preview on #817A50 background

This text has white color on #817A50 background.