COLOR #519A45

HEX: #519A45
RGB: (81,154,69)

Color info

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

RGB color model

#519A45 color RGB value is (81,154,69).

  • red value is 81;
  • green value is 154;
  • blue value is 69.
RGB:
(81,154,69)
(32%,60%,27%)

RGB channels and saturation

R 81 of 255 = 32%
G 154 of 255 = 60%
B 69 of 255 = 27%

81
154
69

R + G + B ~ 40%. #519A45 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 154 + 69 = 304 (100%)
R 81 of 304 ~ 26.64%
G 154 of 304 ~ 50.66%
B 69 of 304 ~ 22.7%

%26.64
%50.66
%22.7

CMYK color model

#519A45 color CMYK value is (47,0,55,40).

  • cyan value is 47.40%
  • magenta value is 0.00%
  • yellow value is 55.19%
  • key color value is 39.61%
CMYK:
(47,0,55,40)
C47M0Y55K40 
(47%,0%,55%,40%)
(0.47/0.00/0.55/0.40)	

CMYK percentages

%47.4
%0
%55.19
%39.61

Codes

Color #519A45 in popluar color models

519A45
RGB8115469
HSL112°38.12%43.73%
HSB/HSV112°55.19%60.39%
CMYK47.40%0.00%55.19%
39.61%

Color #519A45 in popluar number systems.

HEX519A45
Decimal8115469
Binary1010001100110101000101
Octal121232105

Shades and tints

Shades of #519A45

#519A45
(81,154,69)
#4A8C3F
(74,140,63)
#437E39
(67,126,57)
#3C7033
(60,112,51)
#35622D
(53,98,45)
#2E5427
(46,84,39)
#274621
(39,70,33)
#20381B
(32,56,27)
#192A15
(25,42,21)
#121C0F
(18,28,15)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #519A45

#519A45
(81,154,69)
#60A355
(96,163,85)
#6FAC65
(111,172,101)
#7EB575
(126,181,117)
#8DBE85
(141,190,133)
#9CC795
(156,199,149)
#ABD0A5
(171,208,165)
#BAD9B5
(186,217,181)
#C9E2C5
(201,226,197)
#D8EBD5
(216,235,213)
#E7F4E5
(231,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519A45 color. Also use rgb(81,154,69) instead hex code.

Text Font Color

.myTextColor { color: #519A45; }

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

This text font color is #519A45.


Background Color

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

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

This div background color is #519A45.


Border color

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

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

This div border color is #519A45.


Opacity

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

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

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

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

This text has shadow with #519A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519A45 on black background.


Color preview on white background

This text has color #519A45 on white background.



Black color preview on #519A45 background

This text has black color on #519A45 background.


White color preview on #519A45 background

This text has white color on #519A45 background.