COLOR #515F6E

HEX: #515F6E RGB: (81,95,110)

Color info

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

RGB color model

#515F6E color RGB value is (81,95,110).

RGB: (81,95,110) (32%, 37%, 43%)

RGB channels and saturation

R 81 of 255 = 32%
G 95 of 255 = 37%
B 110 of 255 = 43%

81
95
110

R + G + B ~ 37%. #515F6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 95 + 110 = 286 (100%)
R 81 of 286 ~ 28.32%
G 95 of 286 ~ 33.22%
B 110 of 286 ~ 38.46'%

%28.32
%33.22
%38.46

CMYK color model

#515F6E color CMYK value is (26,14,0,57).

  • cyan value is 26.36%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (26,14,0,57)
C26M14Y0K57 (26%, 14%, 0%, 57%)
(0.26 / 0.14 / 0.00 / 0.57)

CMYK percentages

%26.36
%13.64
%0
%56.86

Codes

Color #515F6E in popluar color models

51 5F 6E
RGB 81 95 110
HSL 211° 15.18% 37.45%
HSB/HSV 211° 26.36% 43.14%
CMYK 26.36% 13.64% 0.00%
56.86%

Color #515F6E in popluar number systems.

HEX 51 5F 6E
Decimal 81 95 110
Binary 1010001 1011111 1101110
Octal 121 137 156

Shades and tints

Shades of #515F6E

#515F6E
(81,95,110)
#4A5764
(74,87,100)
#434F5A
(67,79,90)
#3C4750
(60,71,80)
#353F46
(53,63,70)
#2E373C
(46,55,60)
#272F32
(39,47,50)
#202728
(32,39,40)
#191F1E
(25,31,30)
#121714
(18,23,20)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #515F6E

#515F6E
(81,95,110)
#606D7B
(96,109,123)
#6F7B88
(111,123,136)
#7E8995
(126,137,149)
#8D97A2
(141,151,162)
#9CA5AF
(156,165,175)
#ABB3BC
(171,179,188)
#BAC1C9
(186,193,201)
#C9CFD6
(201,207,214)
#D8DDE3
(216,221,227)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515F6E; }

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

This text font color is #515F6E.

Background Color

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

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

This div background color is #515F6E.

Border color

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

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

This div border color is #515F6E.

Opacity

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

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

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

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

This text has shadow with #515F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515F6E.

Preview

Color preview on black background

This text has color #515F6E on black background.


Color preview on white background

This text has color #515F6E on white background.


Black color preview on #515F6E background

This text has black color on #515F6E background.


White color preview on #515F6E background

This text has white color on #515F6E background.


Related colors

Complementary color

Complementary color for #hex is #AEA091.


I love getcolorcode.com

Triadic colors

1 #6E515F and #5F6E51 with #515F6E are triadic colors.

2 #6E5F51 and #5F516E with #515F6E are triadic colors.