COLOR #519868

HEX: #519868
RGB: (81,152,104)

Color info

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

RGB color model

#519868 color RGB value is (81,152,104).

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

RGB channels and saturation

R 81 of 255 = 32%
G 152 of 255 = 60%
B 104 of 255 = 41%

81
152
104

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

Portions of RGB colors in percentages

R + G + B =
81 + 152 + 104 = 337 (100%)
R 81 of 337 ~ 24.04%
G 152 of 337 ~ 45.1%
B 104 of 337 ~ 30.86%

%24.04
%45.1
%30.86

CMYK color model

#519868 color CMYK value is (47,0,32,40).

  • cyan value is 46.71%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 40.39%
CMYK:
(47,0,32,40)
C47M0Y32K40 
(47%,0%,32%,40%)
(0.47/0.00/0.32/0.40)	

CMYK percentages

%46.71
%0
%31.58
%40.39

Codes

Color #519868 in popluar color models

519868
RGB81152104
HSL139°30.47%45.69%
HSB/HSV139°46.71%59.61%
CMYK46.71%0.00%31.58%
40.39%

Color #519868 in popluar number systems.

HEX519868
Decimal81152104
Binary1010001100110001101000
Octal121230150

Shades and tints

Shades of #519868

#519868
(81,152,104)
#4A8B5F
(74,139,95)
#437E56
(67,126,86)
#3C714D
(60,113,77)
#356444
(53,100,68)
#2E573B
(46,87,59)
#274A32
(39,74,50)
#203D29
(32,61,41)
#193020
(25,48,32)
#122317
(18,35,23)
#0B160E
(11,22,14)
#000000
(0,0,0)

Tints of #519868

#519868
(81,152,104)
#60A175
(96,161,117)
#6FAA82
(111,170,130)
#7EB38F
(126,179,143)
#8DBC9C
(141,188,156)
#9CC5A9
(156,197,169)
#ABCEB6
(171,206,182)
#BAD7C3
(186,215,195)
#C9E0D0
(201,224,208)
#D8E9DD
(216,233,221)
#E7F2EA
(231,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #519868; }

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

This text font color is #519868.


Background Color

.myBgColor { background-color: #519868; }

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

This div background color is #519868.


Border color

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

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

This div border color is #519868.


Opacity

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

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

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

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

This text has shadow with #519868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519868 on black background.


Color preview on white background

This text has color #519868 on white background.



Black color preview on #519868 background

This text has black color on #519868 background.


White color preview on #519868 background

This text has white color on #519868 background.