COLOR #519977

HEX: #519977
RGB: (81,153,119)

Color info

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

RGB color model

#519977 color RGB value is (81,153,119).

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

RGB channels and saturation

R 81 of 255 = 32%
G 153 of 255 = 60%
B 119 of 255 = 47%

81
153
119

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

Portions of RGB colors in percentages

R + G + B =
81 + 153 + 119 = 353 (100%)
R 81 of 353 ~ 22.95%
G 153 of 353 ~ 43.34%
B 119 of 353 ~ 33.71%

%22.95
%43.34
%33.71

CMYK color model

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

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

CMYK percentages

%47.06
%0
%22.22
%40

Codes

Color #519977 in popluar color models

519977
RGB81153119
HSL152°30.77%45.88%
HSB/HSV152°47.06%60.00%
CMYK47.06%0.00%22.22%
40.00%

Color #519977 in popluar number systems.

HEX519977
Decimal81153119
Binary1010001100110011110111
Octal121231167

Shades and tints

Shades of #519977

#519977
(81,153,119)
#4A8C6D
(74,140,109)
#437F63
(67,127,99)
#3C7259
(60,114,89)
#35654F
(53,101,79)
#2E5845
(46,88,69)
#274B3B
(39,75,59)
#203E31
(32,62,49)
#193127
(25,49,39)
#12241D
(18,36,29)
#0B1713
(11,23,19)
#000000
(0,0,0)

Tints of #519977

#519977
(81,153,119)
#60A283
(96,162,131)
#6FAB8F
(111,171,143)
#7EB49B
(126,180,155)
#8DBDA7
(141,189,167)
#9CC6B3
(156,198,179)
#ABCFBF
(171,207,191)
#BAD8CB
(186,216,203)
#C9E1D7
(201,225,215)
#D8EAE3
(216,234,227)
#E7F3EF
(231,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #519977; }

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

This text font color is #519977.


Background Color

.myBgColor { background-color: #519977; }

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

This div background color is #519977.


Border color

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

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

This div border color is #519977.


Opacity

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

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

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

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

This text has shadow with #519977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519977 on black background.


Color preview on white background

This text has color #519977 on white background.



Black color preview on #519977 background

This text has black color on #519977 background.


White color preview on #519977 background

This text has white color on #519977 background.