COLOR #575352

HEX: #575352
RGB: (87,83,82)

Color info

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

RGB color model

#575352 color RGB value is (87,83,82).

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

RGB channels and saturation

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

87
83
82

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

Portions of RGB colors in percentages

R + G + B =
87 + 83 + 82 = 252 (100%)
R 87 of 252 ~ 34.52%
G 83 of 252 ~ 32.94%
B 82 of 252 ~ 32.54%

%34.52
%32.94
%32.54

CMYK color model

#575352 color CMYK value is (0,5,6,66).

  • cyan value is 0.00%
  • magenta value is 4.60%
  • yellow value is 5.75%
  • key color value is 65.88%
CMYK:
(0,5,6,66)
C0M5Y6K66 
(0%,5%,6%,66%)
(0.00/0.05/0.06/0.66)	

CMYK percentages

%0
%4.6
%5.75
%65.88

Codes

Color #575352 in popluar color models

575352
RGB878382
HSL12°2.96%33.14%
HSB/HSV12°5.75%34.12%
CMYK0.00%4.60%5.75%
65.88%

Color #575352 in popluar number systems.

HEX575352
Decimal878382
Binary101011110100111010010
Octal127123122

Shades and tints

Shades of #575352

#575352
(87,83,82)
#504C4B
(80,76,75)
#494544
(73,69,68)
#423E3D
(66,62,61)
#3B3736
(59,55,54)
#34302F
(52,48,47)
#2D2928
(45,41,40)
#262221
(38,34,33)
#1F1B1A
(31,27,26)
#181413
(24,20,19)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #575352

#575352
(87,83,82)
#666261
(102,98,97)
#757170
(117,113,112)
#84807F
(132,128,127)
#938F8E
(147,143,142)
#A29E9D
(162,158,157)
#B1ADAC
(177,173,172)
#C0BCBB
(192,188,187)
#CFCBCA
(207,203,202)
#DEDAD9
(222,218,217)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575352; }

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

This text font color is #575352.


Background Color

.myBgColor { background-color: #575352; }

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

This div background color is #575352.


Border color

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

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

This div border color is #575352.


Opacity

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

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

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

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

This text has shadow with #575352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575352 on black background.


Color preview on white background

This text has color #575352 on white background.



Black color preview on #575352 background

This text has black color on #575352 background.


White color preview on #575352 background

This text has white color on #575352 background.