COLOR #519A8C

HEX: #519A8C
RGB: (81,154,140)

Color info

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

RGB color model

#519A8C color RGB value is (81,154,140).

  • red value is 81;
  • green value is 154;
  • blue value is 140.
RGB:
(81,154,140)
(32%,60%,55%)

RGB channels and saturation

R 81 of 255 = 32%
G 154 of 255 = 60%
B 140 of 255 = 55%

81
154
140

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

Portions of RGB colors in percentages

R + G + B =
81 + 154 + 140 = 375 (100%)
R 81 of 375 ~ 21.6%
G 154 of 375 ~ 41.07%
B 140 of 375 ~ 37.33%

%21.6
%41.07
%37.33

CMYK color model

#519A8C color CMYK value is (47,0,9,40).

  • cyan value is 47.40%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 39.61%
CMYK:
(47,0,9,40)
C47M0Y9K40 
(47%,0%,9%,40%)
(0.47/0.00/0.09/0.40)	

CMYK percentages

%47.4
%0
%9.09
%39.61

Codes

Color #519A8C in popluar color models

519A8C
RGB81154140
HSL168°31.06%46.08%
HSB/HSV168°47.40%60.39%
CMYK47.40%0.00%9.09%
39.61%

Color #519A8C in popluar number systems.

HEX519A8C
Decimal81154140
Binary10100011001101010001100
Octal121232214

Shades and tints

Shades of #519A8C

#519A8C
(81,154,140)
#4A8C80
(74,140,128)
#437E74
(67,126,116)
#3C7068
(60,112,104)
#35625C
(53,98,92)
#2E5450
(46,84,80)
#274644
(39,70,68)
#203838
(32,56,56)
#192A2C
(25,42,44)
#121C20
(18,28,32)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #519A8C

#519A8C
(81,154,140)
#60A396
(96,163,150)
#6FACA0
(111,172,160)
#7EB5AA
(126,181,170)
#8DBEB4
(141,190,180)
#9CC7BE
(156,199,190)
#ABD0C8
(171,208,200)
#BAD9D2
(186,217,210)
#C9E2DC
(201,226,220)
#D8EBE6
(216,235,230)
#E7F4F0
(231,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519A8C color. Also use rgb(81,154,140) instead hex code.

Text Font Color

.myTextColor { color: #519A8C; }

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

This text font color is #519A8C.


Background Color

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

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

This div background color is #519A8C.


Border color

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

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

This div border color is #519A8C.


Opacity

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

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

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

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

This text has shadow with #519A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519A8C on black background.


Color preview on white background

This text has color #519A8C on white background.



Black color preview on #519A8C background

This text has black color on #519A8C background.


White color preview on #519A8C background

This text has white color on #519A8C background.