COLOR #515757

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

81
87
87

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

Portions of RGB colors in percentages

R + G + B =
81 + 87 + 87 = 255 (100%)
R 81 of 255 ~ 31.76%
G 87 of 255 ~ 34.12%
B 87 of 255 ~ 34.12%

%31.76
%34.12
%34.12

CMYK color model

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

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

CMYK percentages

%6.9
%0
%0
%65.88

Codes

Color #515757 in popluar color models

515757
RGB818787
HSL180°3.57%32.94%
HSB/HSV180°6.90%34.12%
CMYK6.90%0.00%0.00%
65.88%

Color #515757 in popluar number systems.

HEX515757
Decimal818787
Binary101000110101111010111
Octal121127127

Shades and tints

Shades of #515757

#515757
(81,87,87)
#4A5050
(74,80,80)
#434949
(67,73,73)
#3C4242
(60,66,66)
#353B3B
(53,59,59)
#2E3434
(46,52,52)
#272D2D
(39,45,45)
#202626
(32,38,38)
#191F1F
(25,31,31)
#121818
(18,24,24)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #515757

#515757
(81,87,87)
#606666
(96,102,102)
#6F7575
(111,117,117)
#7E8484
(126,132,132)
#8D9393
(141,147,147)
#9CA2A2
(156,162,162)
#ABB1B1
(171,177,177)
#BAC0C0
(186,192,192)
#C9CFCF
(201,207,207)
#D8DEDE
(216,222,222)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515757; }

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

This text font color is #515757.


Background Color

.myBgColor { background-color: #515757; }

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

This div background color is #515757.


Border color

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

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

This div border color is #515757.


Opacity

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

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

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

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

This text has shadow with #515757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515757 on black background.


Color preview on white background

This text has color #515757 on white background.



Black color preview on #515757 background

This text has black color on #515757 background.


White color preview on #515757 background

This text has white color on #515757 background.