COLOR #515E7F

HEX: #515E7F
RGB: (81,94,127)

Color info

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

RGB color model

#515E7F color RGB value is (81,94,127).

  • red value is 81;
  • green value is 94;
  • blue value is 127.
RGB:
(81,94,127)
(32%,37%,50%)

RGB channels and saturation

R 81 of 255 = 32%
G 94 of 255 = 37%
B 127 of 255 = 50%

81
94
127

R + G + B ~ 40%. #515E7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 94 + 127 = 302 (100%)
R 81 of 302 ~ 26.82%
G 94 of 302 ~ 31.13%
B 127 of 302 ~ 42.05%

%26.82
%31.13
%42.05

CMYK color model

#515E7F color CMYK value is (36,26,0,50).

  • cyan value is 36.22%
  • magenta value is 25.98%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(36,26,0,50)
C36M26Y0K50 
(36%,26%,0%,50%)
(0.36/0.26/0.00/0.50)	

CMYK percentages

%36.22
%25.98
%0
%50.2

Codes

Color #515E7F in popluar color models

515E7F
RGB8194127
HSL223°22.12%40.78%
HSB/HSV223°36.22%49.80%
CMYK36.22%25.98%0.00%
50.20%

Color #515E7F in popluar number systems.

HEX515E7F
Decimal8194127
Binary101000110111101111111
Octal121136177

Shades and tints

Shades of #515E7F

#515E7F
(81,94,127)
#4A5674
(74,86,116)
#434E69
(67,78,105)
#3C465E
(60,70,94)
#353E53
(53,62,83)
#2E3648
(46,54,72)
#272E3D
(39,46,61)
#202632
(32,38,50)
#191E27
(25,30,39)
#12161C
(18,22,28)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #515E7F

#515E7F
(81,94,127)
#606C8A
(96,108,138)
#6F7A95
(111,122,149)
#7E88A0
(126,136,160)
#8D96AB
(141,150,171)
#9CA4B6
(156,164,182)
#ABB2C1
(171,178,193)
#BAC0CC
(186,192,204)
#C9CED7
(201,206,215)
#D8DCE2
(216,220,226)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515E7F; }

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

This text font color is #515E7F.


Background Color

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

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

This div background color is #515E7F.


Border color

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

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

This div border color is #515E7F.


Opacity

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

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

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

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

This text has shadow with #515E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515E7F on black background.


Color preview on white background

This text has color #515E7F on white background.



Black color preview on #515E7F background

This text has black color on #515E7F background.


White color preview on #515E7F background

This text has white color on #515E7F background.