COLOR #575800

HEX: #575800
RGB: (87,88,0)

Color info

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

RGB color model

#575800 color RGB value is (87,88,0).

  • red value is 87;
  • green value is 88;
  • blue value is 0.
RGB:
(87,88,0)
(34%,35%,0%)

RGB channels and saturation

R 87 of 255 = 34%
G 88 of 255 = 35%
B 0 of 255 = 0%

87
88
0

R + G + B ~ 23%. #575800 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 88 + 0 = 175 (100%)
R 87 of 175 ~ 49.71%
G 88 of 175 ~ 50.29%
B 0 of 175 ~ 0%

%49.71
%50.29

CMYK color model

#575800 color CMYK value is (1,0,100,65).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 65.49%
CMYK:
(1,0,100,65)
C1M0Y100K65 
(1%,0%,100%,65%)
(0.01/0.00/1.00/0.65)	

CMYK percentages

%1.14
%0
%100
%65.49

Codes

Color #575800 in popluar color models

575800
RGB87880
HSL61°100.00%17.25%
HSB/HSV61°100.00%34.51%
CMYK1.14%0.00%100.00%
65.49%

Color #575800 in popluar number systems.

HEX575800
Decimal87880
Binary101011110110000
Octal1271300

Shades and tints

Shades of #575800

#575800
(87,88,0)
#505000
(80,80,0)
#494800
(73,72,0)
#424000
(66,64,0)
#3B3800
(59,56,0)
#343000
(52,48,0)
#2D2800
(45,40,0)
#262000
(38,32,0)
#1F1800
(31,24,0)
#181000
(24,16,0)
#110800
(17,8,0)
#000000
(0,0,0)

Tints of #575800

#575800
(87,88,0)
#666717
(102,103,23)
#75762E
(117,118,46)
#848545
(132,133,69)
#93945C
(147,148,92)
#A2A373
(162,163,115)
#B1B28A
(177,178,138)
#C0C1A1
(192,193,161)
#CFD0B8
(207,208,184)
#DEDFCF
(222,223,207)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575800 color. Also use rgb(87,88,0) instead hex code.

Text Font Color

.myTextColor { color: #575800; }

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

This text font color is #575800.


Background Color

.myBgColor { background-color: #575800; }

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

This div background color is #575800.


Border color

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

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

This div border color is #575800.


Opacity

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

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

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

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

This text has shadow with #575800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575800 on black background.


Color preview on white background

This text has color #575800 on white background.



Black color preview on #575800 background

This text has black color on #575800 background.


White color preview on #575800 background

This text has white color on #575800 background.