COLOR #83871E

HEX: #83871E
RGB: (131,135,30)

Color info

#83871E contains mainly red and green colors. Web safe color of #83871E is #999933 (or #993).

RGB color model

#83871E color RGB value is (131,135,30).

  • red value is 131;
  • green value is 135;
  • blue value is 30.
RGB:
(131,135,30)
(51%,53%,12%)

RGB channels and saturation

R 131 of 255 = 51%
G 135 of 255 = 53%
B 30 of 255 = 12%

131
135
30

R + G + B ~ 39%. #83871E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 135 + 30 = 296 (100%)
R 131 of 296 ~ 44.26%
G 135 of 296 ~ 45.61%
B 30 of 296 ~ 10.14%

%44.26
%45.61
%10.14

CMYK color model

#83871E color CMYK value is (3,0,78,47).

  • cyan value is 2.96%
  • magenta value is 0.00%
  • yellow value is 77.78%
  • key color value is 47.06%
CMYK:
(3,0,78,47)
C3M0Y78K47 
(3%,0%,78%,47%)
(0.03/0.00/0.78/0.47)	

CMYK percentages

%2.96
%0
%77.78
%47.06

Codes

Color #83871E in popluar color models

83871E
RGB13113530
HSL62°63.64%32.35%
HSB/HSV62°77.78%52.94%
CMYK2.96%0.00%77.78%
47.06%

Color #83871E in popluar number systems.

HEX83871E
Decimal13113530
Binary100000111000011111110
Octal20320736

Shades and tints

Shades of #83871E

#83871E
(131,135,30)
#787B1C
(120,123,28)
#6D6F1A
(109,111,26)
#626318
(98,99,24)
#575716
(87,87,22)
#4C4B14
(76,75,20)
#413F12
(65,63,18)
#363310
(54,51,16)
#2B270E
(43,39,14)
#201B0C
(32,27,12)
#150F0A
(21,15,10)
#000000
(0,0,0)

Tints of #83871E

#83871E
(131,135,30)
#8E9132
(142,145,50)
#999B46
(153,155,70)
#A4A55A
(164,165,90)
#AFAF6E
(175,175,110)
#BAB982
(186,185,130)
#C5C396
(197,195,150)
#D0CDAA
(208,205,170)
#DBD7BE
(219,215,190)
#E6E1D2
(230,225,210)
#F1EBE6
(241,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83871E color. Also use rgb(131,135,30) instead hex code.

Text Font Color

.myTextColor { color: #83871E; }

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

This text font color is #83871E.


Background Color

.myBgColor { background-color: #83871E; }

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

This div background color is #83871E.


Border color

.myBorderColor { border: 1px solid #83871E; }

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

This div border color is #83871E.


Opacity

.myOpacity80 { color: #83871E; opacity: 0.8; }

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

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

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

This text has shadow with #83871E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83871E on black background.


Color preview on white background

This text has color #83871E on white background.



Black color preview on #83871E background

This text has black color on #83871E background.


White color preview on #83871E background

This text has white color on #83871E background.