COLOR #83751E

HEX: #83751E
RGB: (131,117,30)

Color info

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

RGB color model

#83751E color RGB value is (131,117,30).

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

RGB channels and saturation

R 131 of 255 = 51%
G 117 of 255 = 46%
B 30 of 255 = 12%

131
117
30

R + G + B ~ 36%. #83751E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 117 + 30 = 278 (100%)
R 131 of 278 ~ 47.12%
G 117 of 278 ~ 42.09%
B 30 of 278 ~ 10.79%

%47.12
%42.09
%10.79

CMYK color model

#83751E color CMYK value is (0,11,77,49).

  • cyan value is 0.00%
  • magenta value is 10.69%
  • yellow value is 77.10%
  • key color value is 48.63%
CMYK:
(0,11,77,49)
C0M11Y77K49 
(0%,11%,77%,49%)
(0.00/0.11/0.77/0.49)	

CMYK percentages

%0
%10.69
%77.1
%48.63

Codes

Color #83751E in popluar color models

83751E
RGB13111730
HSL52°62.73%31.57%
HSB/HSV52°77.10%51.37%
CMYK0.00%10.69%77.10%
48.63%

Color #83751E in popluar number systems.

HEX83751E
Decimal13111730
Binary10000011111010111110
Octal20316536

Shades and tints

Shades of #83751E

#83751E
(131,117,30)
#786B1C
(120,107,28)
#6D611A
(109,97,26)
#625718
(98,87,24)
#574D16
(87,77,22)
#4C4314
(76,67,20)
#413912
(65,57,18)
#362F10
(54,47,16)
#2B250E
(43,37,14)
#201B0C
(32,27,12)
#15110A
(21,17,10)
#000000
(0,0,0)

Tints of #83751E

#83751E
(131,117,30)
#8E8132
(142,129,50)
#998D46
(153,141,70)
#A4995A
(164,153,90)
#AFA56E
(175,165,110)
#BAB182
(186,177,130)
#C5BD96
(197,189,150)
#D0C9AA
(208,201,170)
#DBD5BE
(219,213,190)
#E6E1D2
(230,225,210)
#F1EDE6
(241,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83751E; }

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

This text font color is #83751E.


Background Color

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

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

This div background color is #83751E.


Border color

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

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

This div border color is #83751E.


Opacity

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

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

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

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

This text has shadow with #83751E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83751E on black background.


Color preview on white background

This text has color #83751E on white background.



Black color preview on #83751E background

This text has black color on #83751E background.


White color preview on #83751E background

This text has white color on #83751E background.