COLOR #516052

HEX: #516052
RGB: (81,96,82)

Color info

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

RGB color model

#516052 color RGB value is (81,96,82).

  • red value is 81;
  • green value is 96;
  • blue value is 82.
RGB:
(81,96,82)
(32%,38%,32%)

RGB channels and saturation

R 81 of 255 = 32%
G 96 of 255 = 38%
B 82 of 255 = 32%

81
96
82

R + G + B ~ 34%. #516052 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 96 + 82 = 259 (100%)
R 81 of 259 ~ 31.27%
G 96 of 259 ~ 37.07%
B 82 of 259 ~ 31.66%

%31.27
%37.07
%31.66

CMYK color model

#516052 color CMYK value is (16,0,15,62).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 14.58%
  • key color value is 62.35%
CMYK:
(16,0,15,62)
C16M0Y15K62 
(16%,0%,15%,62%)
(0.16/0.00/0.15/0.62)	

CMYK percentages

%15.63
%0
%14.58
%62.35

Codes

Color #516052 in popluar color models

516052
RGB819682
HSL124°8.47%34.71%
HSB/HSV124°15.63%37.65%
CMYK15.63%0.00%14.58%
62.35%

Color #516052 in popluar number systems.

HEX516052
Decimal819682
Binary101000111000001010010
Octal121140122

Shades and tints

Shades of #516052

#516052
(81,96,82)
#4A584B
(74,88,75)
#435044
(67,80,68)
#3C483D
(60,72,61)
#354036
(53,64,54)
#2E382F
(46,56,47)
#273028
(39,48,40)
#202821
(32,40,33)
#19201A
(25,32,26)
#121813
(18,24,19)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #516052

#516052
(81,96,82)
#606E61
(96,110,97)
#6F7C70
(111,124,112)
#7E8A7F
(126,138,127)
#8D988E
(141,152,142)
#9CA69D
(156,166,157)
#ABB4AC
(171,180,172)
#BAC2BB
(186,194,187)
#C9D0CA
(201,208,202)
#D8DED9
(216,222,217)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #516052 color. Also use rgb(81,96,82) instead hex code.

Text Font Color

.myTextColor { color: #516052; }

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

This text font color is #516052.


Background Color

.myBgColor { background-color: #516052; }

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

This div background color is #516052.


Border color

.myBorderColor { border: 1px solid #516052; }

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

This div border color is #516052.


Opacity

.myOpacity80 { color: #516052; opacity: 0.8; }

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

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

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

This text has shadow with #516052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516052 on black background.


Color preview on white background

This text has color #516052 on white background.



Black color preview on #516052 background

This text has black color on #516052 background.


White color preview on #516052 background

This text has white color on #516052 background.