COLOR #516166

HEX: #516166
RGB: (81,97,102)

Color info

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

RGB color model

#516166 color RGB value is (81,97,102).

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

RGB channels and saturation

R 81 of 255 = 32%
G 97 of 255 = 38%
B 102 of 255 = 40%

81
97
102

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

Portions of RGB colors in percentages

R + G + B =
81 + 97 + 102 = 280 (100%)
R 81 of 280 ~ 28.93%
G 97 of 280 ~ 34.64%
B 102 of 280 ~ 36.43%

%28.93
%34.64
%36.43

CMYK color model

#516166 color CMYK value is (21,5,0,60).

  • cyan value is 20.59%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(21,5,0,60)
C21M5Y0K60 
(21%,5%,0%,60%)
(0.21/0.05/0.00/0.60)	

CMYK percentages

%20.59
%4.9
%0
%60

Codes

Color #516166 in popluar color models

516166
RGB8197102
HSL194°11.48%35.88%
HSB/HSV194°20.59%40.00%
CMYK20.59%4.90%0.00%
60.00%

Color #516166 in popluar number systems.

HEX516166
Decimal8197102
Binary101000111000011100110
Octal121141146

Shades and tints

Shades of #516166

#516166
(81,97,102)
#4A595D
(74,89,93)
#435154
(67,81,84)
#3C494B
(60,73,75)
#354142
(53,65,66)
#2E3939
(46,57,57)
#273130
(39,49,48)
#202927
(32,41,39)
#19211E
(25,33,30)
#121915
(18,25,21)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #516166

#516166
(81,97,102)
#606F73
(96,111,115)
#6F7D80
(111,125,128)
#7E8B8D
(126,139,141)
#8D999A
(141,153,154)
#9CA7A7
(156,167,167)
#ABB5B4
(171,181,180)
#BAC3C1
(186,195,193)
#C9D1CE
(201,209,206)
#D8DFDB
(216,223,219)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516166; }

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

This text font color is #516166.


Background Color

.myBgColor { background-color: #516166; }

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

This div background color is #516166.


Border color

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

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

This div border color is #516166.


Opacity

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

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

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

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

This text has shadow with #516166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516166 on black background.


Color preview on white background

This text has color #516166 on white background.



Black color preview on #516166 background

This text has black color on #516166 background.


White color preview on #516166 background

This text has white color on #516166 background.