COLOR #516766

HEX: #516766
RGB: (81,103,102)

Color info

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

RGB color model

#516766 color RGB value is (81,103,102).

  • red value is 81;
  • green value is 103;
  • blue value is 102.
RGB:
(81,103,102)
(32%,40%,40%)

RGB channels and saturation

R 81 of 255 = 32%
G 103 of 255 = 40%
B 102 of 255 = 40%

81
103
102

R + G + B ~ 37%. #516766 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 103 + 102 = 286 (100%)
R 81 of 286 ~ 28.32%
G 103 of 286 ~ 36.01%
B 102 of 286 ~ 35.66%

%28.32
%36.01
%35.66

CMYK color model

#516766 color CMYK value is (21,0,1,60).

  • cyan value is 21.36%
  • magenta value is 0.00%
  • yellow value is 0.97%
  • key color value is 59.61%
CMYK:
(21,0,1,60)
C21M0Y1K60 
(21%,0%,1%,60%)
(0.21/0.00/0.01/0.60)	

CMYK percentages

%21.36
%0
%0.97
%59.61

Codes

Color #516766 in popluar color models

516766
RGB81103102
HSL177°11.96%36.08%
HSB/HSV177°21.36%40.39%
CMYK21.36%0.00%0.97%
59.61%

Color #516766 in popluar number systems.

HEX516766
Decimal81103102
Binary101000111001111100110
Octal121147146

Shades and tints

Shades of #516766

#516766
(81,103,102)
#4A5E5D
(74,94,93)
#435554
(67,85,84)
#3C4C4B
(60,76,75)
#354342
(53,67,66)
#2E3A39
(46,58,57)
#273130
(39,49,48)
#202827
(32,40,39)
#191F1E
(25,31,30)
#121615
(18,22,21)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #516766

#516766
(81,103,102)
#607473
(96,116,115)
#6F8180
(111,129,128)
#7E8E8D
(126,142,141)
#8D9B9A
(141,155,154)
#9CA8A7
(156,168,167)
#ABB5B4
(171,181,180)
#BAC2C1
(186,194,193)
#C9CFCE
(201,207,206)
#D8DCDB
(216,220,219)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516766 color. Also use rgb(81,103,102) instead hex code.

Text Font Color

.myTextColor { color: #516766; }

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

This text font color is #516766.


Background Color

.myBgColor { background-color: #516766; }

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

This div background color is #516766.


Border color

.myBorderColor { border: 1px solid #516766; }

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

This div border color is #516766.


Opacity

.myOpacity80 { color: #516766; opacity: 0.8; }

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

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

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

This text has shadow with #516766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516766 on black background.


Color preview on white background

This text has color #516766 on white background.



Black color preview on #516766 background

This text has black color on #516766 background.


White color preview on #516766 background

This text has white color on #516766 background.