COLOR #575B4F

HEX: #575B4F RGB: (87,91,79)

Color info

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

RGB color model

#575B4F color RGB value is (87,91,79).

RGB: (87,91,79) (34%, 36%, 31%)

RGB channels and saturation

R 87 of 255 = 34%
G 91 of 255 = 36%
B 79 of 255 = 31%

87
91
79

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

Portions of RGB colors in percentages

R + G + B = 87 + 91 + 79 = 257 (100%)
R 87 of 257 ~ 33.85%
G 91 of 257 ~ 35.41%
B 79 of 257 ~ 30.74'%

%33.85
%35.41
%30.74

CMYK color model

#575B4F color CMYK value is (4,0,13,64).

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

CMYK: (4,0,13,64)
C4M0Y13K64 (4%, 0%, 13%, 64%)
(0.04 / 0.00 / 0.13 / 0.64)

CMYK percentages

%4.4
%0
%13.19
%64.31

Codes

Color #575B4F in popluar color models

57 5B 4F
RGB 87 91 79
HSL 80° 7.06% 33.33%
HSB/HSV 80° 13.19% 35.69%
CMYK 4.40% 0.00% 13.19%
64.31%

Color #575B4F in popluar number systems.

HEX 57 5B 4F
Decimal 87 91 79
Binary 1010111 1011011 1001111
Octal 127 133 117

Shades and tints

Shades of #575B4F

#575B4F
(87,91,79)
#505348
(80,83,72)
#494B41
(73,75,65)
#42433A
(66,67,58)
#3B3B33
(59,59,51)
#34332C
(52,51,44)
#2D2B25
(45,43,37)
#26231E
(38,35,30)
#1F1B17
(31,27,23)
#181310
(24,19,16)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #575B4F

#575B4F
(87,91,79)
#66695F
(102,105,95)
#75776F
(117,119,111)
#84857F
(132,133,127)
#93938F
(147,147,143)
#A2A19F
(162,161,159)
#B1AFAF
(177,175,175)
#C0BDBF
(192,189,191)
#CFCBCF
(207,203,207)
#DED9DF
(222,217,223)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575B4F; }

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

This text font color is #575B4F.

Background Color

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

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

This div background color is #575B4F.

Border color

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

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

This div border color is #575B4F.

Opacity

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

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

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

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

This text has shadow with #575B4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575B4F.

Preview

Color preview on black background

This text has color #575B4F on black background.


Color preview on white background

This text has color #575B4F on white background.


Black color preview on #575B4F background

This text has black color on #575B4F background.


White color preview on #575B4F background

This text has white color on #575B4F background.


Related colors

Complementary color

Complementary color for #hex is #A8A4B0.


I love getcolorcode.com

Triadic colors

1 #4F575B and #5B4F57 with #575B4F are triadic colors.

2 #4F5B57 and #5B574F with #575B4F are triadic colors.