COLOR #516A58

HEX: #516A58
RGB: (81,106,88)

Color info

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

RGB color model

#516A58 color RGB value is (81,106,88).

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

RGB channels and saturation

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

81
106
88

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

Portions of RGB colors in percentages

R + G + B =
81 + 106 + 88 = 275 (100%)
R 81 of 275 ~ 29.45%
G 106 of 275 ~ 38.55%
B 88 of 275 ~ 32%

%29.45
%38.55
%32

CMYK color model

#516A58 color CMYK value is (24,0,17,58).

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 16.98%
  • key color value is 58.43%
CMYK:
(24,0,17,58)
C24M0Y17K58 
(24%,0%,17%,58%)
(0.24/0.00/0.17/0.58)	

CMYK percentages

%23.58
%0
%16.98
%58.43

Codes

Color #516A58 in popluar color models

516A58
RGB8110688
HSL137°13.37%36.67%
HSB/HSV137°23.58%41.57%
CMYK23.58%0.00%16.98%
58.43%

Color #516A58 in popluar number systems.

HEX516A58
Decimal8110688
Binary101000111010101011000
Octal121152130

Shades and tints

Shades of #516A58

#516A58
(81,106,88)
#4A6150
(74,97,80)
#435848
(67,88,72)
#3C4F40
(60,79,64)
#354638
(53,70,56)
#2E3D30
(46,61,48)
#273428
(39,52,40)
#202B20
(32,43,32)
#192218
(25,34,24)
#121910
(18,25,16)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #516A58

#516A58
(81,106,88)
#607767
(96,119,103)
#6F8476
(111,132,118)
#7E9185
(126,145,133)
#8D9E94
(141,158,148)
#9CABA3
(156,171,163)
#ABB8B2
(171,184,178)
#BAC5C1
(186,197,193)
#C9D2D0
(201,210,208)
#D8DFDF
(216,223,223)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516A58; }

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

This text font color is #516A58.


Background Color

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

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

This div background color is #516A58.


Border color

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

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

This div border color is #516A58.


Opacity

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

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

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

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

This text has shadow with #516A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516A58 on black background.


Color preview on white background

This text has color #516A58 on white background.



Black color preview on #516A58 background

This text has black color on #516A58 background.


White color preview on #516A58 background

This text has white color on #516A58 background.