COLOR #516D69

HEX: #516D69
RGB: (81,109,105)

Color info

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

RGB color model

#516D69 color RGB value is (81,109,105).

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

RGB channels and saturation

R 81 of 255 = 32%
G 109 of 255 = 43%
B 105 of 255 = 41%

81
109
105

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

Portions of RGB colors in percentages

R + G + B =
81 + 109 + 105 = 295 (100%)
R 81 of 295 ~ 27.46%
G 109 of 295 ~ 36.95%
B 105 of 295 ~ 35.59%

%27.46
%36.95
%35.59

CMYK color model

#516D69 color CMYK value is (26,0,4,57).

  • cyan value is 25.69%
  • magenta value is 0.00%
  • yellow value is 3.67%
  • key color value is 57.25%
CMYK:
(26,0,4,57)
C26M0Y4K57 
(26%,0%,4%,57%)
(0.26/0.00/0.04/0.57)	

CMYK percentages

%25.69
%0
%3.67
%57.25

Codes

Color #516D69 in popluar color models

516D69
RGB81109105
HSL171°14.74%37.25%
HSB/HSV171°25.69%42.75%
CMYK25.69%0.00%3.67%
57.25%

Color #516D69 in popluar number systems.

HEX516D69
Decimal81109105
Binary101000111011011101001
Octal121155151

Shades and tints

Shades of #516D69

#516D69
(81,109,105)
#4A6460
(74,100,96)
#435B57
(67,91,87)
#3C524E
(60,82,78)
#354945
(53,73,69)
#2E403C
(46,64,60)
#273733
(39,55,51)
#202E2A
(32,46,42)
#192521
(25,37,33)
#121C18
(18,28,24)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #516D69

#516D69
(81,109,105)
#607A76
(96,122,118)
#6F8783
(111,135,131)
#7E9490
(126,148,144)
#8DA19D
(141,161,157)
#9CAEAA
(156,174,170)
#ABBBB7
(171,187,183)
#BAC8C4
(186,200,196)
#C9D5D1
(201,213,209)
#D8E2DE
(216,226,222)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516D69; }

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

This text font color is #516D69.


Background Color

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

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

This div background color is #516D69.


Border color

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

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

This div border color is #516D69.


Opacity

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

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

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

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

This text has shadow with #516D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516D69 on black background.


Color preview on white background

This text has color #516D69 on white background.



Black color preview on #516D69 background

This text has black color on #516D69 background.


White color preview on #516D69 background

This text has white color on #516D69 background.