COLOR #516F7A

HEX: #516F7A
RGB: (81,111,122)

Color info

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

RGB color model

#516F7A color RGB value is (81,111,122).

  • red value is 81;
  • green value is 111;
  • blue value is 122.
RGB:
(81,111,122)
(32%,44%,48%)

RGB channels and saturation

R 81 of 255 = 32%
G 111 of 255 = 44%
B 122 of 255 = 48%

81
111
122

R + G + B ~ 41%. #516F7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 111 + 122 = 314 (100%)
R 81 of 314 ~ 25.8%
G 111 of 314 ~ 35.35%
B 122 of 314 ~ 38.85%

%25.8
%35.35
%38.85

CMYK color model

#516F7A color CMYK value is (34,9,0,52).

  • cyan value is 33.61%
  • magenta value is 9.02%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(34,9,0,52)
C34M9Y0K52 
(34%,9%,0%,52%)
(0.34/0.09/0.00/0.52)	

CMYK percentages

%33.61
%9.02
%0
%52.16

Codes

Color #516F7A in popluar color models

516F7A
RGB81111122
HSL196°20.20%39.80%
HSB/HSV196°33.61%47.84%
CMYK33.61%9.02%0.00%
52.16%

Color #516F7A in popluar number systems.

HEX516F7A
Decimal81111122
Binary101000111011111111010
Octal121157172

Shades and tints

Shades of #516F7A

#516F7A
(81,111,122)
#4A656F
(74,101,111)
#435B64
(67,91,100)
#3C5159
(60,81,89)
#35474E
(53,71,78)
#2E3D43
(46,61,67)
#273338
(39,51,56)
#20292D
(32,41,45)
#191F22
(25,31,34)
#121517
(18,21,23)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #516F7A

#516F7A
(81,111,122)
#607C86
(96,124,134)
#6F8992
(111,137,146)
#7E969E
(126,150,158)
#8DA3AA
(141,163,170)
#9CB0B6
(156,176,182)
#ABBDC2
(171,189,194)
#BACACE
(186,202,206)
#C9D7DA
(201,215,218)
#D8E4E6
(216,228,230)
#E7F1F2
(231,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516F7A color. Also use rgb(81,111,122) instead hex code.

Text Font Color

.myTextColor { color: #516F7A; }

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

This text font color is #516F7A.


Background Color

.myBgColor { background-color: #516F7A; }

<div style="background-color:#516F7A">Inner text</div>

This div background color is #516F7A.


Border color

.myBorderColor { border: 1px solid #516F7A; }

<div style="border:3px solid #516F7A">Div</div>

This div border color is #516F7A.


Opacity

.myOpacity80 { color: #516F7A; opacity: 0.8; }

<p style="color:#516F7A;opacity:0.8;">80%</p>

Text with #516F7A 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 #516F7A;}

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

This text has shadow with #516F7A color.

.textShadow {text-shadow: 3px 3px 1px #516F7A, 3px 3px 1px red;}

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

This text has shadow with #516F7A primary color and red secondary color.


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

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

This text has shadow with #516F7A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516F7A on black background.


Color preview on white background

This text has color #516F7A on white background.



Black color preview on #516F7A background

This text has black color on #516F7A background.


White color preview on #516F7A background

This text has white color on #516F7A background.