COLOR #519782

HEX: #519782
RGB: (81,151,130)

Color info

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

RGB color model

#519782 color RGB value is (81,151,130).

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

RGB channels and saturation

R 81 of 255 = 32%
G 151 of 255 = 59%
B 130 of 255 = 51%

81
151
130

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

Portions of RGB colors in percentages

R + G + B =
81 + 151 + 130 = 362 (100%)
R 81 of 362 ~ 22.38%
G 151 of 362 ~ 41.71%
B 130 of 362 ~ 35.91%

%22.38
%41.71
%35.91

CMYK color model

#519782 color CMYK value is (46,0,14,41).

  • cyan value is 46.36%
  • magenta value is 0.00%
  • yellow value is 13.91%
  • key color value is 40.78%
CMYK:
(46,0,14,41)
C46M0Y14K41 
(46%,0%,14%,41%)
(0.46/0.00/0.14/0.41)	

CMYK percentages

%46.36
%0
%13.91
%40.78

Codes

Color #519782 in popluar color models

519782
RGB81151130
HSL162°30.17%45.49%
HSB/HSV162°46.36%59.22%
CMYK46.36%0.00%13.91%
40.78%

Color #519782 in popluar number systems.

HEX519782
Decimal81151130
Binary10100011001011110000010
Octal121227202

Shades and tints

Shades of #519782

#519782
(81,151,130)
#4A8A77
(74,138,119)
#437D6C
(67,125,108)
#3C7061
(60,112,97)
#356356
(53,99,86)
#2E564B
(46,86,75)
#274940
(39,73,64)
#203C35
(32,60,53)
#192F2A
(25,47,42)
#12221F
(18,34,31)
#0B1514
(11,21,20)
#000000
(0,0,0)

Tints of #519782

#519782
(81,151,130)
#60A08D
(96,160,141)
#6FA998
(111,169,152)
#7EB2A3
(126,178,163)
#8DBBAE
(141,187,174)
#9CC4B9
(156,196,185)
#ABCDC4
(171,205,196)
#BAD6CF
(186,214,207)
#C9DFDA
(201,223,218)
#D8E8E5
(216,232,229)
#E7F1F0
(231,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #519782; }

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

This text font color is #519782.


Background Color

.myBgColor { background-color: #519782; }

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

This div background color is #519782.


Border color

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

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

This div border color is #519782.


Opacity

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

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

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

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

This text has shadow with #519782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519782 on black background.


Color preview on white background

This text has color #519782 on white background.



Black color preview on #519782 background

This text has black color on #519782 background.


White color preview on #519782 background

This text has white color on #519782 background.