COLOR #516A5A

HEX: #516A5A
RGB: (81,106,90)

Color info

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

RGB color model

#516A5A color RGB value is (81,106,90).

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

RGB channels and saturation

R 81 of 255 = 32%
G 106 of 255 = 42%
B 90 of 255 = 35%

81
106
90

R + G + B ~ 36%. #516A5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 106 + 90 = 277 (100%)
R 81 of 277 ~ 29.24%
G 106 of 277 ~ 38.27%
B 90 of 277 ~ 32.49%

%29.24
%38.27
%32.49

CMYK color model

#516A5A color CMYK value is (24,0,15,58).

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 15.09%
  • key color value is 58.43%
CMYK:
(24,0,15,58)
C24M0Y15K58 
(24%,0%,15%,58%)
(0.24/0.00/0.15/0.58)	

CMYK percentages

%23.58
%0
%15.09
%58.43

Codes

Color #516A5A in popluar color models

516A5A
RGB8110690
HSL142°13.37%36.67%
HSB/HSV142°23.58%41.57%
CMYK23.58%0.00%15.09%
58.43%

Color #516A5A in popluar number systems.

HEX516A5A
Decimal8110690
Binary101000111010101011010
Octal121152132

Shades and tints

Shades of #516A5A

#516A5A
(81,106,90)
#4A6152
(74,97,82)
#43584A
(67,88,74)
#3C4F42
(60,79,66)
#35463A
(53,70,58)
#2E3D32
(46,61,50)
#27342A
(39,52,42)
#202B22
(32,43,34)
#19221A
(25,34,26)
#121912
(18,25,18)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #516A5A

#516A5A
(81,106,90)
#607769
(96,119,105)
#6F8478
(111,132,120)
#7E9187
(126,145,135)
#8D9E96
(141,158,150)
#9CABA5
(156,171,165)
#ABB8B4
(171,184,180)
#BAC5C3
(186,197,195)
#C9D2D2
(201,210,210)
#D8DFE1
(216,223,225)
#E7ECF0
(231,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516A5A; }

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

This text font color is #516A5A.


Background Color

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

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

This div background color is #516A5A.


Border color

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

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

This div border color is #516A5A.


Opacity

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

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

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

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

This text has shadow with #516A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516A5A on black background.


Color preview on white background

This text has color #516A5A on white background.



Black color preview on #516A5A background

This text has black color on #516A5A background.


White color preview on #516A5A background

This text has white color on #516A5A background.