COLOR #575853

HEX: #575853
RGB: (87,88,83)

Color info

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

RGB color model

#575853 color RGB value is (87,88,83).

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

RGB channels and saturation

R 87 of 255 = 34%
G 88 of 255 = 35%
B 83 of 255 = 33%

87
88
83

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

Portions of RGB colors in percentages

R + G + B =
87 + 88 + 83 = 258 (100%)
R 87 of 258 ~ 33.72%
G 88 of 258 ~ 34.11%
B 83 of 258 ~ 32.17%

%33.72
%34.11
%32.17

CMYK color model

#575853 color CMYK value is (1,0,6,65).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 5.68%
  • key color value is 65.49%
CMYK:
(1,0,6,65)
C1M0Y6K65 
(1%,0%,6%,65%)
(0.01/0.00/0.06/0.65)	

CMYK percentages

%1.14
%0
%5.68
%65.49

Codes

Color #575853 in popluar color models

575853
RGB878883
HSL72°2.92%33.53%
HSB/HSV72°5.68%34.51%
CMYK1.14%0.00%5.68%
65.49%

Color #575853 in popluar number systems.

HEX575853
Decimal878883
Binary101011110110001010011
Octal127130123

Shades and tints

Shades of #575853

#575853
(87,88,83)
#50504C
(80,80,76)
#494845
(73,72,69)
#42403E
(66,64,62)
#3B3837
(59,56,55)
#343030
(52,48,48)
#2D2829
(45,40,41)
#262022
(38,32,34)
#1F181B
(31,24,27)
#181014
(24,16,20)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #575853

#575853
(87,88,83)
#666762
(102,103,98)
#757671
(117,118,113)
#848580
(132,133,128)
#93948F
(147,148,143)
#A2A39E
(162,163,158)
#B1B2AD
(177,178,173)
#C0C1BC
(192,193,188)
#CFD0CB
(207,208,203)
#DEDFDA
(222,223,218)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575853; }

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

This text font color is #575853.


Background Color

.myBgColor { background-color: #575853; }

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

This div background color is #575853.


Border color

.myBorderColor { border: 1px solid #575853; }

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

This div border color is #575853.


Opacity

.myOpacity80 { color: #575853; opacity: 0.8; }

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

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

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

This text has shadow with #575853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575853 on black background.


Color preview on white background

This text has color #575853 on white background.



Black color preview on #575853 background

This text has black color on #575853 background.


White color preview on #575853 background

This text has white color on #575853 background.