COLOR #519D77

HEX: #519D77
RGB: (81,157,119)

Color info

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

RGB color model

#519D77 color RGB value is (81,157,119).

  • red value is 81;
  • green value is 157;
  • blue value is 119.
RGB:
(81,157,119)
(32%,62%,47%)

RGB channels and saturation

R 81 of 255 = 32%
G 157 of 255 = 62%
B 119 of 255 = 47%

81
157
119

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

Portions of RGB colors in percentages

R + G + B =
81 + 157 + 119 = 357 (100%)
R 81 of 357 ~ 22.69%
G 157 of 357 ~ 43.98%
B 119 of 357 ~ 33.33%

%22.69
%43.98
%33.33

CMYK color model

#519D77 color CMYK value is (48,0,24,38).

  • cyan value is 48.41%
  • magenta value is 0.00%
  • yellow value is 24.20%
  • key color value is 38.43%
CMYK:
(48,0,24,38)
C48M0Y24K38 
(48%,0%,24%,38%)
(0.48/0.00/0.24/0.38)	

CMYK percentages

%48.41
%0
%24.2
%38.43

Codes

Color #519D77 in popluar color models

519D77
RGB81157119
HSL150°31.93%46.67%
HSB/HSV150°48.41%61.57%
CMYK48.41%0.00%24.20%
38.43%

Color #519D77 in popluar number systems.

HEX519D77
Decimal81157119
Binary1010001100111011110111
Octal121235167

Shades and tints

Shades of #519D77

#519D77
(81,157,119)
#4A8F6D
(74,143,109)
#438163
(67,129,99)
#3C7359
(60,115,89)
#35654F
(53,101,79)
#2E5745
(46,87,69)
#27493B
(39,73,59)
#203B31
(32,59,49)
#192D27
(25,45,39)
#121F1D
(18,31,29)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #519D77

#519D77
(81,157,119)
#60A583
(96,165,131)
#6FAD8F
(111,173,143)
#7EB59B
(126,181,155)
#8DBDA7
(141,189,167)
#9CC5B3
(156,197,179)
#ABCDBF
(171,205,191)
#BAD5CB
(186,213,203)
#C9DDD7
(201,221,215)
#D8E5E3
(216,229,227)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519D77 color. Also use rgb(81,157,119) instead hex code.

Text Font Color

.myTextColor { color: #519D77; }

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

This text font color is #519D77.


Background Color

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

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

This div background color is #519D77.


Border color

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

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

This div border color is #519D77.


Opacity

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

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

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

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

This text has shadow with #519D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519D77 on black background.


Color preview on white background

This text has color #519D77 on white background.



Black color preview on #519D77 background

This text has black color on #519D77 background.


White color preview on #519D77 background

This text has white color on #519D77 background.