COLOR #519876

HEX: #519876
RGB: (81,152,118)

Color info

#519876 contains mainly green and blue colors. Web safe color of #519876 is #669966 (or #696).

RGB color model

#519876 color RGB value is (81,152,118).

  • red value is 81;
  • green value is 152;
  • blue value is 118.
RGB:
(81,152,118)
(32%,60%,46%)

RGB channels and saturation

R 81 of 255 = 32%
G 152 of 255 = 60%
B 118 of 255 = 46%

81
152
118

R + G + B ~ 46%. #519876 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 152 + 118 = 351 (100%)
R 81 of 351 ~ 23.08%
G 152 of 351 ~ 43.3%
B 118 of 351 ~ 33.62%

%23.08
%43.3
%33.62

CMYK color model

#519876 color CMYK value is (47,0,22,40).

  • cyan value is 46.71%
  • magenta value is 0.00%
  • yellow value is 22.37%
  • key color value is 40.39%
CMYK:
(47,0,22,40)
C47M0Y22K40 
(47%,0%,22%,40%)
(0.47/0.00/0.22/0.40)	

CMYK percentages

%46.71
%0
%22.37
%40.39

Codes

Color #519876 in popluar color models

519876
RGB81152118
HSL151°30.47%45.69%
HSB/HSV151°46.71%59.61%
CMYK46.71%0.00%22.37%
40.39%

Color #519876 in popluar number systems.

HEX519876
Decimal81152118
Binary1010001100110001110110
Octal121230166

Shades and tints

Shades of #519876

#519876
(81,152,118)
#4A8B6C
(74,139,108)
#437E62
(67,126,98)
#3C7158
(60,113,88)
#35644E
(53,100,78)
#2E5744
(46,87,68)
#274A3A
(39,74,58)
#203D30
(32,61,48)
#193026
(25,48,38)
#12231C
(18,35,28)
#0B1612
(11,22,18)
#000000
(0,0,0)

Tints of #519876

#519876
(81,152,118)
#60A182
(96,161,130)
#6FAA8E
(111,170,142)
#7EB39A
(126,179,154)
#8DBCA6
(141,188,166)
#9CC5B2
(156,197,178)
#ABCEBE
(171,206,190)
#BAD7CA
(186,215,202)
#C9E0D6
(201,224,214)
#D8E9E2
(216,233,226)
#E7F2EE
(231,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519876 color. Also use rgb(81,152,118) instead hex code.

Text Font Color

.myTextColor { color: #519876; }

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

This text font color is #519876.


Background Color

.myBgColor { background-color: #519876; }

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

This div background color is #519876.


Border color

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

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

This div border color is #519876.


Opacity

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

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

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

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

This text has shadow with #519876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519876 on black background.


Color preview on white background

This text has color #519876 on white background.



Black color preview on #519876 background

This text has black color on #519876 background.


White color preview on #519876 background

This text has white color on #519876 background.