COLOR #515C64

HEX: #515C64
RGB: (81,92,100)

Color info

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

RGB color model

#515C64 color RGB value is (81,92,100).

  • red value is 81;
  • green value is 92;
  • blue value is 100.
RGB:
(81,92,100)
(32%,36%,39%)

RGB channels and saturation

R 81 of 255 = 32%
G 92 of 255 = 36%
B 100 of 255 = 39%

81
92
100

R + G + B ~ 36%. #515C64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 92 + 100 = 273 (100%)
R 81 of 273 ~ 29.67%
G 92 of 273 ~ 33.7%
B 100 of 273 ~ 36.63%

%29.67
%33.7
%36.63

CMYK color model

#515C64 color CMYK value is (19,8,0,61).

  • cyan value is 19.00%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(19,8,0,61)
C19M8Y0K61 
(19%,8%,0%,61%)
(0.19/0.08/0.00/0.61)	

CMYK percentages

%19
%8
%0
%60.78

Codes

Color #515C64 in popluar color models

515C64
RGB8192100
HSL205°10.50%35.49%
HSB/HSV205°19.00%39.22%
CMYK19.00%8.00%0.00%
60.78%

Color #515C64 in popluar number systems.

HEX515C64
Decimal8192100
Binary101000110111001100100
Octal121134144

Shades and tints

Shades of #515C64

#515C64
(81,92,100)
#4A545B
(74,84,91)
#434C52
(67,76,82)
#3C4449
(60,68,73)
#353C40
(53,60,64)
#2E3437
(46,52,55)
#272C2E
(39,44,46)
#202425
(32,36,37)
#191C1C
(25,28,28)
#121413
(18,20,19)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #515C64

#515C64
(81,92,100)
#606A72
(96,106,114)
#6F7880
(111,120,128)
#7E868E
(126,134,142)
#8D949C
(141,148,156)
#9CA2AA
(156,162,170)
#ABB0B8
(171,176,184)
#BABEC6
(186,190,198)
#C9CCD4
(201,204,212)
#D8DAE2
(216,218,226)
#E7E8F0
(231,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515C64 color. Also use rgb(81,92,100) instead hex code.

Text Font Color

.myTextColor { color: #515C64; }

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

This text font color is #515C64.


Background Color

.myBgColor { background-color: #515C64; }

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

This div background color is #515C64.


Border color

.myBorderColor { border: 1px solid #515C64; }

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

This div border color is #515C64.


Opacity

.myOpacity80 { color: #515C64; opacity: 0.8; }

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

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

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

This text has shadow with #515C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515C64 on black background.


Color preview on white background

This text has color #515C64 on white background.



Black color preview on #515C64 background

This text has black color on #515C64 background.


White color preview on #515C64 background

This text has white color on #515C64 background.