COLOR #575E09

HEX: #575E09
RGB: (87,94,9)

Color info

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

RGB color model

#575E09 color RGB value is (87,94,9).

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

RGB channels and saturation

R 87 of 255 = 34%
G 94 of 255 = 37%
B 9 of 255 = 4%

87
94
9

R + G + B ~ 25%. #575E09 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 94 + 9 = 190 (100%)
R 87 of 190 ~ 45.79%
G 94 of 190 ~ 49.47%
B 9 of 190 ~ 4.74%

%45.79
%49.47

CMYK color model

#575E09 color CMYK value is (7,0,90,63).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 90.43%
  • key color value is 63.14%
CMYK:
(7,0,90,63)
C7M0Y90K63 
(7%,0%,90%,63%)
(0.07/0.00/0.90/0.63)	

CMYK percentages

%7.45
%0
%90.43
%63.14

Codes

Color #575E09 in popluar color models

575E09
RGB87949
HSL65°82.52%20.20%
HSB/HSV65°90.43%36.86%
CMYK7.45%0.00%90.43%
63.14%

Color #575E09 in popluar number systems.

HEX575E09
Decimal87949
Binary101011110111101001
Octal12713611

Shades and tints

Shades of #575E09

#575E09
(87,94,9)
#505609
(80,86,9)
#494E09
(73,78,9)
#424609
(66,70,9)
#3B3E09
(59,62,9)
#343609
(52,54,9)
#2D2E09
(45,46,9)
#262609
(38,38,9)
#1F1E09
(31,30,9)
#181609
(24,22,9)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #575E09

#575E09
(87,94,9)
#666C1F
(102,108,31)
#757A35
(117,122,53)
#84884B
(132,136,75)
#939661
(147,150,97)
#A2A477
(162,164,119)
#B1B28D
(177,178,141)
#C0C0A3
(192,192,163)
#CFCEB9
(207,206,185)
#DEDCCF
(222,220,207)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575E09; }

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

This text font color is #575E09.


Background Color

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

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

This div background color is #575E09.


Border color

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

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

This div border color is #575E09.


Opacity

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

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

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

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

This text has shadow with #575E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575E09 on black background.


Color preview on white background

This text has color #575E09 on white background.



Black color preview on #575E09 background

This text has black color on #575E09 background.


White color preview on #575E09 background

This text has white color on #575E09 background.