COLOR #575011

HEX: #575011
RGB: (87,80,17)

Color info

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

RGB color model

#575011 color RGB value is (87,80,17).

  • red value is 87;
  • green value is 80;
  • blue value is 17.
RGB:
(87,80,17)
(34%,31%,7%)

RGB channels and saturation

R 87 of 255 = 34%
G 80 of 255 = 31%
B 17 of 255 = 7%

87
80
17

R + G + B ~ 24%. #575011 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 80 + 17 = 184 (100%)
R 87 of 184 ~ 47.28%
G 80 of 184 ~ 43.48%
B 17 of 184 ~ 9.24%

%47.28
%43.48

CMYK color model

#575011 color CMYK value is (0,8,80,66).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 80.46%
  • key color value is 65.88%
CMYK:
(0,8,80,66)
C0M8Y80K66 
(0%,8%,80%,66%)
(0.00/0.08/0.80/0.66)	

CMYK percentages

%0
%8.05
%80.46
%65.88

Codes

Color #575011 in popluar color models

575011
RGB878017
HSL54°67.31%20.39%
HSB/HSV54°80.46%34.12%
CMYK0.00%8.05%80.46%
65.88%

Color #575011 in popluar number systems.

HEX575011
Decimal878017
Binary1010111101000010001
Octal12712021

Shades and tints

Shades of #575011

#575011
(87,80,17)
#504910
(80,73,16)
#49420F
(73,66,15)
#423B0E
(66,59,14)
#3B340D
(59,52,13)
#342D0C
(52,45,12)
#2D260B
(45,38,11)
#261F0A
(38,31,10)
#1F1809
(31,24,9)
#181108
(24,17,8)
#110A07
(17,10,7)
#000000
(0,0,0)

Tints of #575011

#575011
(87,80,17)
#665F26
(102,95,38)
#756E3B
(117,110,59)
#847D50
(132,125,80)
#938C65
(147,140,101)
#A29B7A
(162,155,122)
#B1AA8F
(177,170,143)
#C0B9A4
(192,185,164)
#CFC8B9
(207,200,185)
#DED7CE
(222,215,206)
#EDE6E3
(237,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575011 color. Also use rgb(87,80,17) instead hex code.

Text Font Color

.myTextColor { color: #575011; }

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

This text font color is #575011.


Background Color

.myBgColor { background-color: #575011; }

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

This div background color is #575011.


Border color

.myBorderColor { border: 1px solid #575011; }

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

This div border color is #575011.


Opacity

.myOpacity80 { color: #575011; opacity: 0.8; }

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

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

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

This text has shadow with #575011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575011 on black background.


Color preview on white background

This text has color #575011 on white background.



Black color preview on #575011 background

This text has black color on #575011 background.


White color preview on #575011 background

This text has white color on #575011 background.