COLOR #83480B

HEX: #83480B
RGB: (131,72,11)

Color info

#83480B contains mainly red and green colors. Web safe color of #83480B is #993300 (or #930).

RGB color model

#83480B color RGB value is (131,72,11).

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

RGB channels and saturation

R 131 of 255 = 51%
G 72 of 255 = 28%
B 11 of 255 = 4%

131
72
11

R + G + B ~ 28%. #83480B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 72 + 11 = 214 (100%)
R 131 of 214 ~ 61.21%
G 72 of 214 ~ 33.64%
B 11 of 214 ~ 5.14%

%61.21
%33.64

CMYK color model

#83480B color CMYK value is (0,45,92,49).

  • cyan value is 0.00%
  • magenta value is 45.04%
  • yellow value is 91.60%
  • key color value is 48.63%
CMYK:
(0,45,92,49)
C0M45Y92K49 
(0%,45%,92%,49%)
(0.00/0.45/0.92/0.49)	

CMYK percentages

%0
%45.04
%91.6
%48.63

Codes

Color #83480B in popluar color models

83480B
RGB1317211
HSL31°84.51%27.84%
HSB/HSV31°91.60%51.37%
CMYK0.00%45.04%91.60%
48.63%

Color #83480B in popluar number systems.

HEX83480B
Decimal1317211
Binary1000001110010001011
Octal20311013

Shades and tints

Shades of #83480B

#83480B
(131,72,11)
#78420A
(120,66,10)
#6D3C09
(109,60,9)
#623608
(98,54,8)
#573007
(87,48,7)
#4C2A06
(76,42,6)
#412405
(65,36,5)
#361E04
(54,30,4)
#2B1803
(43,24,3)
#201202
(32,18,2)
#150C01
(21,12,1)
#000000
(0,0,0)

Tints of #83480B

#83480B
(131,72,11)
#8E5821
(142,88,33)
#996837
(153,104,55)
#A4784D
(164,120,77)
#AF8863
(175,136,99)
#BA9879
(186,152,121)
#C5A88F
(197,168,143)
#D0B8A5
(208,184,165)
#DBC8BB
(219,200,187)
#E6D8D1
(230,216,209)
#F1E8E7
(241,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83480B color. Also use rgb(131,72,11) instead hex code.

Text Font Color

.myTextColor { color: #83480B; }

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

This text font color is #83480B.


Background Color

.myBgColor { background-color: #83480B; }

<div style="background-color:#83480B">Inner text</div>

This div background color is #83480B.


Border color

.myBorderColor { border: 1px solid #83480B; }

<div style="border:3px solid #83480B">Div</div>

This div border color is #83480B.


Opacity

.myOpacity80 { color: #83480B; opacity: 0.8; }

<p style="color:#83480B;opacity:0.8;">80%</p>

Text with #83480B 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 #83480B;}

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

This text has shadow with #83480B color.

.textShadow {text-shadow: 3px 3px 1px #83480B, 3px 3px 1px red;}

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

This text has shadow with #83480B primary color and red secondary color.


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

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

This text has shadow with #83480B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83480B on black background.


Color preview on white background

This text has color #83480B on white background.



Black color preview on #83480B background

This text has black color on #83480B background.


White color preview on #83480B background

This text has white color on #83480B background.