COLOR #83482F

HEX: #83482F
RGB: (131,72,47)

Color info

#83482F contains mainly red and green colors. Web safe color of #83482F is #993333 (or #933).

RGB color model

#83482F color RGB value is (131,72,47).

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

RGB channels and saturation

R 131 of 255 = 51%
G 72 of 255 = 28%
B 47 of 255 = 18%

131
72
47

R + G + B ~ 32%. #83482F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 72 + 47 = 250 (100%)
R 131 of 250 ~ 52.4%
G 72 of 250 ~ 28.8%
B 47 of 250 ~ 18.8%

%52.4
%28.8
%18.8

CMYK color model

#83482F color CMYK value is (0,45,64,49).

  • cyan value is 0.00%
  • magenta value is 45.04%
  • yellow value is 64.12%
  • key color value is 48.63%
CMYK:
(0,45,64,49)
C0M45Y64K49 
(0%,45%,64%,49%)
(0.00/0.45/0.64/0.49)	

CMYK percentages

%0
%45.04
%64.12
%48.63

Codes

Color #83482F in popluar color models

83482F
RGB1317247
HSL18°47.19%34.90%
HSB/HSV18°64.12%51.37%
CMYK0.00%45.04%64.12%
48.63%

Color #83482F in popluar number systems.

HEX83482F
Decimal1317247
Binary100000111001000101111
Octal20311057

Shades and tints

Shades of #83482F

#83482F
(131,72,47)
#78422B
(120,66,43)
#6D3C27
(109,60,39)
#623623
(98,54,35)
#57301F
(87,48,31)
#4C2A1B
(76,42,27)
#412417
(65,36,23)
#361E13
(54,30,19)
#2B180F
(43,24,15)
#20120B
(32,18,11)
#150C07
(21,12,7)
#000000
(0,0,0)

Tints of #83482F

#83482F
(131,72,47)
#8E5841
(142,88,65)
#996853
(153,104,83)
#A47865
(164,120,101)
#AF8877
(175,136,119)
#BA9889
(186,152,137)
#C5A89B
(197,168,155)
#D0B8AD
(208,184,173)
#DBC8BF
(219,200,191)
#E6D8D1
(230,216,209)
#F1E8E3
(241,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83482F color. Also use rgb(131,72,47) instead hex code.

Text Font Color

.myTextColor { color: #83482F; }

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

This text font color is #83482F.


Background Color

.myBgColor { background-color: #83482F; }

<div style="background-color:#83482F">Inner text</div>

This div background color is #83482F.


Border color

.myBorderColor { border: 1px solid #83482F; }

<div style="border:3px solid #83482F">Div</div>

This div border color is #83482F.


Opacity

.myOpacity80 { color: #83482F; opacity: 0.8; }

<p style="color:#83482F;opacity:0.8;">80%</p>

Text with #83482F 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 #83482F;}

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

This text has shadow with #83482F color.

.textShadow {text-shadow: 3px 3px 1px #83482F, 3px 3px 1px red;}

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

This text has shadow with #83482F primary color and red secondary color.


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

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

This text has shadow with #83482F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83482F on black background.


Color preview on white background

This text has color #83482F on white background.



Black color preview on #83482F background

This text has black color on #83482F background.


White color preview on #83482F background

This text has white color on #83482F background.