COLOR #575E46

HEX: #575E46
RGB: (87,94,70)

Color info

#575E46 contains red, green and blue colors in about the same proportion. Web safe color of #575E46 is #666633 (or #663).

RGB color model

#575E46 color RGB value is (87,94,70).

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

RGB channels and saturation

R 87 of 255 = 34%
G 94 of 255 = 37%
B 70 of 255 = 27%

87
94
70

R + G + B ~ 33%. #575E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 94 + 70 = 251 (100%)
R 87 of 251 ~ 34.66%
G 94 of 251 ~ 37.45%
B 70 of 251 ~ 27.89%

%34.66
%37.45
%27.89

CMYK color model

#575E46 color CMYK value is (7,0,26,63).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 25.53%
  • key color value is 63.14%
CMYK:
(7,0,26,63)
C7M0Y26K63 
(7%,0%,26%,63%)
(0.07/0.00/0.26/0.63)	

CMYK percentages

%7.45
%0
%25.53
%63.14

Codes

Color #575E46 in popluar color models

575E46
RGB879470
HSL78°14.63%32.16%
HSB/HSV78°25.53%36.86%
CMYK7.45%0.00%25.53%
63.14%

Color #575E46 in popluar number systems.

HEX575E46
Decimal879470
Binary101011110111101000110
Octal127136106

Shades and tints

Shades of #575E46

#575E46
(87,94,70)
#505640
(80,86,64)
#494E3A
(73,78,58)
#424634
(66,70,52)
#3B3E2E
(59,62,46)
#343628
(52,54,40)
#2D2E22
(45,46,34)
#26261C
(38,38,28)
#1F1E16
(31,30,22)
#181610
(24,22,16)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #575E46

#575E46
(87,94,70)
#666C56
(102,108,86)
#757A66
(117,122,102)
#848876
(132,136,118)
#939686
(147,150,134)
#A2A496
(162,164,150)
#B1B2A6
(177,178,166)
#C0C0B6
(192,192,182)
#CFCEC6
(207,206,198)
#DEDCD6
(222,220,214)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575E46; }

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

This text font color is #575E46.


Background Color

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

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

This div background color is #575E46.


Border color

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

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

This div border color is #575E46.


Opacity

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

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

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

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

This text has shadow with #575E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575E46 on black background.


Color preview on white background

This text has color #575E46 on white background.



Black color preview on #575E46 background

This text has black color on #575E46 background.


White color preview on #575E46 background

This text has white color on #575E46 background.