COLOR #83721D

HEX: #83721D
RGB: (131,114,29)

Color info

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

RGB color model

#83721D color RGB value is (131,114,29).

  • red value is 131;
  • green value is 114;
  • blue value is 29.
RGB:
(131,114,29)
(51%,45%,11%)

RGB channels and saturation

R 131 of 255 = 51%
G 114 of 255 = 45%
B 29 of 255 = 11%

131
114
29

R + G + B ~ 36%. #83721D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 114 + 29 = 274 (100%)
R 131 of 274 ~ 47.81%
G 114 of 274 ~ 41.61%
B 29 of 274 ~ 10.58%

%47.81
%41.61
%10.58

CMYK color model

#83721D color CMYK value is (0,13,78,49).

  • cyan value is 0.00%
  • magenta value is 12.98%
  • yellow value is 77.86%
  • key color value is 48.63%
CMYK:
(0,13,78,49)
C0M13Y78K49 
(0%,13%,78%,49%)
(0.00/0.13/0.78/0.49)	

CMYK percentages

%0
%12.98
%77.86
%48.63

Codes

Color #83721D in popluar color models

83721D
RGB13111429
HSL50°63.75%31.37%
HSB/HSV50°77.86%51.37%
CMYK0.00%12.98%77.86%
48.63%

Color #83721D in popluar number systems.

HEX83721D
Decimal13111429
Binary10000011111001011101
Octal20316235

Shades and tints

Shades of #83721D

#83721D
(131,114,29)
#78681B
(120,104,27)
#6D5E19
(109,94,25)
#625417
(98,84,23)
#574A15
(87,74,21)
#4C4013
(76,64,19)
#413611
(65,54,17)
#362C0F
(54,44,15)
#2B220D
(43,34,13)
#20180B
(32,24,11)
#150E09
(21,14,9)
#000000
(0,0,0)

Tints of #83721D

#83721D
(131,114,29)
#8E7E31
(142,126,49)
#998A45
(153,138,69)
#A49659
(164,150,89)
#AFA26D
(175,162,109)
#BAAE81
(186,174,129)
#C5BA95
(197,186,149)
#D0C6A9
(208,198,169)
#DBD2BD
(219,210,189)
#E6DED1
(230,222,209)
#F1EAE5
(241,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83721D color. Also use rgb(131,114,29) instead hex code.

Text Font Color

.myTextColor { color: #83721D; }

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

This text font color is #83721D.


Background Color

.myBgColor { background-color: #83721D; }

<div style="background-color:#83721D">Inner text</div>

This div background color is #83721D.


Border color

.myBorderColor { border: 1px solid #83721D; }

<div style="border:3px solid #83721D">Div</div>

This div border color is #83721D.


Opacity

.myOpacity80 { color: #83721D; opacity: 0.8; }

<p style="color:#83721D;opacity:0.8;">80%</p>

Text with #83721D 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 #83721D;}

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

This text has shadow with #83721D color.

.textShadow {text-shadow: 3px 3px 1px #83721D, 3px 3px 1px red;}

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

This text has shadow with #83721D primary color and red secondary color.


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

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

This text has shadow with #83721D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83721D on black background.


Color preview on white background

This text has color #83721D on white background.



Black color preview on #83721D background

This text has black color on #83721D background.


White color preview on #83721D background

This text has white color on #83721D background.