COLOR #82711B

HEX: #82711B
RGB: (130,113,27)

Color info

#82711B contains mainly red and green colors. Web safe color of #82711B is #996633 (or #963).

RGB color model

#82711B color RGB value is (130,113,27).

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

RGB channels and saturation

R 130 of 255 = 51%
G 113 of 255 = 44%
B 27 of 255 = 11%

130
113
27

R + G + B ~ 35%. #82711B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 113 + 27 = 270 (100%)
R 130 of 270 ~ 48.15%
G 113 of 270 ~ 41.85%
B 27 of 270 ~ 10%

%48.15
%41.85
%10

CMYK color model

#82711B color CMYK value is (0,13,79,49).

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 79.23%
  • key color value is 49.02%
CMYK:
(0,13,79,49)
C0M13Y79K49 
(0%,13%,79%,49%)
(0.00/0.13/0.79/0.49)	

CMYK percentages

%0
%13.08
%79.23
%49.02

Codes

Color #82711B in popluar color models

82711B
RGB13011327
HSL50°65.61%30.78%
HSB/HSV50°79.23%50.98%
CMYK0.00%13.08%79.23%
49.02%

Color #82711B in popluar number systems.

HEX82711B
Decimal13011327
Binary10000010111000111011
Octal20216133

Shades and tints

Shades of #82711B

#82711B
(130,113,27)
#776719
(119,103,25)
#6C5D17
(108,93,23)
#615315
(97,83,21)
#564913
(86,73,19)
#4B3F11
(75,63,17)
#40350F
(64,53,15)
#352B0D
(53,43,13)
#2A210B
(42,33,11)
#1F1709
(31,23,9)
#140D07
(20,13,7)
#000000
(0,0,0)

Tints of #82711B

#82711B
(130,113,27)
#8D7D2F
(141,125,47)
#988943
(152,137,67)
#A39557
(163,149,87)
#AEA16B
(174,161,107)
#B9AD7F
(185,173,127)
#C4B993
(196,185,147)
#CFC5A7
(207,197,167)
#DAD1BB
(218,209,187)
#E5DDCF
(229,221,207)
#F0E9E3
(240,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82711B color. Also use rgb(130,113,27) instead hex code.

Text Font Color

.myTextColor { color: #82711B; }

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

This text font color is #82711B.


Background Color

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

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

This div background color is #82711B.


Border color

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

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

This div border color is #82711B.


Opacity

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

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

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

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

This text has shadow with #82711B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82711B on black background.


Color preview on white background

This text has color #82711B on white background.



Black color preview on #82711B background

This text has black color on #82711B background.


White color preview on #82711B background

This text has white color on #82711B background.