COLOR #515E76

HEX: #515E76 RGB: (81,94,118)

Color info

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

RGB color model

#515E76 color RGB value is (81,94,118).

RGB: (81,94,118) (32%, 37%, 46%)

RGB channels and saturation

R 81 of 255 = 32%
G 94 of 255 = 37%
B 118 of 255 = 46%

81
94
118

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

Portions of RGB colors in percentages

R + G + B = 81 + 94 + 118 = 293 (100%)
R 81 of 293 ~ 27.65%
G 94 of 293 ~ 32.08%
B 118 of 293 ~ 40.27'%

%27.65
%32.08
%40.27

CMYK color model

#515E76 color CMYK value is (31,20,0,54).

  • cyan value is 31.36%
  • magenta value is 20.34%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (31,20,0,54)
C31M20Y0K54 (31%, 20%, 0%, 54%)
(0.31 / 0.20 / 0.00 / 0.54)

CMYK percentages

%31.36
%20.34
%0
%53.73

Codes

Color #515E76 in popluar color models

51 5E 76
RGB 81 94 118
HSL 219° 18.59% 39.02%
HSB/HSV 219° 31.36% 46.27%
CMYK 31.36% 20.34% 0.00%
53.73%

Color #515E76 in popluar number systems.

HEX 51 5E 76
Decimal 81 94 118
Binary 1010001 1011110 1110110
Octal 121 136 166

Shades and tints

Shades of #515E76

#515E76
(81,94,118)
#4A566C
(74,86,108)
#434E62
(67,78,98)
#3C4658
(60,70,88)
#353E4E
(53,62,78)
#2E3644
(46,54,68)
#272E3A
(39,46,58)
#202630
(32,38,48)
#191E26
(25,30,38)
#12161C
(18,22,28)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #515E76

#515E76
(81,94,118)
#606C82
(96,108,130)
#6F7A8E
(111,122,142)
#7E889A
(126,136,154)
#8D96A6
(141,150,166)
#9CA4B2
(156,164,178)
#ABB2BE
(171,178,190)
#BAC0CA
(186,192,202)
#C9CED6
(201,206,214)
#D8DCE2
(216,220,226)
#E7EAEE
(231,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515E76; }

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

This text font color is #515E76.

Background Color

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

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

This div background color is #515E76.

Border color

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

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

This div border color is #515E76.

Opacity

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

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

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

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

This text has shadow with #515E76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515E76.

Preview

Color preview on black background

This text has color #515E76 on black background.


Color preview on white background

This text has color #515E76 on white background.


Black color preview on #515E76 background

This text has black color on #515E76 background.


White color preview on #515E76 background

This text has white color on #515E76 background.


Related colors

Complementary color

Complementary color for #hex is #AEA189.


I love getcolorcode.com

Triadic colors

1 #76515E and #5E7651 with #515E76 are triadic colors.

2 #765E51 and #5E5176 with #515E76 are triadic colors.