COLOR #519640

HEX: #519640
RGB: (81,150,64)

Color info

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

RGB color model

#519640 color RGB value is (81,150,64).

  • red value is 81;
  • green value is 150;
  • blue value is 64.
RGB:
(81,150,64)
(32%,59%,25%)

RGB channels and saturation

R 81 of 255 = 32%
G 150 of 255 = 59%
B 64 of 255 = 25%

81
150
64

R + G + B ~ 39%. #519640 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 150 + 64 = 295 (100%)
R 81 of 295 ~ 27.46%
G 150 of 295 ~ 50.85%
B 64 of 295 ~ 21.69%

%27.46
%50.85
%21.69

CMYK color model

#519640 color CMYK value is (46,0,57,41).

  • cyan value is 46.00%
  • magenta value is 0.00%
  • yellow value is 57.33%
  • key color value is 41.18%
CMYK:
(46,0,57,41)
C46M0Y57K41 
(46%,0%,57%,41%)
(0.46/0.00/0.57/0.41)	

CMYK percentages

%46
%0
%57.33
%41.18

Codes

Color #519640 in popluar color models

519640
RGB8115064
HSL108°40.19%41.96%
HSB/HSV108°57.33%58.82%
CMYK46.00%0.00%57.33%
41.18%

Color #519640 in popluar number systems.

HEX519640
Decimal8115064
Binary1010001100101101000000
Octal121226100

Shades and tints

Shades of #519640

#519640
(81,150,64)
#4A893B
(74,137,59)
#437C36
(67,124,54)
#3C6F31
(60,111,49)
#35622C
(53,98,44)
#2E5527
(46,85,39)
#274822
(39,72,34)
#203B1D
(32,59,29)
#192E18
(25,46,24)
#122113
(18,33,19)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #519640

#519640
(81,150,64)
#609F51
(96,159,81)
#6FA862
(111,168,98)
#7EB173
(126,177,115)
#8DBA84
(141,186,132)
#9CC395
(156,195,149)
#ABCCA6
(171,204,166)
#BAD5B7
(186,213,183)
#C9DEC8
(201,222,200)
#D8E7D9
(216,231,217)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519640 color. Also use rgb(81,150,64) instead hex code.

Text Font Color

.myTextColor { color: #519640; }

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

This text font color is #519640.


Background Color

.myBgColor { background-color: #519640; }

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

This div background color is #519640.


Border color

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

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

This div border color is #519640.


Opacity

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

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

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

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

This text has shadow with #519640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519640 on black background.


Color preview on white background

This text has color #519640 on white background.



Black color preview on #519640 background

This text has black color on #519640 background.


White color preview on #519640 background

This text has white color on #519640 background.