COLOR #575E4E

HEX: #575E4E
RGB: (87,94,78)

Color info

#575E4E contains red, green and blue colors in about the same proportion. Web safe color of #575E4E is #666666 (or #666).

RGB color model

#575E4E color RGB value is (87,94,78).

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

RGB channels and saturation

R 87 of 255 = 34%
G 94 of 255 = 37%
B 78 of 255 = 31%

87
94
78

R + G + B ~ 34%. #575E4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 94 + 78 = 259 (100%)
R 87 of 259 ~ 33.59%
G 94 of 259 ~ 36.29%
B 78 of 259 ~ 30.12%

%33.59
%36.29
%30.12

CMYK color model

#575E4E color CMYK value is (7,0,17,63).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 17.02%
  • key color value is 63.14%
CMYK:
(7,0,17,63)
C7M0Y17K63 
(7%,0%,17%,63%)
(0.07/0.00/0.17/0.63)	

CMYK percentages

%7.45
%0
%17.02
%63.14

Codes

Color #575E4E in popluar color models

575E4E
RGB879478
HSL86°9.30%33.73%
HSB/HSV86°17.02%36.86%
CMYK7.45%0.00%17.02%
63.14%

Color #575E4E in popluar number systems.

HEX575E4E
Decimal879478
Binary101011110111101001110
Octal127136116

Shades and tints

Shades of #575E4E

#575E4E
(87,94,78)
#505647
(80,86,71)
#494E40
(73,78,64)
#424639
(66,70,57)
#3B3E32
(59,62,50)
#34362B
(52,54,43)
#2D2E24
(45,46,36)
#26261D
(38,38,29)
#1F1E16
(31,30,22)
#18160F
(24,22,15)
#110E08
(17,14,8)
#000000
(0,0,0)

Tints of #575E4E

#575E4E
(87,94,78)
#666C5E
(102,108,94)
#757A6E
(117,122,110)
#84887E
(132,136,126)
#93968E
(147,150,142)
#A2A49E
(162,164,158)
#B1B2AE
(177,178,174)
#C0C0BE
(192,192,190)
#CFCECE
(207,206,206)
#DEDCDE
(222,220,222)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575E4E; }

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

This text font color is #575E4E.


Background Color

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

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

This div background color is #575E4E.


Border color

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

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

This div border color is #575E4E.


Opacity

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

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

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

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

This text has shadow with #575E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575E4E on black background.


Color preview on white background

This text has color #575E4E on white background.



Black color preview on #575E4E background

This text has black color on #575E4E background.


White color preview on #575E4E background

This text has white color on #575E4E background.