COLOR #83550C

HEX: #83550C
RGB: (131,85,12)

Color info

#83550C contains mainly red and green colors. Web safe color of #83550C is #996600 (or #960).

RGB color model

#83550C color RGB value is (131,85,12).

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

RGB channels and saturation

R 131 of 255 = 51%
G 85 of 255 = 33%
B 12 of 255 = 5%

131
85
12

R + G + B ~ 30%. #83550C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 85 + 12 = 228 (100%)
R 131 of 228 ~ 57.46%
G 85 of 228 ~ 37.28%
B 12 of 228 ~ 5.26%

%57.46
%37.28

CMYK color model

#83550C color CMYK value is (0,35,91,49).

  • cyan value is 0.00%
  • magenta value is 35.11%
  • yellow value is 90.84%
  • key color value is 48.63%
CMYK:
(0,35,91,49)
C0M35Y91K49 
(0%,35%,91%,49%)
(0.00/0.35/0.91/0.49)	

CMYK percentages

%0
%35.11
%90.84
%48.63

Codes

Color #83550C in popluar color models

83550C
RGB1318512
HSL37°83.22%28.04%
HSB/HSV37°90.84%51.37%
CMYK0.00%35.11%90.84%
48.63%

Color #83550C in popluar number systems.

HEX83550C
Decimal1318512
Binary1000001110101011100
Octal20312514

Shades and tints

Shades of #83550C

#83550C
(131,85,12)
#784E0B
(120,78,11)
#6D470A
(109,71,10)
#624009
(98,64,9)
#573908
(87,57,8)
#4C3207
(76,50,7)
#412B06
(65,43,6)
#362405
(54,36,5)
#2B1D04
(43,29,4)
#201603
(32,22,3)
#150F02
(21,15,2)
#000000
(0,0,0)

Tints of #83550C

#83550C
(131,85,12)
#8E6422
(142,100,34)
#997338
(153,115,56)
#A4824E
(164,130,78)
#AF9164
(175,145,100)
#BAA07A
(186,160,122)
#C5AF90
(197,175,144)
#D0BEA6
(208,190,166)
#DBCDBC
(219,205,188)
#E6DCD2
(230,220,210)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83550C color. Also use rgb(131,85,12) instead hex code.

Text Font Color

.myTextColor { color: #83550C; }

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

This text font color is #83550C.


Background Color

.myBgColor { background-color: #83550C; }

<div style="background-color:#83550C">Inner text</div>

This div background color is #83550C.


Border color

.myBorderColor { border: 1px solid #83550C; }

<div style="border:3px solid #83550C">Div</div>

This div border color is #83550C.


Opacity

.myOpacity80 { color: #83550C; opacity: 0.8; }

<p style="color:#83550C;opacity:0.8;">80%</p>

Text with #83550C 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 #83550C;}

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

This text has shadow with #83550C color.

.textShadow {text-shadow: 3px 3px 1px #83550C, 3px 3px 1px red;}

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

This text has shadow with #83550C primary color and red secondary color.


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

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

This text has shadow with #83550C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83550C on black background.


Color preview on white background

This text has color #83550C on white background.



Black color preview on #83550C background

This text has black color on #83550C background.


White color preview on #83550C background

This text has white color on #83550C background.