COLOR #519657

HEX: #519657
RGB: (81,150,87)

Color info

#519657 contains mainly green color. Web safe color of #519657 is #669966 (or #696).

RGB color model

#519657 color RGB value is (81,150,87).

  • red value is 81;
  • green value is 150;
  • blue value is 87.
RGB:
(81,150,87)
(32%,59%,34%)

RGB channels and saturation

R 81 of 255 = 32%
G 150 of 255 = 59%
B 87 of 255 = 34%

81
150
87

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

Portions of RGB colors in percentages

R + G + B =
81 + 150 + 87 = 318 (100%)
R 81 of 318 ~ 25.47%
G 150 of 318 ~ 47.17%
B 87 of 318 ~ 27.36%

%25.47
%47.17
%27.36

CMYK color model

#519657 color CMYK value is (46,0,42,41).

  • cyan value is 46.00%
  • magenta value is 0.00%
  • yellow value is 42.00%
  • key color value is 41.18%
CMYK:
(46,0,42,41)
C46M0Y42K41 
(46%,0%,42%,41%)
(0.46/0.00/0.42/0.41)	

CMYK percentages

%46
%0
%42
%41.18

Codes

Color #519657 in popluar color models

519657
RGB8115087
HSL125°29.87%45.29%
HSB/HSV125°46.00%58.82%
CMYK46.00%0.00%42.00%
41.18%

Color #519657 in popluar number systems.

HEX519657
Decimal8115087
Binary1010001100101101010111
Octal121226127

Shades and tints

Shades of #519657

#519657
(81,150,87)
#4A8950
(74,137,80)
#437C49
(67,124,73)
#3C6F42
(60,111,66)
#35623B
(53,98,59)
#2E5534
(46,85,52)
#27482D
(39,72,45)
#203B26
(32,59,38)
#192E1F
(25,46,31)
#122118
(18,33,24)
#0B1411
(11,20,17)
#000000
(0,0,0)

Tints of #519657

#519657
(81,150,87)
#609F66
(96,159,102)
#6FA875
(111,168,117)
#7EB184
(126,177,132)
#8DBA93
(141,186,147)
#9CC3A2
(156,195,162)
#ABCCB1
(171,204,177)
#BAD5C0
(186,213,192)
#C9DECF
(201,222,207)
#D8E7DE
(216,231,222)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519657 color. Also use rgb(81,150,87) instead hex code.

Text Font Color

.myTextColor { color: #519657; }

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

This text font color is #519657.


Background Color

.myBgColor { background-color: #519657; }

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

This div background color is #519657.


Border color

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

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

This div border color is #519657.


Opacity

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

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

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

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

This text has shadow with #519657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519657 on black background.


Color preview on white background

This text has color #519657 on white background.



Black color preview on #519657 background

This text has black color on #519657 background.


White color preview on #519657 background

This text has white color on #519657 background.