COLOR #519C45

HEX: #519C45
RGB: (81,156,69)

Color info

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

RGB color model

#519C45 color RGB value is (81,156,69).

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

RGB channels and saturation

R 81 of 255 = 32%
G 156 of 255 = 61%
B 69 of 255 = 27%

81
156
69

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

Portions of RGB colors in percentages

R + G + B =
81 + 156 + 69 = 306 (100%)
R 81 of 306 ~ 26.47%
G 156 of 306 ~ 50.98%
B 69 of 306 ~ 22.55%

%26.47
%50.98
%22.55

CMYK color model

#519C45 color CMYK value is (48,0,56,39).

  • cyan value is 48.08%
  • magenta value is 0.00%
  • yellow value is 55.77%
  • key color value is 38.82%
CMYK:
(48,0,56,39)
C48M0Y56K39 
(48%,0%,56%,39%)
(0.48/0.00/0.56/0.39)	

CMYK percentages

%48.08
%0
%55.77
%38.82

Codes

Color #519C45 in popluar color models

519C45
RGB8115669
HSL112°38.67%44.12%
HSB/HSV112°55.77%61.18%
CMYK48.08%0.00%55.77%
38.82%

Color #519C45 in popluar number systems.

HEX519C45
Decimal8115669
Binary1010001100111001000101
Octal121234105

Shades and tints

Shades of #519C45

#519C45
(81,156,69)
#4A8E3F
(74,142,63)
#438039
(67,128,57)
#3C7233
(60,114,51)
#35642D
(53,100,45)
#2E5627
(46,86,39)
#274821
(39,72,33)
#203A1B
(32,58,27)
#192C15
(25,44,21)
#121E0F
(18,30,15)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #519C45

#519C45
(81,156,69)
#60A555
(96,165,85)
#6FAE65
(111,174,101)
#7EB775
(126,183,117)
#8DC085
(141,192,133)
#9CC995
(156,201,149)
#ABD2A5
(171,210,165)
#BADBB5
(186,219,181)
#C9E4C5
(201,228,197)
#D8EDD5
(216,237,213)
#E7F6E5
(231,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #519C45; }

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

This text font color is #519C45.


Background Color

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

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

This div background color is #519C45.


Border color

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

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

This div border color is #519C45.


Opacity

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

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

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

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

This text has shadow with #519C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519C45 on black background.


Color preview on white background

This text has color #519C45 on white background.



Black color preview on #519C45 background

This text has black color on #519C45 background.


White color preview on #519C45 background

This text has white color on #519C45 background.