COLOR #519528

HEX: #519528
RGB: (81,149,40)

Color info

#519528 contains mainly green color. Web safe color of #519528 is #669933 (or #693).

RGB color model

#519528 color RGB value is (81,149,40).

  • red value is 81;
  • green value is 149;
  • blue value is 40.
RGB:
(81,149,40)
(32%,58%,16%)

RGB channels and saturation

R 81 of 255 = 32%
G 149 of 255 = 58%
B 40 of 255 = 16%

81
149
40

R + G + B ~ 35%. #519528 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 149 + 40 = 270 (100%)
R 81 of 270 ~ 30%
G 149 of 270 ~ 55.19%
B 40 of 270 ~ 14.81%

%30
%55.19
%14.81

CMYK color model

#519528 color CMYK value is (46,0,73,42).

  • cyan value is 45.64%
  • magenta value is 0.00%
  • yellow value is 73.15%
  • key color value is 41.57%
CMYK:
(46,0,73,42)
C46M0Y73K42 
(46%,0%,73%,42%)
(0.46/0.00/0.73/0.42)	

CMYK percentages

%45.64
%0
%73.15
%41.57

Codes

Color #519528 in popluar color models

519528
RGB8114940
HSL97°57.67%37.06%
HSB/HSV97°73.15%58.43%
CMYK45.64%0.00%73.15%
41.57%

Color #519528 in popluar number systems.

HEX519528
Decimal8114940
Binary101000110010101101000
Octal12122550

Shades and tints

Shades of #519528

#519528
(81,149,40)
#4A8825
(74,136,37)
#437B22
(67,123,34)
#3C6E1F
(60,110,31)
#35611C
(53,97,28)
#2E5419
(46,84,25)
#274716
(39,71,22)
#203A13
(32,58,19)
#192D10
(25,45,16)
#12200D
(18,32,13)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #519528

#519528
(81,149,40)
#609E3B
(96,158,59)
#6FA74E
(111,167,78)
#7EB061
(126,176,97)
#8DB974
(141,185,116)
#9CC287
(156,194,135)
#ABCB9A
(171,203,154)
#BAD4AD
(186,212,173)
#C9DDC0
(201,221,192)
#D8E6D3
(216,230,211)
#E7EFE6
(231,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519528 color. Also use rgb(81,149,40) instead hex code.

Text Font Color

.myTextColor { color: #519528; }

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

This text font color is #519528.


Background Color

.myBgColor { background-color: #519528; }

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

This div background color is #519528.


Border color

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

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

This div border color is #519528.


Opacity

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

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

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

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

This text has shadow with #519528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519528 on black background.


Color preview on white background

This text has color #519528 on white background.



Black color preview on #519528 background

This text has black color on #519528 background.


White color preview on #519528 background

This text has white color on #519528 background.