COLOR #515E6F

HEX: #515E6F RGB: (81,94,111)

Color info

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

RGB color model

#515E6F color RGB value is (81,94,111).

RGB: (81,94,111) (32%, 37%, 44%)

RGB channels and saturation

R 81 of 255 = 32%
G 94 of 255 = 37%
B 111 of 255 = 44%

81
94
111

R + G + B ~ 38%. #515E6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 94 + 111 = 286 (100%)
R 81 of 286 ~ 28.32%
G 94 of 286 ~ 32.87%
B 111 of 286 ~ 38.81'%

%28.32
%32.87
%38.81

CMYK color model

#515E6F color CMYK value is (27,15,0,56).

  • cyan value is 27.03%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (27,15,0,56)
C27M15Y0K56 (27%, 15%, 0%, 56%)
(0.27 / 0.15 / 0.00 / 0.56)

CMYK percentages

%27.03
%15.32
%0
%56.47

Codes

Color #515E6F in popluar color models

51 5E 6F
RGB 81 94 111
HSL 214° 15.63% 37.65%
HSB/HSV 214° 27.03% 43.53%
CMYK 27.03% 15.32% 0.00%
56.47%

Color #515E6F in popluar number systems.

HEX 51 5E 6F
Decimal 81 94 111
Binary 1010001 1011110 1101111
Octal 121 136 157

Shades and tints

Shades of #515E6F

#515E6F
(81,94,111)
#4A5665
(74,86,101)
#434E5B
(67,78,91)
#3C4651
(60,70,81)
#353E47
(53,62,71)
#2E363D
(46,54,61)
#272E33
(39,46,51)
#202629
(32,38,41)
#191E1F
(25,30,31)
#121615
(18,22,21)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #515E6F

#515E6F
(81,94,111)
#606C7C
(96,108,124)
#6F7A89
(111,122,137)
#7E8896
(126,136,150)
#8D96A3
(141,150,163)
#9CA4B0
(156,164,176)
#ABB2BD
(171,178,189)
#BAC0CA
(186,192,202)
#C9CED7
(201,206,215)
#D8DCE4
(216,220,228)
#E7EAF1
(231,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515E6F color. Also use rgb(81,94,111) instead hex code.

Text Font Color

.myTextColor { color: #515E6F; }

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

This text font color is #515E6F.

Background Color

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

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

This div background color is #515E6F.

Border color

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

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

This div border color is #515E6F.

Opacity

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

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

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

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

This text has shadow with #515E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515E6F.

Preview

Color preview on black background

This text has color #515E6F on black background.


Color preview on white background

This text has color #515E6F on white background.


Black color preview on #515E6F background

This text has black color on #515E6F background.


White color preview on #515E6F background

This text has white color on #515E6F background.


Related colors

Complementary color

Complementary color for #hex is #AEA190.


I love getcolorcode.com

Triadic colors

1 #6F515E and #5E6F51 with #515E6F are triadic colors.

2 #6F5E51 and #5E516F with #515E6F are triadic colors.