COLOR #575151

HEX: #575151 RGB: (87,81,81)

Color info

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

RGB color model

#575151 color RGB value is (87,81,81).

RGB: (87,81,81) (34%, 32%, 32%)

RGB channels and saturation

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

87
81
81

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

Portions of RGB colors in percentages

R + G + B = 87 + 81 + 81 = 249 (100%)
R 87 of 249 ~ 34.94%
G 81 of 249 ~ 32.53%
B 81 of 249 ~ 32.53'%

%34.94
%32.53
%32.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 6.90%
  • key color value is 65.88%

CMYK: (0,7,7,66)
C0M7Y7K66 (0%, 7%, 7%, 66%)
(0.00 / 0.07 / 0.07 / 0.66)

CMYK percentages

%0
%6.9
%6.9
%65.88

Codes

Color #575151 in popluar color models

57 51 51
RGB 87 81 81
HSL 3.57% 32.94%
HSB/HSV 6.90% 34.12%
CMYK 0.00% 6.90% 6.90%
65.88%

Color #575151 in popluar number systems.

HEX 57 51 51
Decimal 87 81 81
Binary 1010111 1010001 1010001
Octal 127 121 121

Shades and tints

Shades of #575151

#575151
(87,81,81)
#504A4A
(80,74,74)
#494343
(73,67,67)
#423C3C
(66,60,60)
#3B3535
(59,53,53)
#342E2E
(52,46,46)
#2D2727
(45,39,39)
#262020
(38,32,32)
#1F1919
(31,25,25)
#181212
(24,18,18)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #575151

#575151
(87,81,81)
#666060
(102,96,96)
#756F6F
(117,111,111)
#847E7E
(132,126,126)
#938D8D
(147,141,141)
#A29C9C
(162,156,156)
#B1ABAB
(177,171,171)
#C0BABA
(192,186,186)
#CFC9C9
(207,201,201)
#DED8D8
(222,216,216)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575151; }

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

This text font color is #575151.

Background Color

.myBgColor { background-color: #575151; }

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

This div background color is #575151.

Border color

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

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

This div border color is #575151.

Opacity

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

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

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

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

This text has shadow with #575151 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575151.

Preview

Color preview on black background

This text has color #575151 on black background.


Color preview on white background

This text has color #575151 on white background.


Black color preview on #575151 background

This text has black color on #575151 background.


White color preview on #575151 background

This text has white color on #575151 background.


Related colors

Complementary color

Complementary color for #hex is #A8AEAE.


I love getcolorcode.com