COLOR #515C5D

HEX: #515C5D
RGB: (81,92,93)

Color info

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

RGB color model

#515C5D color RGB value is (81,92,93).

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

RGB channels and saturation

R 81 of 255 = 32%
G 92 of 255 = 36%
B 93 of 255 = 36%

81
92
93

R + G + B ~ 35%. #515C5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 92 + 93 = 266 (100%)
R 81 of 266 ~ 30.45%
G 92 of 266 ~ 34.59%
B 93 of 266 ~ 34.96%

%30.45
%34.59
%34.96

CMYK color model

#515C5D color CMYK value is (13,1,0,64).

  • cyan value is 12.90%
  • magenta value is 1.08%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(13,1,0,64)
C13M1Y0K64 
(13%,1%,0%,64%)
(0.13/0.01/0.00/0.64)	

CMYK percentages

%12.9
%1.08
%0
%63.53

Codes

Color #515C5D in popluar color models

515C5D
RGB819293
HSL185°6.90%34.12%
HSB/HSV185°12.90%36.47%
CMYK12.90%1.08%0.00%
63.53%

Color #515C5D in popluar number systems.

HEX515C5D
Decimal819293
Binary101000110111001011101
Octal121134135

Shades and tints

Shades of #515C5D

#515C5D
(81,92,93)
#4A5455
(74,84,85)
#434C4D
(67,76,77)
#3C4445
(60,68,69)
#353C3D
(53,60,61)
#2E3435
(46,52,53)
#272C2D
(39,44,45)
#202425
(32,36,37)
#191C1D
(25,28,29)
#121415
(18,20,21)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #515C5D

#515C5D
(81,92,93)
#606A6B
(96,106,107)
#6F7879
(111,120,121)
#7E8687
(126,134,135)
#8D9495
(141,148,149)
#9CA2A3
(156,162,163)
#ABB0B1
(171,176,177)
#BABEBF
(186,190,191)
#C9CCCD
(201,204,205)
#D8DADB
(216,218,219)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515C5D; }

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

This text font color is #515C5D.


Background Color

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

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

This div background color is #515C5D.


Border color

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

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

This div border color is #515C5D.


Opacity

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

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

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

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

This text has shadow with #515C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515C5D on black background.


Color preview on white background

This text has color #515C5D on white background.



Black color preview on #515C5D background

This text has black color on #515C5D background.


White color preview on #515C5D background

This text has white color on #515C5D background.