COLOR #519C12

HEX: #519C12
RGB: (81,156,18)

Color info

#519C12 contains mainly green color. Web safe color of #519C12 is #669900 (or #690).

RGB color model

#519C12 color RGB value is (81,156,18).

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

RGB channels and saturation

R 81 of 255 = 32%
G 156 of 255 = 61%
B 18 of 255 = 7%

81
156
18

R + G + B ~ 33%. #519C12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 156 + 18 = 255 (100%)
R 81 of 255 ~ 31.76%
G 156 of 255 ~ 61.18%
B 18 of 255 ~ 7.06%

%31.76
%61.18

CMYK color model

#519C12 color CMYK value is (48,0,88,39).

  • cyan value is 48.08%
  • magenta value is 0.00%
  • yellow value is 88.46%
  • key color value is 38.82%
CMYK:
(48,0,88,39)
C48M0Y88K39 
(48%,0%,88%,39%)
(0.48/0.00/0.88/0.39)	

CMYK percentages

%48.08
%0
%88.46
%38.82

Codes

Color #519C12 in popluar color models

519C12
RGB8115618
HSL93°79.31%34.12%
HSB/HSV93°88.46%61.18%
CMYK48.08%0.00%88.46%
38.82%

Color #519C12 in popluar number systems.

HEX519C12
Decimal8115618
Binary10100011001110010010
Octal12123422

Shades and tints

Shades of #519C12

#519C12
(81,156,18)
#4A8E11
(74,142,17)
#438010
(67,128,16)
#3C720F
(60,114,15)
#35640E
(53,100,14)
#2E560D
(46,86,13)
#27480C
(39,72,12)
#203A0B
(32,58,11)
#192C0A
(25,44,10)
#121E09
(18,30,9)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #519C12

#519C12
(81,156,18)
#60A527
(96,165,39)
#6FAE3C
(111,174,60)
#7EB751
(126,183,81)
#8DC066
(141,192,102)
#9CC97B
(156,201,123)
#ABD290
(171,210,144)
#BADBA5
(186,219,165)
#C9E4BA
(201,228,186)
#D8EDCF
(216,237,207)
#E7F6E4
(231,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #519C12; }

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

This text font color is #519C12.


Background Color

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

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

This div background color is #519C12.


Border color

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

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

This div border color is #519C12.


Opacity

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

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

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

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

This text has shadow with #519C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519C12 on black background.


Color preview on white background

This text has color #519C12 on white background.



Black color preview on #519C12 background

This text has black color on #519C12 background.


White color preview on #519C12 background

This text has white color on #519C12 background.