COLOR #81710B

HEX: #81710B
RGB: (129,113,11)

Color info

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

RGB color model

#81710B color RGB value is (129,113,11).

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

RGB channels and saturation

R 129 of 255 = 51%
G 113 of 255 = 44%
B 11 of 255 = 4%

129
113
11

R + G + B ~ 33%. #81710B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 113 + 11 = 253 (100%)
R 129 of 253 ~ 50.99%
G 113 of 253 ~ 44.66%
B 11 of 253 ~ 4.35%

%50.99
%44.66

CMYK color model

#81710B color CMYK value is (0,12,91,49).

  • cyan value is 0.00%
  • magenta value is 12.40%
  • yellow value is 91.47%
  • key color value is 49.41%
CMYK:
(0,12,91,49)
C0M12Y91K49 
(0%,12%,91%,49%)
(0.00/0.12/0.91/0.49)	

CMYK percentages

%0
%12.4
%91.47
%49.41

Codes

Color #81710B in popluar color models

81710B
RGB12911311
HSL52°84.29%27.45%
HSB/HSV52°91.47%50.59%
CMYK0.00%12.40%91.47%
49.41%

Color #81710B in popluar number systems.

HEX81710B
Decimal12911311
Binary1000000111100011011
Octal20116113

Shades and tints

Shades of #81710B

#81710B
(129,113,11)
#76670A
(118,103,10)
#6B5D09
(107,93,9)
#605308
(96,83,8)
#554907
(85,73,7)
#4A3F06
(74,63,6)
#3F3505
(63,53,5)
#342B04
(52,43,4)
#292103
(41,33,3)
#1E1702
(30,23,2)
#130D01
(19,13,1)
#000000
(0,0,0)

Tints of #81710B

#81710B
(129,113,11)
#8C7D21
(140,125,33)
#978937
(151,137,55)
#A2954D
(162,149,77)
#ADA163
(173,161,99)
#B8AD79
(184,173,121)
#C3B98F
(195,185,143)
#CEC5A5
(206,197,165)
#D9D1BB
(217,209,187)
#E4DDD1
(228,221,209)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81710B; }

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

This text font color is #81710B.


Background Color

.myBgColor { background-color: #81710B; }

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

This div background color is #81710B.


Border color

.myBorderColor { border: 1px solid #81710B; }

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

This div border color is #81710B.


Opacity

.myOpacity80 { color: #81710B; opacity: 0.8; }

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

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

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

This text has shadow with #81710B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81710B on black background.


Color preview on white background

This text has color #81710B on white background.



Black color preview on #81710B background

This text has black color on #81710B background.


White color preview on #81710B background

This text has white color on #81710B background.