COLOR #519778

HEX: #519778
RGB: (81,151,120)

Color info

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

RGB color model

#519778 color RGB value is (81,151,120).

  • red value is 81;
  • green value is 151;
  • blue value is 120.
RGB:
(81,151,120)
(32%,59%,47%)

RGB channels and saturation

R 81 of 255 = 32%
G 151 of 255 = 59%
B 120 of 255 = 47%

81
151
120

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

Portions of RGB colors in percentages

R + G + B =
81 + 151 + 120 = 352 (100%)
R 81 of 352 ~ 23.01%
G 151 of 352 ~ 42.9%
B 120 of 352 ~ 34.09%

%23.01
%42.9
%34.09

CMYK color model

#519778 color CMYK value is (46,0,21,41).

  • cyan value is 46.36%
  • magenta value is 0.00%
  • yellow value is 20.53%
  • key color value is 40.78%
CMYK:
(46,0,21,41)
C46M0Y21K41 
(46%,0%,21%,41%)
(0.46/0.00/0.21/0.41)	

CMYK percentages

%46.36
%0
%20.53
%40.78

Codes

Color #519778 in popluar color models

519778
RGB81151120
HSL153°30.17%45.49%
HSB/HSV153°46.36%59.22%
CMYK46.36%0.00%20.53%
40.78%

Color #519778 in popluar number systems.

HEX519778
Decimal81151120
Binary1010001100101111111000
Octal121227170

Shades and tints

Shades of #519778

#519778
(81,151,120)
#4A8A6E
(74,138,110)
#437D64
(67,125,100)
#3C705A
(60,112,90)
#356350
(53,99,80)
#2E5646
(46,86,70)
#27493C
(39,73,60)
#203C32
(32,60,50)
#192F28
(25,47,40)
#12221E
(18,34,30)
#0B1514
(11,21,20)
#000000
(0,0,0)

Tints of #519778

#519778
(81,151,120)
#60A084
(96,160,132)
#6FA990
(111,169,144)
#7EB29C
(126,178,156)
#8DBBA8
(141,187,168)
#9CC4B4
(156,196,180)
#ABCDC0
(171,205,192)
#BAD6CC
(186,214,204)
#C9DFD8
(201,223,216)
#D8E8E4
(216,232,228)
#E7F1F0
(231,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519778 color. Also use rgb(81,151,120) instead hex code.

Text Font Color

.myTextColor { color: #519778; }

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

This text font color is #519778.


Background Color

.myBgColor { background-color: #519778; }

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

This div background color is #519778.


Border color

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

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

This div border color is #519778.


Opacity

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

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

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

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

This text has shadow with #519778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519778 on black background.


Color preview on white background

This text has color #519778 on white background.



Black color preview on #519778 background

This text has black color on #519778 background.


White color preview on #519778 background

This text has white color on #519778 background.