COLOR #575E4B

HEX: #575E4B
RGB: (87,94,75)

Color info

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

RGB color model

#575E4B color RGB value is (87,94,75).

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

RGB channels and saturation

R 87 of 255 = 34%
G 94 of 255 = 37%
B 75 of 255 = 29%

87
94
75

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

Portions of RGB colors in percentages

R + G + B =
87 + 94 + 75 = 256 (100%)
R 87 of 256 ~ 33.98%
G 94 of 256 ~ 36.72%
B 75 of 256 ~ 29.3%

%33.98
%36.72
%29.3

CMYK color model

#575E4B color CMYK value is (7,0,20,63).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 20.21%
  • key color value is 63.14%
CMYK:
(7,0,20,63)
C7M0Y20K63 
(7%,0%,20%,63%)
(0.07/0.00/0.20/0.63)	

CMYK percentages

%7.45
%0
%20.21
%63.14

Codes

Color #575E4B in popluar color models

575E4B
RGB879475
HSL82°11.24%33.14%
HSB/HSV82°20.21%36.86%
CMYK7.45%0.00%20.21%
63.14%

Color #575E4B in popluar number systems.

HEX575E4B
Decimal879475
Binary101011110111101001011
Octal127136113

Shades and tints

Shades of #575E4B

#575E4B
(87,94,75)
#505645
(80,86,69)
#494E3F
(73,78,63)
#424639
(66,70,57)
#3B3E33
(59,62,51)
#34362D
(52,54,45)
#2D2E27
(45,46,39)
#262621
(38,38,33)
#1F1E1B
(31,30,27)
#181615
(24,22,21)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #575E4B

#575E4B
(87,94,75)
#666C5B
(102,108,91)
#757A6B
(117,122,107)
#84887B
(132,136,123)
#93968B
(147,150,139)
#A2A49B
(162,164,155)
#B1B2AB
(177,178,171)
#C0C0BB
(192,192,187)
#CFCECB
(207,206,203)
#DEDCDB
(222,220,219)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575E4B; }

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

This text font color is #575E4B.


Background Color

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

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

This div background color is #575E4B.


Border color

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

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

This div border color is #575E4B.


Opacity

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

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

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

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

This text has shadow with #575E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575E4B on black background.


Color preview on white background

This text has color #575E4B on white background.



Black color preview on #575E4B background

This text has black color on #575E4B background.


White color preview on #575E4B background

This text has white color on #575E4B background.