COLOR #516252

HEX: #516252
RGB: (81,98,82)

Color info

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

RGB color model

#516252 color RGB value is (81,98,82).

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

RGB channels and saturation

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

81
98
82

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

Portions of RGB colors in percentages

R + G + B =
81 + 98 + 82 = 261 (100%)
R 81 of 261 ~ 31.03%
G 98 of 261 ~ 37.55%
B 82 of 261 ~ 31.42%

%31.03
%37.55
%31.42

CMYK color model

#516252 color CMYK value is (17,0,16,62).

  • cyan value is 17.35%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 61.57%
CMYK:
(17,0,16,62)
C17M0Y16K62 
(17%,0%,16%,62%)
(0.17/0.00/0.16/0.62)	

CMYK percentages

%17.35
%0
%16.33
%61.57

Codes

Color #516252 in popluar color models

516252
RGB819882
HSL124°9.50%35.10%
HSB/HSV124°17.35%38.43%
CMYK17.35%0.00%16.33%
61.57%

Color #516252 in popluar number systems.

HEX516252
Decimal819882
Binary101000111000101010010
Octal121142122

Shades and tints

Shades of #516252

#516252
(81,98,82)
#4A5A4B
(74,90,75)
#435244
(67,82,68)
#3C4A3D
(60,74,61)
#354236
(53,66,54)
#2E3A2F
(46,58,47)
#273228
(39,50,40)
#202A21
(32,42,33)
#19221A
(25,34,26)
#121A13
(18,26,19)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #516252

#516252
(81,98,82)
#607061
(96,112,97)
#6F7E70
(111,126,112)
#7E8C7F
(126,140,127)
#8D9A8E
(141,154,142)
#9CA89D
(156,168,157)
#ABB6AC
(171,182,172)
#BAC4BB
(186,196,187)
#C9D2CA
(201,210,202)
#D8E0D9
(216,224,217)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516252; }

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

This text font color is #516252.


Background Color

.myBgColor { background-color: #516252; }

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

This div background color is #516252.


Border color

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

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

This div border color is #516252.


Opacity

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

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

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

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

This text has shadow with #516252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516252 on black background.


Color preview on white background

This text has color #516252 on white background.



Black color preview on #516252 background

This text has black color on #516252 background.


White color preview on #516252 background

This text has white color on #516252 background.