COLOR #83781D

HEX: #83781D
RGB: (131,120,29)

Color info

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

RGB color model

#83781D color RGB value is (131,120,29).

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

RGB channels and saturation

R 131 of 255 = 51%
G 120 of 255 = 47%
B 29 of 255 = 11%

131
120
29

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

Portions of RGB colors in percentages

R + G + B =
131 + 120 + 29 = 280 (100%)
R 131 of 280 ~ 46.79%
G 120 of 280 ~ 42.86%
B 29 of 280 ~ 10.36%

%46.79
%42.86
%10.36

CMYK color model

#83781D color CMYK value is (0,8,78,49).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 77.86%
  • key color value is 48.63%
CMYK:
(0,8,78,49)
C0M8Y78K49 
(0%,8%,78%,49%)
(0.00/0.08/0.78/0.49)	

CMYK percentages

%0
%8.4
%77.86
%48.63

Codes

Color #83781D in popluar color models

83781D
RGB13112029
HSL54°63.75%31.37%
HSB/HSV54°77.86%51.37%
CMYK0.00%8.40%77.86%
48.63%

Color #83781D in popluar number systems.

HEX83781D
Decimal13112029
Binary10000011111100011101
Octal20317035

Shades and tints

Shades of #83781D

#83781D
(131,120,29)
#786E1B
(120,110,27)
#6D6419
(109,100,25)
#625A17
(98,90,23)
#575015
(87,80,21)
#4C4613
(76,70,19)
#413C11
(65,60,17)
#36320F
(54,50,15)
#2B280D
(43,40,13)
#201E0B
(32,30,11)
#151409
(21,20,9)
#000000
(0,0,0)

Tints of #83781D

#83781D
(131,120,29)
#8E8431
(142,132,49)
#999045
(153,144,69)
#A49C59
(164,156,89)
#AFA86D
(175,168,109)
#BAB481
(186,180,129)
#C5C095
(197,192,149)
#D0CCA9
(208,204,169)
#DBD8BD
(219,216,189)
#E6E4D1
(230,228,209)
#F1F0E5
(241,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83781D; }

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

This text font color is #83781D.


Background Color

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

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

This div background color is #83781D.


Border color

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

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

This div border color is #83781D.


Opacity

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

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

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

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

This text has shadow with #83781D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83781D on black background.


Color preview on white background

This text has color #83781D on white background.



Black color preview on #83781D background

This text has black color on #83781D background.


White color preview on #83781D background

This text has white color on #83781D background.