COLOR #83472E

HEX: #83472E
RGB: (131,71,46)

Color info

#83472E contains mainly red color. Web safe color of #83472E is #993333 (or #933).

RGB color model

#83472E color RGB value is (131,71,46).

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

RGB channels and saturation

R 131 of 255 = 51%
G 71 of 255 = 28%
B 46 of 255 = 18%

131
71
46

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

Portions of RGB colors in percentages

R + G + B =
131 + 71 + 46 = 248 (100%)
R 131 of 248 ~ 52.82%
G 71 of 248 ~ 28.63%
B 46 of 248 ~ 18.55%

%52.82
%28.63
%18.55

CMYK color model

#83472E color CMYK value is (0,46,65,49).

  • cyan value is 0.00%
  • magenta value is 45.80%
  • yellow value is 64.89%
  • key color value is 48.63%
CMYK:
(0,46,65,49)
C0M46Y65K49 
(0%,46%,65%,49%)
(0.00/0.46/0.65/0.49)	

CMYK percentages

%0
%45.8
%64.89
%48.63

Codes

Color #83472E in popluar color models

83472E
RGB1317146
HSL18°48.02%34.71%
HSB/HSV18°64.89%51.37%
CMYK0.00%45.80%64.89%
48.63%

Color #83472E in popluar number systems.

HEX83472E
Decimal1317146
Binary100000111000111101110
Octal20310756

Shades and tints

Shades of #83472E

#83472E
(131,71,46)
#78412A
(120,65,42)
#6D3B26
(109,59,38)
#623522
(98,53,34)
#572F1E
(87,47,30)
#4C291A
(76,41,26)
#412316
(65,35,22)
#361D12
(54,29,18)
#2B170E
(43,23,14)
#20110A
(32,17,10)
#150B06
(21,11,6)
#000000
(0,0,0)

Tints of #83472E

#83472E
(131,71,46)
#8E5741
(142,87,65)
#996754
(153,103,84)
#A47767
(164,119,103)
#AF877A
(175,135,122)
#BA978D
(186,151,141)
#C5A7A0
(197,167,160)
#D0B7B3
(208,183,179)
#DBC7C6
(219,199,198)
#E6D7D9
(230,215,217)
#F1E7EC
(241,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83472E color. Also use rgb(131,71,46) instead hex code.

Text Font Color

.myTextColor { color: #83472E; }

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

This text font color is #83472E.


Background Color

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

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

This div background color is #83472E.


Border color

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

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

This div border color is #83472E.


Opacity

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

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

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

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

This text has shadow with #83472E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83472E on black background.


Color preview on white background

This text has color #83472E on white background.



Black color preview on #83472E background

This text has black color on #83472E background.


White color preview on #83472E background

This text has white color on #83472E background.