COLOR #516D6A

HEX: #516D6A
RGB: (81,109,106)

Color info

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

RGB color model

#516D6A color RGB value is (81,109,106).

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

RGB channels and saturation

R 81 of 255 = 32%
G 109 of 255 = 43%
B 106 of 255 = 42%

81
109
106

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

Portions of RGB colors in percentages

R + G + B =
81 + 109 + 106 = 296 (100%)
R 81 of 296 ~ 27.36%
G 109 of 296 ~ 36.82%
B 106 of 296 ~ 35.81%

%27.36
%36.82
%35.81

CMYK color model

#516D6A color CMYK value is (26,0,3,57).

  • cyan value is 25.69%
  • magenta value is 0.00%
  • yellow value is 2.75%
  • key color value is 57.25%
CMYK:
(26,0,3,57)
C26M0Y3K57 
(26%,0%,3%,57%)
(0.26/0.00/0.03/0.57)	

CMYK percentages

%25.69
%0
%2.75
%57.25

Codes

Color #516D6A in popluar color models

516D6A
RGB81109106
HSL174°14.74%37.25%
HSB/HSV174°25.69%42.75%
CMYK25.69%0.00%2.75%
57.25%

Color #516D6A in popluar number systems.

HEX516D6A
Decimal81109106
Binary101000111011011101010
Octal121155152

Shades and tints

Shades of #516D6A

#516D6A
(81,109,106)
#4A6461
(74,100,97)
#435B58
(67,91,88)
#3C524F
(60,82,79)
#354946
(53,73,70)
#2E403D
(46,64,61)
#273734
(39,55,52)
#202E2B
(32,46,43)
#192522
(25,37,34)
#121C19
(18,28,25)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #516D6A

#516D6A
(81,109,106)
#607A77
(96,122,119)
#6F8784
(111,135,132)
#7E9491
(126,148,145)
#8DA19E
(141,161,158)
#9CAEAB
(156,174,171)
#ABBBB8
(171,187,184)
#BAC8C5
(186,200,197)
#C9D5D2
(201,213,210)
#D8E2DF
(216,226,223)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516D6A; }

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

This text font color is #516D6A.


Background Color

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

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

This div background color is #516D6A.


Border color

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

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

This div border color is #516D6A.


Opacity

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

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

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

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

This text has shadow with #516D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516D6A on black background.


Color preview on white background

This text has color #516D6A on white background.



Black color preview on #516D6A background

This text has black color on #516D6A background.


White color preview on #516D6A background

This text has white color on #516D6A background.