COLOR #80570D

HEX: #80570D
RGB: (128,87,13)

Color info

#80570D contains mainly red and green colors. Web safe color of #80570D is #666600 (or #660).

RGB color model

#80570D color RGB value is (128,87,13).

  • red value is 128;
  • green value is 87;
  • blue value is 13.
RGB:
(128,87,13)
(50%,34%,5%)

RGB channels and saturation

R 128 of 255 = 50%
G 87 of 255 = 34%
B 13 of 255 = 5%

128
87
13

R + G + B ~ 30%. #80570D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 87 + 13 = 228 (100%)
R 128 of 228 ~ 56.14%
G 87 of 228 ~ 38.16%
B 13 of 228 ~ 5.7%

%56.14
%38.16

CMYK color model

#80570D color CMYK value is (0,32,90,50).

  • cyan value is 0.00%
  • magenta value is 32.03%
  • yellow value is 89.84%
  • key color value is 49.80%
CMYK:
(0,32,90,50)
C0M32Y90K50 
(0%,32%,90%,50%)
(0.00/0.32/0.90/0.50)	

CMYK percentages

%0
%32.03
%89.84
%49.8

Codes

Color #80570D in popluar color models

80570D
RGB1288713
HSL39°81.56%27.65%
HSB/HSV39°89.84%50.20%
CMYK0.00%32.03%89.84%
49.80%

Color #80570D in popluar number systems.

HEX80570D
Decimal1288713
Binary1000000010101111101
Octal20012715

Shades and tints

Shades of #80570D

#80570D
(128,87,13)
#75500C
(117,80,12)
#6A490B
(106,73,11)
#5F420A
(95,66,10)
#543B09
(84,59,9)
#493408
(73,52,8)
#3E2D07
(62,45,7)
#332606
(51,38,6)
#281F05
(40,31,5)
#1D1804
(29,24,4)
#121103
(18,17,3)
#000000
(0,0,0)

Tints of #80570D

#80570D
(128,87,13)
#8B6623
(139,102,35)
#967539
(150,117,57)
#A1844F
(161,132,79)
#AC9365
(172,147,101)
#B7A27B
(183,162,123)
#C2B191
(194,177,145)
#CDC0A7
(205,192,167)
#D8CFBD
(216,207,189)
#E3DED3
(227,222,211)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80570D color. Also use rgb(128,87,13) instead hex code.

Text Font Color

.myTextColor { color: #80570D; }

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

This text font color is #80570D.


Background Color

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

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

This div background color is #80570D.


Border color

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

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

This div border color is #80570D.


Opacity

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

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

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

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

This text has shadow with #80570D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80570D on black background.


Color preview on white background

This text has color #80570D on white background.



Black color preview on #80570D background

This text has black color on #80570D background.


White color preview on #80570D background

This text has white color on #80570D background.