COLOR #518F15

HEX: #518F15
RGB: (81,143,21)

Color info

#518F15 contains mainly green color. Web safe color of #518F15 is #669900 (or #690).

RGB color model

#518F15 color RGB value is (81,143,21).

  • red value is 81;
  • green value is 143;
  • blue value is 21.
RGB:
(81,143,21)
(32%,56%,8%)

RGB channels and saturation

R 81 of 255 = 32%
G 143 of 255 = 56%
B 21 of 255 = 8%

81
143
21

R + G + B ~ 32%. #518F15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 143 + 21 = 245 (100%)
R 81 of 245 ~ 33.06%
G 143 of 245 ~ 58.37%
B 21 of 245 ~ 8.57%

%33.06
%58.37

CMYK color model

#518F15 color CMYK value is (43,0,85,44).

  • cyan value is 43.36%
  • magenta value is 0.00%
  • yellow value is 85.31%
  • key color value is 43.92%
CMYK:
(43,0,85,44)
C43M0Y85K44 
(43%,0%,85%,44%)
(0.43/0.00/0.85/0.44)	

CMYK percentages

%43.36
%0
%85.31
%43.92

Codes

Color #518F15 in popluar color models

518F15
RGB8114321
HSL90°74.39%32.16%
HSB/HSV90°85.31%56.08%
CMYK43.36%0.00%85.31%
43.92%

Color #518F15 in popluar number systems.

HEX518F15
Decimal8114321
Binary10100011000111110101
Octal12121725

Shades and tints

Shades of #518F15

#518F15
(81,143,21)
#4A8214
(74,130,20)
#437513
(67,117,19)
#3C6812
(60,104,18)
#355B11
(53,91,17)
#2E4E10
(46,78,16)
#27410F
(39,65,15)
#20340E
(32,52,14)
#19270D
(25,39,13)
#121A0C
(18,26,12)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #518F15

#518F15
(81,143,21)
#60992A
(96,153,42)
#6FA33F
(111,163,63)
#7EAD54
(126,173,84)
#8DB769
(141,183,105)
#9CC17E
(156,193,126)
#ABCB93
(171,203,147)
#BAD5A8
(186,213,168)
#C9DFBD
(201,223,189)
#D8E9D2
(216,233,210)
#E7F3E7
(231,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518F15 color. Also use rgb(81,143,21) instead hex code.

Text Font Color

.myTextColor { color: #518F15; }

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

This text font color is #518F15.


Background Color

.myBgColor { background-color: #518F15; }

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

This div background color is #518F15.


Border color

.myBorderColor { border: 1px solid #518F15; }

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

This div border color is #518F15.


Opacity

.myOpacity80 { color: #518F15; opacity: 0.8; }

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

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

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

This text has shadow with #518F15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518F15 on black background.


Color preview on white background

This text has color #518F15 on white background.



Black color preview on #518F15 background

This text has black color on #518F15 background.


White color preview on #518F15 background

This text has white color on #518F15 background.