COLOR #519D6A

HEX: #519D6A RGB: (81,157,106)

Color info

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

RGB color model

#519D6A color RGB value is (81,157,106).

RGB: (81,157,106) (32%, 62%, 42%)

RGB channels and saturation

R 81 of 255 = 32%
G 157 of 255 = 62%
B 106 of 255 = 42%

81
157
106

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

Portions of RGB colors in percentages

R + G + B = 81 + 157 + 106 = 344 (100%)
R 81 of 344 ~ 23.55%
G 157 of 344 ~ 45.64%
B 106 of 344 ~ 30.81'%

%23.55
%45.64
%30.81

CMYK color model

#519D6A color CMYK value is (48,0,32,38).

  • cyan value is 48.41%
  • magenta value is 0.00%
  • yellow value is 32.48%
  • key color value is 38.43%

CMYK: (48,0,32,38)
C48M0Y32K38 (48%, 0%, 32%, 38%)
(0.48 / 0.00 / 0.32 / 0.38)

CMYK percentages

%48.41
%0
%32.48
%38.43

Codes

Color #519D6A in popluar color models

51 9D 6A
RGB 81 157 106
HSL 140° 31.93% 46.67%
HSB/HSV 140° 48.41% 61.57%
CMYK 48.41% 0.00% 32.48%
38.43%

Color #519D6A in popluar number systems.

HEX 51 9D 6A
Decimal 81 157 106
Binary 1010001 10011101 1101010
Octal 121 235 152

Shades and tints

Shades of #519D6A

#519D6A
(81,157,106)
#4A8F61
(74,143,97)
#438158
(67,129,88)
#3C734F
(60,115,79)
#356546
(53,101,70)
#2E573D
(46,87,61)
#274934
(39,73,52)
#203B2B
(32,59,43)
#192D22
(25,45,34)
#121F19
(18,31,25)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #519D6A

#519D6A
(81,157,106)
#60A577
(96,165,119)
#6FAD84
(111,173,132)
#7EB591
(126,181,145)
#8DBD9E
(141,189,158)
#9CC5AB
(156,197,171)
#ABCDB8
(171,205,184)
#BAD5C5
(186,213,197)
#C9DDD2
(201,221,210)
#D8E5DF
(216,229,223)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #519D6A; }

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

This text font color is #519D6A.

Background Color

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

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

This div background color is #519D6A.

Border color

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

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

This div border color is #519D6A.

Opacity

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

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

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

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

This text has shadow with #519D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #519D6A.

Preview

Color preview on black background

This text has color #519D6A on black background.


Color preview on white background

This text has color #519D6A on white background.


Black color preview on #519D6A background

This text has black color on #519D6A background.


White color preview on #519D6A background

This text has white color on #519D6A background.


Related colors

Complementary color

Complementary color for #hex is #AE6295.


I love getcolorcode.com

Triadic colors

1 #6A519D and #9D6A51 with #519D6A are triadic colors.

2 #6A9D51 and #9D516A with #519D6A are triadic colors.