COLOR #519C78

HEX: #519C78
RGB: (81,156,120)

Color info

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

RGB color model

#519C78 color RGB value is (81,156,120).

  • red value is 81;
  • green value is 156;
  • blue value is 120.
RGB:
(81,156,120)
(32%,61%,47%)

RGB channels and saturation

R 81 of 255 = 32%
G 156 of 255 = 61%
B 120 of 255 = 47%

81
156
120

R + G + B ~ 47%. #519C78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 156 + 120 = 357 (100%)
R 81 of 357 ~ 22.69%
G 156 of 357 ~ 43.7%
B 120 of 357 ~ 33.61%

%22.69
%43.7
%33.61

CMYK color model

#519C78 color CMYK value is (48,0,23,39).

  • cyan value is 48.08%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 38.82%
CMYK:
(48,0,23,39)
C48M0Y23K39 
(48%,0%,23%,39%)
(0.48/0.00/0.23/0.39)	

CMYK percentages

%48.08
%0
%23.08
%38.82

Codes

Color #519C78 in popluar color models

519C78
RGB81156120
HSL151°31.65%46.47%
HSB/HSV151°48.08%61.18%
CMYK48.08%0.00%23.08%
38.82%

Color #519C78 in popluar number systems.

HEX519C78
Decimal81156120
Binary1010001100111001111000
Octal121234170

Shades and tints

Shades of #519C78

#519C78
(81,156,120)
#4A8E6E
(74,142,110)
#438064
(67,128,100)
#3C725A
(60,114,90)
#356450
(53,100,80)
#2E5646
(46,86,70)
#27483C
(39,72,60)
#203A32
(32,58,50)
#192C28
(25,44,40)
#121E1E
(18,30,30)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #519C78

#519C78
(81,156,120)
#60A584
(96,165,132)
#6FAE90
(111,174,144)
#7EB79C
(126,183,156)
#8DC0A8
(141,192,168)
#9CC9B4
(156,201,180)
#ABD2C0
(171,210,192)
#BADBCC
(186,219,204)
#C9E4D8
(201,228,216)
#D8EDE4
(216,237,228)
#E7F6F0
(231,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519C78 color. Also use rgb(81,156,120) instead hex code.

Text Font Color

.myTextColor { color: #519C78; }

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

This text font color is #519C78.


Background Color

.myBgColor { background-color: #519C78; }

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

This div background color is #519C78.


Border color

.myBorderColor { border: 1px solid #519C78; }

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

This div border color is #519C78.


Opacity

.myOpacity80 { color: #519C78; opacity: 0.8; }

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

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

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

This text has shadow with #519C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519C78 on black background.


Color preview on white background

This text has color #519C78 on white background.



Black color preview on #519C78 background

This text has black color on #519C78 background.


White color preview on #519C78 background

This text has white color on #519C78 background.