COLOR #519B2E

HEX: #519B2E RGB: (81,155,46)

Color info

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

RGB color model

#519B2E color RGB value is (81,155,46).

RGB: (81,155,46) (32%, 61%, 18%)

RGB channels and saturation

R 81 of 255 = 32%
G 155 of 255 = 61%
B 46 of 255 = 18%

81
155
46

R + G + B ~ 37%. #519B2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 155 + 46 = 282 (100%)
R 81 of 282 ~ 28.72%
G 155 of 282 ~ 54.96%
B 46 of 282 ~ 16.31'%

%28.72
%54.96
%16.31

CMYK color model

#519B2E color CMYK value is (48,0,70,39).

  • cyan value is 47.74%
  • magenta value is 0.00%
  • yellow value is 70.32%
  • key color value is 39.22%

CMYK: (48,0,70,39)
C48M0Y70K39 (48%, 0%, 70%, 39%)
(0.48 / 0.00 / 0.70 / 0.39)

CMYK percentages

%47.74
%0
%70.32
%39.22

Codes

Color #519B2E in popluar color models

51 9B 2E
RGB 81 155 46
HSL 101° 54.23% 39.41%
HSB/HSV 101° 70.32% 60.78%
CMYK 47.74% 0.00% 70.32%
39.22%

Color #519B2E in popluar number systems.

HEX 51 9B 2E
Decimal 81 155 46
Binary 1010001 10011011 101110
Octal 121 233 56

Shades and tints

Shades of #519B2E

#519B2E
(81,155,46)
#4A8D2A
(74,141,42)
#437F26
(67,127,38)
#3C7122
(60,113,34)
#35631E
(53,99,30)
#2E551A
(46,85,26)
#274716
(39,71,22)
#203912
(32,57,18)
#192B0E
(25,43,14)
#121D0A
(18,29,10)
#0B0F06
(11,15,6)
#000000
(0,0,0)

Tints of #519B2E

#519B2E
(81,155,46)
#60A441
(96,164,65)
#6FAD54
(111,173,84)
#7EB667
(126,182,103)
#8DBF7A
(141,191,122)
#9CC88D
(156,200,141)
#ABD1A0
(171,209,160)
#BADAB3
(186,218,179)
#C9E3C6
(201,227,198)
#D8ECD9
(216,236,217)
#E7F5EC
(231,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519B2E color. Also use rgb(81,155,46) instead hex code.

Text Font Color

.myTextColor { color: #519B2E; }

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

This text font color is #519B2E.

Background Color

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

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

This div background color is #519B2E.

Border color

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

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

This div border color is #519B2E.

Opacity

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

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

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

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

This text has shadow with #519B2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #519B2E.

Preview

Color preview on black background

This text has color #519B2E on black background.


Color preview on white background

This text has color #519B2E on white background.


Black color preview on #519B2E background

This text has black color on #519B2E background.


White color preview on #519B2E background

This text has white color on #519B2E background.


Related colors

Complementary color

Complementary color for #hex is #AE64D1.


I love getcolorcode.com

Triadic colors

1 #2E519B and #9B2E51 with #519B2E are triadic colors.

2 #2E9B51 and #9B512E with #519B2E are triadic colors.