COLOR #575453

HEX: #575453
RGB: (87,84,83)

Color info

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

RGB color model

#575453 color RGB value is (87,84,83).

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

RGB channels and saturation

R 87 of 255 = 34%
G 84 of 255 = 33%
B 83 of 255 = 33%

87
84
83

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

Portions of RGB colors in percentages

R + G + B =
87 + 84 + 83 = 254 (100%)
R 87 of 254 ~ 34.25%
G 84 of 254 ~ 33.07%
B 83 of 254 ~ 32.68%

%34.25
%33.07
%32.68

CMYK color model

#575453 color CMYK value is (0,3,5,66).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 4.60%
  • key color value is 65.88%
CMYK:
(0,3,5,66)
C0M3Y5K66 
(0%,3%,5%,66%)
(0.00/0.03/0.05/0.66)	

CMYK percentages

%0
%3.45
%4.6
%65.88

Codes

Color #575453 in popluar color models

575453
RGB878483
HSL15°2.35%33.33%
HSB/HSV15°4.60%34.12%
CMYK0.00%3.45%4.60%
65.88%

Color #575453 in popluar number systems.

HEX575453
Decimal878483
Binary101011110101001010011
Octal127124123

Shades and tints

Shades of #575453

#575453
(87,84,83)
#504D4C
(80,77,76)
#494645
(73,70,69)
#423F3E
(66,63,62)
#3B3837
(59,56,55)
#343130
(52,49,48)
#2D2A29
(45,42,41)
#262322
(38,35,34)
#1F1C1B
(31,28,27)
#181514
(24,21,20)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #575453

#575453
(87,84,83)
#666362
(102,99,98)
#757271
(117,114,113)
#848180
(132,129,128)
#93908F
(147,144,143)
#A29F9E
(162,159,158)
#B1AEAD
(177,174,173)
#C0BDBC
(192,189,188)
#CFCCCB
(207,204,203)
#DEDBDA
(222,219,218)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575453; }

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

This text font color is #575453.


Background Color

.myBgColor { background-color: #575453; }

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

This div background color is #575453.


Border color

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

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

This div border color is #575453.


Opacity

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

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

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

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

This text has shadow with #575453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575453 on black background.


Color preview on white background

This text has color #575453 on white background.



Black color preview on #575453 background

This text has black color on #575453 background.


White color preview on #575453 background

This text has white color on #575453 background.