COLOR #575E06

HEX: #575E06
RGB: (87,94,6)

Color info

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

RGB color model

#575E06 color RGB value is (87,94,6).

  • red value is 87;
  • green value is 94;
  • blue value is 6.
RGB:
(87,94,6)
(34%,37%,2%)

RGB channels and saturation

R 87 of 255 = 34%
G 94 of 255 = 37%
B 6 of 255 = 2%

87
94
6

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

Portions of RGB colors in percentages

R + G + B =
87 + 94 + 6 = 187 (100%)
R 87 of 187 ~ 46.52%
G 94 of 187 ~ 50.27%
B 6 of 187 ~ 3.21%

%46.52
%50.27

CMYK color model

#575E06 color CMYK value is (7,0,94,63).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 93.62%
  • key color value is 63.14%
CMYK:
(7,0,94,63)
C7M0Y94K63 
(7%,0%,94%,63%)
(0.07/0.00/0.94/0.63)	

CMYK percentages

%7.45
%0
%93.62
%63.14

Codes

Color #575E06 in popluar color models

575E06
RGB87946
HSL65°88.00%19.61%
HSB/HSV65°93.62%36.86%
CMYK7.45%0.00%93.62%
63.14%

Color #575E06 in popluar number systems.

HEX575E06
Decimal87946
Binary10101111011110110
Octal1271366

Shades and tints

Shades of #575E06

#575E06
(87,94,6)
#505606
(80,86,6)
#494E06
(73,78,6)
#424606
(66,70,6)
#3B3E06
(59,62,6)
#343606
(52,54,6)
#2D2E06
(45,46,6)
#262606
(38,38,6)
#1F1E06
(31,30,6)
#181606
(24,22,6)
#110E06
(17,14,6)
#000000
(0,0,0)

Tints of #575E06

#575E06
(87,94,6)
#666C1C
(102,108,28)
#757A32
(117,122,50)
#848848
(132,136,72)
#93965E
(147,150,94)
#A2A474
(162,164,116)
#B1B28A
(177,178,138)
#C0C0A0
(192,192,160)
#CFCEB6
(207,206,182)
#DEDCCC
(222,220,204)
#EDEAE2
(237,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575E06 color. Also use rgb(87,94,6) instead hex code.

Text Font Color

.myTextColor { color: #575E06; }

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

This text font color is #575E06.


Background Color

.myBgColor { background-color: #575E06; }

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

This div background color is #575E06.


Border color

.myBorderColor { border: 1px solid #575E06; }

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

This div border color is #575E06.


Opacity

.myOpacity80 { color: #575E06; opacity: 0.8; }

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

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

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

This text has shadow with #575E06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575E06 on black background.


Color preview on white background

This text has color #575E06 on white background.



Black color preview on #575E06 background

This text has black color on #575E06 background.


White color preview on #575E06 background

This text has white color on #575E06 background.