COLOR #515755

HEX: #515755
RGB: (81,87,85)

Color info

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

RGB color model

#515755 color RGB value is (81,87,85).

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

RGB channels and saturation

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

81
87
85

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

Portions of RGB colors in percentages

R + G + B =
81 + 87 + 85 = 253 (100%)
R 81 of 253 ~ 32.02%
G 87 of 253 ~ 34.39%
B 85 of 253 ~ 33.6%

%32.02
%34.39
%33.6

CMYK color model

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

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

CMYK percentages

%6.9
%0
%2.3
%65.88

Codes

Color #515755 in popluar color models

515755
RGB818785
HSL160°3.57%32.94%
HSB/HSV160°6.90%34.12%
CMYK6.90%0.00%2.30%
65.88%

Color #515755 in popluar number systems.

HEX515755
Decimal818785
Binary101000110101111010101
Octal121127125

Shades and tints

Shades of #515755

#515755
(81,87,85)
#4A504E
(74,80,78)
#434947
(67,73,71)
#3C4240
(60,66,64)
#353B39
(53,59,57)
#2E3432
(46,52,50)
#272D2B
(39,45,43)
#202624
(32,38,36)
#191F1D
(25,31,29)
#121816
(18,24,22)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #515755

#515755
(81,87,85)
#606664
(96,102,100)
#6F7573
(111,117,115)
#7E8482
(126,132,130)
#8D9391
(141,147,145)
#9CA2A0
(156,162,160)
#ABB1AF
(171,177,175)
#BAC0BE
(186,192,190)
#C9CFCD
(201,207,205)
#D8DEDC
(216,222,220)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515755; }

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

This text font color is #515755.


Background Color

.myBgColor { background-color: #515755; }

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

This div background color is #515755.


Border color

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

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

This div border color is #515755.


Opacity

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

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

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

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

This text has shadow with #515755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515755 on black background.


Color preview on white background

This text has color #515755 on white background.



Black color preview on #515755 background

This text has black color on #515755 background.


White color preview on #515755 background

This text has white color on #515755 background.