COLOR #575D4A

HEX: #575D4A
RGB: (87,93,74)

Color info

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

RGB color model

#575D4A color RGB value is (87,93,74).

  • red value is 87;
  • green value is 93;
  • blue value is 74.
RGB:
(87,93,74)
(34%,36%,29%)

RGB channels and saturation

R 87 of 255 = 34%
G 93 of 255 = 36%
B 74 of 255 = 29%

87
93
74

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

Portions of RGB colors in percentages

R + G + B =
87 + 93 + 74 = 254 (100%)
R 87 of 254 ~ 34.25%
G 93 of 254 ~ 36.61%
B 74 of 254 ~ 29.13%

%34.25
%36.61
%29.13

CMYK color model

#575D4A color CMYK value is (6,0,20,64).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 20.43%
  • key color value is 63.53%
CMYK:
(6,0,20,64)
C6M0Y20K64 
(6%,0%,20%,64%)
(0.06/0.00/0.20/0.64)	

CMYK percentages

%6.45
%0
%20.43
%63.53

Codes

Color #575D4A in popluar color models

575D4A
RGB879374
HSL79°11.38%32.75%
HSB/HSV79°20.43%36.47%
CMYK6.45%0.00%20.43%
63.53%

Color #575D4A in popluar number systems.

HEX575D4A
Decimal879374
Binary101011110111011001010
Octal127135112

Shades and tints

Shades of #575D4A

#575D4A
(87,93,74)
#505544
(80,85,68)
#494D3E
(73,77,62)
#424538
(66,69,56)
#3B3D32
(59,61,50)
#34352C
(52,53,44)
#2D2D26
(45,45,38)
#262520
(38,37,32)
#1F1D1A
(31,29,26)
#181514
(24,21,20)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #575D4A

#575D4A
(87,93,74)
#666B5A
(102,107,90)
#75796A
(117,121,106)
#84877A
(132,135,122)
#93958A
(147,149,138)
#A2A39A
(162,163,154)
#B1B1AA
(177,177,170)
#C0BFBA
(192,191,186)
#CFCDCA
(207,205,202)
#DEDBDA
(222,219,218)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575D4A color. Also use rgb(87,93,74) instead hex code.

Text Font Color

.myTextColor { color: #575D4A; }

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

This text font color is #575D4A.


Background Color

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

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

This div background color is #575D4A.


Border color

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

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

This div border color is #575D4A.


Opacity

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

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

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

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

This text has shadow with #575D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575D4A on black background.


Color preview on white background

This text has color #575D4A on white background.



Black color preview on #575D4A background

This text has black color on #575D4A background.


White color preview on #575D4A background

This text has white color on #575D4A background.