COLOR #515C74

HEX: #515C74
RGB: (81,92,116)

Color info

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

RGB color model

#515C74 color RGB value is (81,92,116).

  • red value is 81;
  • green value is 92;
  • blue value is 116.
RGB:
(81,92,116)
(32%,36%,45%)

RGB channels and saturation

R 81 of 255 = 32%
G 92 of 255 = 36%
B 116 of 255 = 45%

81
92
116

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

Portions of RGB colors in percentages

R + G + B =
81 + 92 + 116 = 289 (100%)
R 81 of 289 ~ 28.03%
G 92 of 289 ~ 31.83%
B 116 of 289 ~ 40.14%

%28.03
%31.83
%40.14

CMYK color model

#515C74 color CMYK value is (30,21,0,55).

  • cyan value is 30.17%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(30,21,0,55)
C30M21Y0K55 
(30%,21%,0%,55%)
(0.30/0.21/0.00/0.55)	

CMYK percentages

%30.17
%20.69
%0
%54.51

Codes

Color #515C74 in popluar color models

515C74
RGB8192116
HSL221°17.77%38.63%
HSB/HSV221°30.17%45.49%
CMYK30.17%20.69%0.00%
54.51%

Color #515C74 in popluar number systems.

HEX515C74
Decimal8192116
Binary101000110111001110100
Octal121134164

Shades and tints

Shades of #515C74

#515C74
(81,92,116)
#4A546A
(74,84,106)
#434C60
(67,76,96)
#3C4456
(60,68,86)
#353C4C
(53,60,76)
#2E3442
(46,52,66)
#272C38
(39,44,56)
#20242E
(32,36,46)
#191C24
(25,28,36)
#12141A
(18,20,26)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #515C74

#515C74
(81,92,116)
#606A80
(96,106,128)
#6F788C
(111,120,140)
#7E8698
(126,134,152)
#8D94A4
(141,148,164)
#9CA2B0
(156,162,176)
#ABB0BC
(171,176,188)
#BABEC8
(186,190,200)
#C9CCD4
(201,204,212)
#D8DAE0
(216,218,224)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515C74 color. Also use rgb(81,92,116) instead hex code.

Text Font Color

.myTextColor { color: #515C74; }

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

This text font color is #515C74.


Background Color

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

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

This div background color is #515C74.


Border color

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

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

This div border color is #515C74.


Opacity

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

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

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

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

This text has shadow with #515C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515C74 on black background.


Color preview on white background

This text has color #515C74 on white background.



Black color preview on #515C74 background

This text has black color on #515C74 background.


White color preview on #515C74 background

This text has white color on #515C74 background.