COLOR #515E7A

HEX: #515E7A RGB: (81,94,122)

Color info

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

RGB color model

#515E7A color RGB value is (81,94,122).

RGB: (81,94,122) (32%, 37%, 48%)

RGB channels and saturation

R 81 of 255 = 32%
G 94 of 255 = 37%
B 122 of 255 = 48%

81
94
122

R + G + B ~ 39%. #515E7A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 94 + 122 = 297 (100%)
R 81 of 297 ~ 27.27%
G 94 of 297 ~ 31.65%
B 122 of 297 ~ 41.08'%

%27.27
%31.65
%41.08

CMYK color model

#515E7A color CMYK value is (34,23,0,52).

  • cyan value is 33.61%
  • magenta value is 22.95%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (34,23,0,52)
C34M23Y0K52 (34%, 23%, 0%, 52%)
(0.34 / 0.23 / 0.00 / 0.52)

CMYK percentages

%33.61
%22.95
%0
%52.16

Codes

Color #515E7A in popluar color models

51 5E 7A
RGB 81 94 122
HSL 221° 20.20% 39.80%
HSB/HSV 221° 33.61% 47.84%
CMYK 33.61% 22.95% 0.00%
52.16%

Color #515E7A in popluar number systems.

HEX 51 5E 7A
Decimal 81 94 122
Binary 1010001 1011110 1111010
Octal 121 136 172

Shades and tints

Shades of #515E7A

#515E7A
(81,94,122)
#4A566F
(74,86,111)
#434E64
(67,78,100)
#3C4659
(60,70,89)
#353E4E
(53,62,78)
#2E3643
(46,54,67)
#272E38
(39,46,56)
#20262D
(32,38,45)
#191E22
(25,30,34)
#121617
(18,22,23)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #515E7A

#515E7A
(81,94,122)
#606C86
(96,108,134)
#6F7A92
(111,122,146)
#7E889E
(126,136,158)
#8D96AA
(141,150,170)
#9CA4B6
(156,164,182)
#ABB2C2
(171,178,194)
#BAC0CE
(186,192,206)
#C9CEDA
(201,206,218)
#D8DCE6
(216,220,230)
#E7EAF2
(231,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515E7A; }

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

This text font color is #515E7A.

Background Color

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

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

This div background color is #515E7A.

Border color

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

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

This div border color is #515E7A.

Opacity

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

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

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

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

This text has shadow with #515E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515E7A.

Preview

Color preview on black background

This text has color #515E7A on black background.


Color preview on white background

This text has color #515E7A on white background.


Black color preview on #515E7A background

This text has black color on #515E7A background.


White color preview on #515E7A background

This text has white color on #515E7A background.


Related colors

Complementary color

Complementary color for #hex is #AEA185.


I love getcolorcode.com

Triadic colors

1 #7A515E and #5E7A51 with #515E7A are triadic colors.

2 #7A5E51 and #5E517A with #515E7A are triadic colors.