COLOR #519E7C

HEX: #519E7C RGB: (81,158,124)

Color info

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

RGB color model

#519E7C color RGB value is (81,158,124).

RGB: (81,158,124) (32%, 62%, 49%)

RGB channels and saturation

R 81 of 255 = 32%
G 158 of 255 = 62%
B 124 of 255 = 49%

81
158
124

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

Portions of RGB colors in percentages

R + G + B = 81 + 158 + 124 = 363 (100%)
R 81 of 363 ~ 22.31%
G 158 of 363 ~ 43.53%
B 124 of 363 ~ 34.16'%

%22.31
%43.53
%34.16

CMYK color model

#519E7C color CMYK value is (49,0,22,38).

  • cyan value is 48.73%
  • magenta value is 0.00%
  • yellow value is 21.52%
  • key color value is 38.04%

CMYK: (49,0,22,38)
C49M0Y22K38 (49%, 0%, 22%, 38%)
(0.49 / 0.00 / 0.22 / 0.38)

CMYK percentages

%48.73
%0
%21.52
%38.04

Codes

Color #519E7C in popluar color models

51 9E 7C
RGB 81 158 124
HSL 154° 32.22% 46.86%
HSB/HSV 154° 48.73% 61.96%
CMYK 48.73% 0.00% 21.52%
38.04%

Color #519E7C in popluar number systems.

HEX 51 9E 7C
Decimal 81 158 124
Binary 1010001 10011110 1111100
Octal 121 236 174

Shades and tints

Shades of #519E7C

#519E7C
(81,158,124)
#4A9071
(74,144,113)
#438266
(67,130,102)
#3C745B
(60,116,91)
#356650
(53,102,80)
#2E5845
(46,88,69)
#274A3A
(39,74,58)
#203C2F
(32,60,47)
#192E24
(25,46,36)
#122019
(18,32,25)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #519E7C

#519E7C
(81,158,124)
#60A687
(96,166,135)
#6FAE92
(111,174,146)
#7EB69D
(126,182,157)
#8DBEA8
(141,190,168)
#9CC6B3
(156,198,179)
#ABCEBE
(171,206,190)
#BAD6C9
(186,214,201)
#C9DED4
(201,222,212)
#D8E6DF
(216,230,223)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519E7C color. Also use rgb(81,158,124) instead hex code.

Text Font Color

.myTextColor { color: #519E7C; }

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

This text font color is #519E7C.

Background Color

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

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

This div background color is #519E7C.

Border color

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

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

This div border color is #519E7C.

Opacity

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

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

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

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

This text has shadow with #519E7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #519E7C.

Preview

Color preview on black background

This text has color #519E7C on black background.


Color preview on white background

This text has color #519E7C on white background.


Black color preview on #519E7C background

This text has black color on #519E7C background.


White color preview on #519E7C background

This text has white color on #519E7C background.


Related colors

Complementary color

Complementary color for #hex is #AE6183.


I love getcolorcode.com

Triadic colors

1 #7C519E and #9E7C51 with #519E7C are triadic colors.

2 #7C9E51 and #9E517C with #519E7C are triadic colors.