COLOR #83511E

HEX: #83511E
RGB: (131,81,30)

Color info

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

RGB color model

#83511E color RGB value is (131,81,30).

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

RGB channels and saturation

R 131 of 255 = 51%
G 81 of 255 = 32%
B 30 of 255 = 12%

131
81
30

R + G + B ~ 32%. #83511E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 81 + 30 = 242 (100%)
R 131 of 242 ~ 54.13%
G 81 of 242 ~ 33.47%
B 30 of 242 ~ 12.4%

%54.13
%33.47
%12.4

CMYK color model

#83511E color CMYK value is (0,38,77,49).

  • cyan value is 0.00%
  • magenta value is 38.17%
  • yellow value is 77.10%
  • key color value is 48.63%
CMYK:
(0,38,77,49)
C0M38Y77K49 
(0%,38%,77%,49%)
(0.00/0.38/0.77/0.49)	

CMYK percentages

%0
%38.17
%77.1
%48.63

Codes

Color #83511E in popluar color models

83511E
RGB1318130
HSL30°62.73%31.57%
HSB/HSV30°77.10%51.37%
CMYK0.00%38.17%77.10%
48.63%

Color #83511E in popluar number systems.

HEX83511E
Decimal1318130
Binary10000011101000111110
Octal20312136

Shades and tints

Shades of #83511E

#83511E
(131,81,30)
#784A1C
(120,74,28)
#6D431A
(109,67,26)
#623C18
(98,60,24)
#573516
(87,53,22)
#4C2E14
(76,46,20)
#412712
(65,39,18)
#362010
(54,32,16)
#2B190E
(43,25,14)
#20120C
(32,18,12)
#150B0A
(21,11,10)
#000000
(0,0,0)

Tints of #83511E

#83511E
(131,81,30)
#8E6032
(142,96,50)
#996F46
(153,111,70)
#A47E5A
(164,126,90)
#AF8D6E
(175,141,110)
#BA9C82
(186,156,130)
#C5AB96
(197,171,150)
#D0BAAA
(208,186,170)
#DBC9BE
(219,201,190)
#E6D8D2
(230,216,210)
#F1E7E6
(241,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83511E; }

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

This text font color is #83511E.


Background Color

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

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

This div background color is #83511E.


Border color

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

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

This div border color is #83511E.


Opacity

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

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

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

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

This text has shadow with #83511E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83511E on black background.


Color preview on white background

This text has color #83511E on white background.



Black color preview on #83511E background

This text has black color on #83511E background.


White color preview on #83511E background

This text has white color on #83511E background.