COLOR #575452

HEX: #575452
RGB: (87,84,82)

Color info

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

RGB color model

#575452 color RGB value is (87,84,82).

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

RGB channels and saturation

R 87 of 255 = 34%
G 84 of 255 = 33%
B 82 of 255 = 32%

87
84
82

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

Portions of RGB colors in percentages

R + G + B =
87 + 84 + 82 = 253 (100%)
R 87 of 253 ~ 34.39%
G 84 of 253 ~ 33.2%
B 82 of 253 ~ 32.41%

%34.39
%33.2
%32.41

CMYK color model

#575452 color CMYK value is (0,3,6,66).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 5.75%
  • key color value is 65.88%
CMYK:
(0,3,6,66)
C0M3Y6K66 
(0%,3%,6%,66%)
(0.00/0.03/0.06/0.66)	

CMYK percentages

%0
%3.45
%5.75
%65.88

Codes

Color #575452 in popluar color models

575452
RGB878482
HSL24°2.96%33.14%
HSB/HSV24°5.75%34.12%
CMYK0.00%3.45%5.75%
65.88%

Color #575452 in popluar number systems.

HEX575452
Decimal878482
Binary101011110101001010010
Octal127124122

Shades and tints

Shades of #575452

#575452
(87,84,82)
#504D4B
(80,77,75)
#494644
(73,70,68)
#423F3D
(66,63,61)
#3B3836
(59,56,54)
#34312F
(52,49,47)
#2D2A28
(45,42,40)
#262321
(38,35,33)
#1F1C1A
(31,28,26)
#181513
(24,21,19)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #575452

#575452
(87,84,82)
#666361
(102,99,97)
#757270
(117,114,112)
#84817F
(132,129,127)
#93908E
(147,144,142)
#A29F9D
(162,159,157)
#B1AEAC
(177,174,172)
#C0BDBB
(192,189,187)
#CFCCCA
(207,204,202)
#DEDBD9
(222,219,217)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575452; }

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

This text font color is #575452.


Background Color

.myBgColor { background-color: #575452; }

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

This div background color is #575452.


Border color

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

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

This div border color is #575452.


Opacity

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

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

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

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

This text has shadow with #575452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575452 on black background.


Color preview on white background

This text has color #575452 on white background.



Black color preview on #575452 background

This text has black color on #575452 background.


White color preview on #575452 background

This text has white color on #575452 background.