COLOR #516B6A

HEX: #516B6A
RGB: (81,107,106)

Color info

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

RGB color model

#516B6A color RGB value is (81,107,106).

  • red value is 81;
  • green value is 107;
  • blue value is 106.
RGB:
(81,107,106)
(32%,42%,42%)

RGB channels and saturation

R 81 of 255 = 32%
G 107 of 255 = 42%
B 106 of 255 = 42%

81
107
106

R + G + B ~ 39%. #516B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 107 + 106 = 294 (100%)
R 81 of 294 ~ 27.55%
G 107 of 294 ~ 36.39%
B 106 of 294 ~ 36.05%

%27.55
%36.39
%36.05

CMYK color model

#516B6A color CMYK value is (24,0,1,58).

  • cyan value is 24.30%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 58.04%
CMYK:
(24,0,1,58)
C24M0Y1K58 
(24%,0%,1%,58%)
(0.24/0.00/0.01/0.58)	

CMYK percentages

%24.3
%0
%0.93
%58.04

Codes

Color #516B6A in popluar color models

516B6A
RGB81107106
HSL178°13.83%36.86%
HSB/HSV178°24.30%41.96%
CMYK24.30%0.00%0.93%
58.04%

Color #516B6A in popluar number systems.

HEX516B6A
Decimal81107106
Binary101000111010111101010
Octal121153152

Shades and tints

Shades of #516B6A

#516B6A
(81,107,106)
#4A6261
(74,98,97)
#435958
(67,89,88)
#3C504F
(60,80,79)
#354746
(53,71,70)
#2E3E3D
(46,62,61)
#273534
(39,53,52)
#202C2B
(32,44,43)
#192322
(25,35,34)
#121A19
(18,26,25)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #516B6A

#516B6A
(81,107,106)
#607877
(96,120,119)
#6F8584
(111,133,132)
#7E9291
(126,146,145)
#8D9F9E
(141,159,158)
#9CACAB
(156,172,171)
#ABB9B8
(171,185,184)
#BAC6C5
(186,198,197)
#C9D3D2
(201,211,210)
#D8E0DF
(216,224,223)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516B6A color. Also use rgb(81,107,106) instead hex code.

Text Font Color

.myTextColor { color: #516B6A; }

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

This text font color is #516B6A.


Background Color

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

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

This div background color is #516B6A.


Border color

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

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

This div border color is #516B6A.


Opacity

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

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

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

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

This text has shadow with #516B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516B6A on black background.


Color preview on white background

This text has color #516B6A on white background.



Black color preview on #516B6A background

This text has black color on #516B6A background.


White color preview on #516B6A background

This text has white color on #516B6A background.