COLOR #515A5D

HEX: #515A5D
RGB: (81,90,93)

Color info

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

RGB color model

#515A5D color RGB value is (81,90,93).

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

RGB channels and saturation

R 81 of 255 = 32%
G 90 of 255 = 35%
B 93 of 255 = 36%

81
90
93

R + G + B ~ 34%. #515A5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 90 + 93 = 264 (100%)
R 81 of 264 ~ 30.68%
G 90 of 264 ~ 34.09%
B 93 of 264 ~ 35.23%

%30.68
%34.09
%35.23

CMYK color model

#515A5D color CMYK value is (13,3,0,64).

  • cyan value is 12.90%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (13,3,0,64) C13M3Y0K64 (13%,3%,0%,64%) (0.13/0.03/0.00/0.64)

CMYK percentages

%12.9
%3.23
%0
%63.53

Codes

Color #515A5D in popluar color models

515A5D
RGB819093
HSL195°6.90%34.12%
HSB/HSV195°12.90%36.47%
CMYK12.90%3.23%0.00%
63.53%

Color #515A5D in popluar number systems.

HEX515A5D
Decimal819093
Binary101000110110101011101
Octal121132135

Shades and tints

Shades of #515A5D

#515A5D
(81,90,93)
#4A5255
(74,82,85)
#434A4D
(67,74,77)
#3C4245
(60,66,69)
#353A3D
(53,58,61)
#2E3235
(46,50,53)
#272A2D
(39,42,45)
#202225
(32,34,37)
#191A1D
(25,26,29)
#121215
(18,18,21)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #515A5D

#515A5D
(81,90,93)
#60696B
(96,105,107)
#6F7879
(111,120,121)
#7E8787
(126,135,135)
#8D9695
(141,150,149)
#9CA5A3
(156,165,163)
#ABB4B1
(171,180,177)
#BAC3BF
(186,195,191)
#C9D2CD
(201,210,205)
#D8E1DB
(216,225,219)
#E7F0E9
(231,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515A5D; }

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

This text font color is #515A5D.


Background Color

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

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

This div background color is #515A5D.


Border color

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

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

This div border color is #515A5D.


Opacity

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

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

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

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

This text has shadow with #515A5D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #515A5D on black background.


Color preview on white background

This text has color #515A5D on white background.



Black color preview on #515A5D background

This text has black color on #515A5D background.


White color preview on #515A5D background

This text has white color on #515A5D background.