COLOR #575B06

HEX: #575B06 RGB: (87,91,6)

Color info

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

RGB color model

#575B06 color RGB value is (87,91,6).

RGB: (87,91,6) (34%, 36%, 2%)

RGB channels and saturation

R 87 of 255 = 34%
G 91 of 255 = 36%
B 6 of 255 = 2%

87
91
6

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

Portions of RGB colors in percentages

R + G + B = 87 + 91 + 6 = 184 (100%)
R 87 of 184 ~ 47.28%
G 91 of 184 ~ 49.46%
B 6 of 184 ~ 3.26'%

%47.28
%49.46

CMYK color model

#575B06 color CMYK value is (4,0,93,64).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 93.41%
  • key color value is 64.31%

CMYK: (4,0,93,64)
C4M0Y93K64 (4%, 0%, 93%, 64%)
(0.04 / 0.00 / 0.93 / 0.64)

CMYK percentages

%4.4
%0
%93.41
%64.31

Codes

Color #575B06 in popluar color models

57 5B 06
RGB 87 91 6
HSL 63° 87.63% 19.02%
HSB/HSV 63° 93.41% 35.69%
CMYK 4.40% 0.00% 93.41%
64.31%

Color #575B06 in popluar number systems.

HEX 57 5B 06
Decimal 87 91 6
Binary 1010111 1011011 110
Octal 127 133 6

Shades and tints

Shades of #575B06

#575B06
(87,91,6)
#505306
(80,83,6)
#494B06
(73,75,6)
#424306
(66,67,6)
#3B3B06
(59,59,6)
#343306
(52,51,6)
#2D2B06
(45,43,6)
#262306
(38,35,6)
#1F1B06
(31,27,6)
#181306
(24,19,6)
#110B06
(17,11,6)
#000000
(0,0,0)

Tints of #575B06

#575B06
(87,91,6)
#66691C
(102,105,28)
#757732
(117,119,50)
#848548
(132,133,72)
#93935E
(147,147,94)
#A2A174
(162,161,116)
#B1AF8A
(177,175,138)
#C0BDA0
(192,189,160)
#CFCBB6
(207,203,182)
#DED9CC
(222,217,204)
#EDE7E2
(237,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575B06; }

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

This text font color is #575B06.

Background Color

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

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

This div background color is #575B06.

Border color

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

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

This div border color is #575B06.

Opacity

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

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

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

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

This text has shadow with #575B06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575B06.

Preview

Color preview on black background

This text has color #575B06 on black background.


Color preview on white background

This text has color #575B06 on white background.


Black color preview on #575B06 background

This text has black color on #575B06 background.


White color preview on #575B06 background

This text has white color on #575B06 background.


Related colors

Complementary color

Complementary color for #hex is #A8A4F9.


I love getcolorcode.com

Triadic colors

1 #06575B and #5B0657 with #575B06 are triadic colors.

2 #065B57 and #5B5706 with #575B06 are triadic colors.