COLOR #83551D

HEX: #83551D
RGB: (131,85,29)

Color info

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

RGB color model

#83551D color RGB value is (131,85,29).

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

RGB channels and saturation

R 131 of 255 = 51%
G 85 of 255 = 33%
B 29 of 255 = 11%

131
85
29

R + G + B ~ 32%. #83551D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 85 + 29 = 245 (100%)
R 131 of 245 ~ 53.47%
G 85 of 245 ~ 34.69%
B 29 of 245 ~ 11.84%

%53.47
%34.69
%11.84

CMYK color model

#83551D color CMYK value is (0,35,78,49).

  • cyan value is 0.00%
  • magenta value is 35.11%
  • yellow value is 77.86%
  • key color value is 48.63%
CMYK:
(0,35,78,49)
C0M35Y78K49 
(0%,35%,78%,49%)
(0.00/0.35/0.78/0.49)	

CMYK percentages

%0
%35.11
%77.86
%48.63

Codes

Color #83551D in popluar color models

83551D
RGB1318529
HSL33°63.75%31.37%
HSB/HSV33°77.86%51.37%
CMYK0.00%35.11%77.86%
48.63%

Color #83551D in popluar number systems.

HEX83551D
Decimal1318529
Binary10000011101010111101
Octal20312535

Shades and tints

Shades of #83551D

#83551D
(131,85,29)
#784E1B
(120,78,27)
#6D4719
(109,71,25)
#624017
(98,64,23)
#573915
(87,57,21)
#4C3213
(76,50,19)
#412B11
(65,43,17)
#36240F
(54,36,15)
#2B1D0D
(43,29,13)
#20160B
(32,22,11)
#150F09
(21,15,9)
#000000
(0,0,0)

Tints of #83551D

#83551D
(131,85,29)
#8E6431
(142,100,49)
#997345
(153,115,69)
#A48259
(164,130,89)
#AF916D
(175,145,109)
#BAA081
(186,160,129)
#C5AF95
(197,175,149)
#D0BEA9
(208,190,169)
#DBCDBD
(219,205,189)
#E6DCD1
(230,220,209)
#F1EBE5
(241,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83551D; }

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

This text font color is #83551D.


Background Color

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

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

This div background color is #83551D.


Border color

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

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

This div border color is #83551D.


Opacity

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

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

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

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

This text has shadow with #83551D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83551D on black background.


Color preview on white background

This text has color #83551D on white background.



Black color preview on #83551D background

This text has black color on #83551D background.


White color preview on #83551D background

This text has white color on #83551D background.