COLOR #515C5F

HEX: #515C5F RGB: (81,92,95)

Color info

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

RGB color model

#515C5F color RGB value is (81,92,95).

RGB: (81,92,95) (32%, 36%, 37%)

RGB channels and saturation

R 81 of 255 = 32%
G 92 of 255 = 36%
B 95 of 255 = 37%

81
92
95

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

Portions of RGB colors in percentages

R + G + B = 81 + 92 + 95 = 268 (100%)
R 81 of 268 ~ 30.22%
G 92 of 268 ~ 34.33%
B 95 of 268 ~ 35.45'%

%30.22
%34.33
%35.45

CMYK color model

#515C5F color CMYK value is (15,3,0,63).

  • cyan value is 14.74%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (15,3,0,63)
C15M3Y0K63 (15%, 3%, 0%, 63%)
(0.15 / 0.03 / 0.00 / 0.63)

CMYK percentages

%14.74
%3.16
%0
%62.75

Codes

Color #515C5F in popluar color models

51 5C 5F
RGB 81 92 95
HSL 193° 7.95% 34.51%
HSB/HSV 193° 14.74% 37.25%
CMYK 14.74% 3.16% 0.00%
62.75%

Color #515C5F in popluar number systems.

HEX 51 5C 5F
Decimal 81 92 95
Binary 1010001 1011100 1011111
Octal 121 134 137

Shades and tints

Shades of #515C5F

#515C5F
(81,92,95)
#4A5457
(74,84,87)
#434C4F
(67,76,79)
#3C4447
(60,68,71)
#353C3F
(53,60,63)
#2E3437
(46,52,55)
#272C2F
(39,44,47)
#202427
(32,36,39)
#191C1F
(25,28,31)
#121417
(18,20,23)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #515C5F

#515C5F
(81,92,95)
#606A6D
(96,106,109)
#6F787B
(111,120,123)
#7E8689
(126,134,137)
#8D9497
(141,148,151)
#9CA2A5
(156,162,165)
#ABB0B3
(171,176,179)
#BABEC1
(186,190,193)
#C9CCCF
(201,204,207)
#D8DADD
(216,218,221)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515C5F; }

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

This text font color is #515C5F.

Background Color

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

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

This div background color is #515C5F.

Border color

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

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

This div border color is #515C5F.

Opacity

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

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

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

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

This text has shadow with #515C5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515C5F.

Preview

Color preview on black background

This text has color #515C5F on black background.


Color preview on white background

This text has color #515C5F on white background.


Black color preview on #515C5F background

This text has black color on #515C5F background.


White color preview on #515C5F background

This text has white color on #515C5F background.


Related colors

Complementary color

Complementary color for #hex is #AEA3A0.


I love getcolorcode.com

Triadic colors

1 #5F515C and #5C5F51 with #515C5F are triadic colors.

2 #5F5C51 and #5C515F with #515C5F are triadic colors.