COLOR #575B53

HEX: #575B53
RGB: (87,91,83)

Color info

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

RGB color model

#575B53 color RGB value is (87,91,83).

  • red value is 87;
  • green value is 91;
  • blue value is 83.
RGB:
(87,91,83)
(34%,36%,33%)

RGB channels and saturation

R 87 of 255 = 34%
G 91 of 255 = 36%
B 83 of 255 = 33%

87
91
83

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

Portions of RGB colors in percentages

R + G + B =
87 + 91 + 83 = 261 (100%)
R 87 of 261 ~ 33.33%
G 91 of 261 ~ 34.87%
B 83 of 261 ~ 31.8%

%33.33
%34.87
%31.8

CMYK color model

#575B53 color CMYK value is (4,0,9,64).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 8.79%
  • key color value is 64.31%
CMYK:
(4,0,9,64)
C4M0Y9K64 
(4%,0%,9%,64%)
(0.04/0.00/0.09/0.64)	

CMYK percentages

%4.4
%0
%8.79
%64.31

Codes

Color #575B53 in popluar color models

575B53
RGB879183
HSL90°4.60%34.12%
HSB/HSV90°8.79%35.69%
CMYK4.40%0.00%8.79%
64.31%

Color #575B53 in popluar number systems.

HEX575B53
Decimal879183
Binary101011110110111010011
Octal127133123

Shades and tints

Shades of #575B53

#575B53
(87,91,83)
#50534C
(80,83,76)
#494B45
(73,75,69)
#42433E
(66,67,62)
#3B3B37
(59,59,55)
#343330
(52,51,48)
#2D2B29
(45,43,41)
#262322
(38,35,34)
#1F1B1B
(31,27,27)
#181314
(24,19,20)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #575B53

#575B53
(87,91,83)
#666962
(102,105,98)
#757771
(117,119,113)
#848580
(132,133,128)
#93938F
(147,147,143)
#A2A19E
(162,161,158)
#B1AFAD
(177,175,173)
#C0BDBC
(192,189,188)
#CFCBCB
(207,203,203)
#DED9DA
(222,217,218)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575B53; }

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

This text font color is #575B53.


Background Color

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

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

This div background color is #575B53.


Border color

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

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

This div border color is #575B53.


Opacity

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

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

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

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

This text has shadow with #575B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575B53 on black background.


Color preview on white background

This text has color #575B53 on white background.



Black color preview on #575B53 background

This text has black color on #575B53 background.


White color preview on #575B53 background

This text has white color on #575B53 background.