COLOR #817111

HEX: #817111
RGB: (129,113,17)

Color info

#817111 contains mainly red and green colors. Web safe color of #817111 is #996600 (or #960).

RGB color model

#817111 color RGB value is (129,113,17).

  • red value is 129;
  • green value is 113;
  • blue value is 17.
RGB:
(129,113,17)
(51%,44%,7%)

RGB channels and saturation

R 129 of 255 = 51%
G 113 of 255 = 44%
B 17 of 255 = 7%

129
113
17

R + G + B ~ 34%. #817111 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 113 + 17 = 259 (100%)
R 129 of 259 ~ 49.81%
G 113 of 259 ~ 43.63%
B 17 of 259 ~ 6.56%

%49.81
%43.63

CMYK color model

#817111 color CMYK value is (0,12,87,49).

  • cyan value is 0.00%
  • magenta value is 12.40%
  • yellow value is 86.82%
  • key color value is 49.41%
CMYK:
(0,12,87,49)
C0M12Y87K49 
(0%,12%,87%,49%)
(0.00/0.12/0.87/0.49)	

CMYK percentages

%0
%12.4
%86.82
%49.41

Codes

Color #817111 in popluar color models

817111
RGB12911317
HSL51°76.71%28.63%
HSB/HSV51°86.82%50.59%
CMYK0.00%12.40%86.82%
49.41%

Color #817111 in popluar number systems.

HEX817111
Decimal12911317
Binary10000001111000110001
Octal20116121

Shades and tints

Shades of #817111

#817111
(129,113,17)
#766710
(118,103,16)
#6B5D0F
(107,93,15)
#60530E
(96,83,14)
#55490D
(85,73,13)
#4A3F0C
(74,63,12)
#3F350B
(63,53,11)
#342B0A
(52,43,10)
#292109
(41,33,9)
#1E1708
(30,23,8)
#130D07
(19,13,7)
#000000
(0,0,0)

Tints of #817111

#817111
(129,113,17)
#8C7D26
(140,125,38)
#97893B
(151,137,59)
#A29550
(162,149,80)
#ADA165
(173,161,101)
#B8AD7A
(184,173,122)
#C3B98F
(195,185,143)
#CEC5A4
(206,197,164)
#D9D1B9
(217,209,185)
#E4DDCE
(228,221,206)
#EFE9E3
(239,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817111 color. Also use rgb(129,113,17) instead hex code.

Text Font Color

.myTextColor { color: #817111; }

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

This text font color is #817111.


Background Color

.myBgColor { background-color: #817111; }

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

This div background color is #817111.


Border color

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

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

This div border color is #817111.


Opacity

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

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

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

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

This text has shadow with #817111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817111 on black background.


Color preview on white background

This text has color #817111 on white background.



Black color preview on #817111 background

This text has black color on #817111 background.


White color preview on #817111 background

This text has white color on #817111 background.