COLOR #83471D

HEX: #83471D
RGB: (131,71,29)

Color info

#83471D contains mainly red color. Web safe color of #83471D is #993333 (or #933).

RGB color model

#83471D color RGB value is (131,71,29).

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

RGB channels and saturation

R 131 of 255 = 51%
G 71 of 255 = 28%
B 29 of 255 = 11%

131
71
29

R + G + B ~ 30%. #83471D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 71 + 29 = 231 (100%)
R 131 of 231 ~ 56.71%
G 71 of 231 ~ 30.74%
B 29 of 231 ~ 12.55%

%56.71
%30.74
%12.55

CMYK color model

#83471D color CMYK value is (0,46,78,49).

  • cyan value is 0.00%
  • magenta value is 45.80%
  • yellow value is 77.86%
  • key color value is 48.63%
CMYK:
(0,46,78,49)
C0M46Y78K49 
(0%,46%,78%,49%)
(0.00/0.46/0.78/0.49)	

CMYK percentages

%0
%45.8
%77.86
%48.63

Codes

Color #83471D in popluar color models

83471D
RGB1317129
HSL25°63.75%31.37%
HSB/HSV25°77.86%51.37%
CMYK0.00%45.80%77.86%
48.63%

Color #83471D in popluar number systems.

HEX83471D
Decimal1317129
Binary10000011100011111101
Octal20310735

Shades and tints

Shades of #83471D

#83471D
(131,71,29)
#78411B
(120,65,27)
#6D3B19
(109,59,25)
#623517
(98,53,23)
#572F15
(87,47,21)
#4C2913
(76,41,19)
#412311
(65,35,17)
#361D0F
(54,29,15)
#2B170D
(43,23,13)
#20110B
(32,17,11)
#150B09
(21,11,9)
#000000
(0,0,0)

Tints of #83471D

#83471D
(131,71,29)
#8E5731
(142,87,49)
#996745
(153,103,69)
#A47759
(164,119,89)
#AF876D
(175,135,109)
#BA9781
(186,151,129)
#C5A795
(197,167,149)
#D0B7A9
(208,183,169)
#DBC7BD
(219,199,189)
#E6D7D1
(230,215,209)
#F1E7E5
(241,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83471D; }

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

This text font color is #83471D.


Background Color

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

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

This div background color is #83471D.


Border color

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

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

This div border color is #83471D.


Opacity

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

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

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

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

This text has shadow with #83471D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83471D on black background.


Color preview on white background

This text has color #83471D on white background.



Black color preview on #83471D background

This text has black color on #83471D background.


White color preview on #83471D background

This text has white color on #83471D background.