COLOR #519D81

HEX: #519D81 RGB: (81,157,129)

Color info

#519D81 contains mainly green and blue colors. Web safe color of #519D81 is #669999 (or #699).

RGB color model

#519D81 color RGB value is (81,157,129).

RGB: (81,157,129) (32%, 62%, 51%)

RGB channels and saturation

R 81 of 255 = 32%
G 157 of 255 = 62%
B 129 of 255 = 51%

81
157
129

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

Portions of RGB colors in percentages

R + G + B = 81 + 157 + 129 = 367 (100%)
R 81 of 367 ~ 22.07%
G 157 of 367 ~ 42.78%
B 129 of 367 ~ 35.15'%

%22.07
%42.78
%35.15

CMYK color model

#519D81 color CMYK value is (48,0,18,38).

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

CMYK: (48,0,18,38)
C48M0Y18K38 (48%, 0%, 18%, 38%)
(0.48 / 0.00 / 0.18 / 0.38)

CMYK percentages

%48.41
%0
%17.83
%38.43

Codes

Color #519D81 in popluar color models

51 9D 81
RGB 81 157 129
HSL 158° 31.93% 46.67%
HSB/HSV 158° 48.41% 61.57%
CMYK 48.41% 0.00% 17.83%
38.43%

Color #519D81 in popluar number systems.

HEX 51 9D 81
Decimal 81 157 129
Binary 1010001 10011101 10000001
Octal 121 235 201

Shades and tints

Shades of #519D81

#519D81
(81,157,129)
#4A8F76
(74,143,118)
#43816B
(67,129,107)
#3C7360
(60,115,96)
#356555
(53,101,85)
#2E574A
(46,87,74)
#27493F
(39,73,63)
#203B34
(32,59,52)
#192D29
(25,45,41)
#121F1E
(18,31,30)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #519D81

#519D81
(81,157,129)
#60A58C
(96,165,140)
#6FAD97
(111,173,151)
#7EB5A2
(126,181,162)
#8DBDAD
(141,189,173)
#9CC5B8
(156,197,184)
#ABCDC3
(171,205,195)
#BAD5CE
(186,213,206)
#C9DDD9
(201,221,217)
#D8E5E4
(216,229,228)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #519D81; }

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

This text font color is #519D81.

Background Color

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

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

This div background color is #519D81.

Border color

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

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

This div border color is #519D81.

Opacity

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

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

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

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

This text has shadow with #519D81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #519D81.

Preview

Color preview on black background

This text has color #519D81 on black background.


Color preview on white background

This text has color #519D81 on white background.


Black color preview on #519D81 background

This text has black color on #519D81 background.


White color preview on #519D81 background

This text has white color on #519D81 background.


Related colors

Complementary color

Complementary color for #hex is #AE627E.


I love getcolorcode.com

Triadic colors

1 #81519D and #9D8151 with #519D81 are triadic colors.

2 #819D51 and #9D5181 with #519D81 are triadic colors.