COLOR #575748

HEX: #575748
RGB: (87,87,72)

Color info

#575748 contains red, green and blue colors in about the same proportion. Web safe color of #575748 is #666633 (or #663).

RGB color model

#575748 color RGB value is (87,87,72).

  • red value is 87;
  • green value is 87;
  • blue value is 72.
RGB:
(87,87,72)
(34%,34%,28%)

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 72 of 255 = 28%

87
87
72

R + G + B ~ 32%. #575748 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 72 = 246 (100%)
R 87 of 246 ~ 35.37%
G 87 of 246 ~ 35.37%
B 72 of 246 ~ 29.27%

%35.37
%35.37
%29.27

CMYK color model

#575748 color CMYK value is (0,0,17,66).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 65.88%
CMYK:
(0,0,17,66)
C0M0Y17K66 
(0%,0%,17%,66%)
(0.00/0.00/0.17/0.66)	

CMYK percentages

%0
%0
%17.24
%65.88

Codes

Color #575748 in popluar color models

575748
RGB878772
HSL60°9.43%31.18%
HSB/HSV60°17.24%34.12%
CMYK0.00%0.00%17.24%
65.88%

Color #575748 in popluar number systems.

HEX575748
Decimal878772
Binary101011110101111001000
Octal127127110

Shades and tints

Shades of #575748

#575748
(87,87,72)
#505042
(80,80,66)
#49493C
(73,73,60)
#424236
(66,66,54)
#3B3B30
(59,59,48)
#34342A
(52,52,42)
#2D2D24
(45,45,36)
#26261E
(38,38,30)
#1F1F18
(31,31,24)
#181812
(24,24,18)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #575748

#575748
(87,87,72)
#666658
(102,102,88)
#757568
(117,117,104)
#848478
(132,132,120)
#939388
(147,147,136)
#A2A298
(162,162,152)
#B1B1A8
(177,177,168)
#C0C0B8
(192,192,184)
#CFCFC8
(207,207,200)
#DEDED8
(222,222,216)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575748; }

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

This text font color is #575748.


Background Color

.myBgColor { background-color: #575748; }

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

This div background color is #575748.


Border color

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

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

This div border color is #575748.


Opacity

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

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

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

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

This text has shadow with #575748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575748 on black background.


Color preview on white background

This text has color #575748 on white background.



Black color preview on #575748 background

This text has black color on #575748 background.


White color preview on #575748 background

This text has white color on #575748 background.