COLOR #575150

HEX: #575150
RGB: (87,81,80)

Color info

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

RGB color model

#575150 color RGB value is (87,81,80).

  • red value is 87;
  • green value is 81;
  • blue value is 80.
RGB:
(87,81,80)
(34%,32%,31%)

RGB channels and saturation

R 87 of 255 = 34%
G 81 of 255 = 32%
B 80 of 255 = 31%

87
81
80

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

Portions of RGB colors in percentages

R + G + B =
87 + 81 + 80 = 248 (100%)
R 87 of 248 ~ 35.08%
G 81 of 248 ~ 32.66%
B 80 of 248 ~ 32.26%

%35.08
%32.66
%32.26

CMYK color model

#575150 color CMYK value is (0,7,8,66).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 8.05%
  • key color value is 65.88%
CMYK:
(0,7,8,66)
C0M7Y8K66 
(0%,7%,8%,66%)
(0.00/0.07/0.08/0.66)	

CMYK percentages

%0
%6.9
%8.05
%65.88

Codes

Color #575150 in popluar color models

575150
RGB878180
HSL4.19%32.75%
HSB/HSV8.05%34.12%
CMYK0.00%6.90%8.05%
65.88%

Color #575150 in popluar number systems.

HEX575150
Decimal878180
Binary101011110100011010000
Octal127121120

Shades and tints

Shades of #575150

#575150
(87,81,80)
#504A49
(80,74,73)
#494342
(73,67,66)
#423C3B
(66,60,59)
#3B3534
(59,53,52)
#342E2D
(52,46,45)
#2D2726
(45,39,38)
#26201F
(38,32,31)
#1F1918
(31,25,24)
#181211
(24,18,17)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #575150

#575150
(87,81,80)
#66605F
(102,96,95)
#756F6E
(117,111,110)
#847E7D
(132,126,125)
#938D8C
(147,141,140)
#A29C9B
(162,156,155)
#B1ABAA
(177,171,170)
#C0BAB9
(192,186,185)
#CFC9C8
(207,201,200)
#DED8D7
(222,216,215)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575150; }

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

This text font color is #575150.


Background Color

.myBgColor { background-color: #575150; }

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

This div background color is #575150.


Border color

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

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

This div border color is #575150.


Opacity

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

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

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

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

This text has shadow with #575150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575150 on black background.


Color preview on white background

This text has color #575150 on white background.



Black color preview on #575150 background

This text has black color on #575150 background.


White color preview on #575150 background

This text has white color on #575150 background.