COLOR #515D64

HEX: #515D64
RGB: (81,93,100)

Color info

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

RGB color model

#515D64 color RGB value is (81,93,100).

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

RGB channels and saturation

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

81
93
100

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

Portions of RGB colors in percentages

R + G + B =
81 + 93 + 100 = 274 (100%)
R 81 of 274 ~ 29.56%
G 93 of 274 ~ 33.94%
B 100 of 274 ~ 36.5%

%29.56
%33.94
%36.5

CMYK color model

#515D64 color CMYK value is (19,7,0,61).

  • cyan value is 19.00%
  • magenta value is 7.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(19,7,0,61)
C19M7Y0K61 
(19%,7%,0%,61%)
(0.19/0.07/0.00/0.61)	

CMYK percentages

%19
%7
%0
%60.78

Codes

Color #515D64 in popluar color models

515D64
RGB8193100
HSL202°10.50%35.49%
HSB/HSV202°19.00%39.22%
CMYK19.00%7.00%0.00%
60.78%

Color #515D64 in popluar number systems.

HEX515D64
Decimal8193100
Binary101000110111011100100
Octal121135144

Shades and tints

Shades of #515D64

#515D64
(81,93,100)
#4A555B
(74,85,91)
#434D52
(67,77,82)
#3C4549
(60,69,73)
#353D40
(53,61,64)
#2E3537
(46,53,55)
#272D2E
(39,45,46)
#202525
(32,37,37)
#191D1C
(25,29,28)
#121513
(18,21,19)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #515D64

#515D64
(81,93,100)
#606B72
(96,107,114)
#6F7980
(111,121,128)
#7E878E
(126,135,142)
#8D959C
(141,149,156)
#9CA3AA
(156,163,170)
#ABB1B8
(171,177,184)
#BABFC6
(186,191,198)
#C9CDD4
(201,205,212)
#D8DBE2
(216,219,226)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515D64; }

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

This text font color is #515D64.


Background Color

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

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

This div background color is #515D64.


Border color

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

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

This div border color is #515D64.


Opacity

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

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

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

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

This text has shadow with #515D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515D64 on black background.


Color preview on white background

This text has color #515D64 on white background.



Black color preview on #515D64 background

This text has black color on #515D64 background.


White color preview on #515D64 background

This text has white color on #515D64 background.