COLOR #516254

HEX: #516254
RGB: (81,98,84)

Color info

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

RGB color model

#516254 color RGB value is (81,98,84).

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

RGB channels and saturation

R 81 of 255 = 32%
G 98 of 255 = 38%
B 84 of 255 = 33%

81
98
84

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

Portions of RGB colors in percentages

R + G + B =
81 + 98 + 84 = 263 (100%)
R 81 of 263 ~ 30.8%
G 98 of 263 ~ 37.26%
B 84 of 263 ~ 31.94%

%30.8
%37.26
%31.94

CMYK color model

#516254 color CMYK value is (17,0,14,62).

  • cyan value is 17.35%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 61.57%
CMYK:
(17,0,14,62)
C17M0Y14K62 
(17%,0%,14%,62%)
(0.17/0.00/0.14/0.62)	

CMYK percentages

%17.35
%0
%14.29
%61.57

Codes

Color #516254 in popluar color models

516254
RGB819884
HSL131°9.50%35.10%
HSB/HSV131°17.35%38.43%
CMYK17.35%0.00%14.29%
61.57%

Color #516254 in popluar number systems.

HEX516254
Decimal819884
Binary101000111000101010100
Octal121142124

Shades and tints

Shades of #516254

#516254
(81,98,84)
#4A5A4D
(74,90,77)
#435246
(67,82,70)
#3C4A3F
(60,74,63)
#354238
(53,66,56)
#2E3A31
(46,58,49)
#27322A
(39,50,42)
#202A23
(32,42,35)
#19221C
(25,34,28)
#121A15
(18,26,21)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #516254

#516254
(81,98,84)
#607063
(96,112,99)
#6F7E72
(111,126,114)
#7E8C81
(126,140,129)
#8D9A90
(141,154,144)
#9CA89F
(156,168,159)
#ABB6AE
(171,182,174)
#BAC4BD
(186,196,189)
#C9D2CC
(201,210,204)
#D8E0DB
(216,224,219)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #516254; }

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

This text font color is #516254.


Background Color

.myBgColor { background-color: #516254; }

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

This div background color is #516254.


Border color

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

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

This div border color is #516254.


Opacity

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

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

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

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

This text has shadow with #516254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #516254 on black background.


Color preview on white background

This text has color #516254 on white background.



Black color preview on #516254 background

This text has black color on #516254 background.


White color preview on #516254 background

This text has white color on #516254 background.