COLOR #518515

HEX: #518515
RGB: (81,133,21)

Color info

#518515 contains mainly red and green colors. Web safe color of #518515 is #669900 (or #690).

RGB color model

#518515 color RGB value is (81,133,21).

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

RGB channels and saturation

R 81 of 255 = 32%
G 133 of 255 = 52%
B 21 of 255 = 8%

81
133
21

R + G + B ~ 31%. #518515 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 133 + 21 = 235 (100%)
R 81 of 235 ~ 34.47%
G 133 of 235 ~ 56.6%
B 21 of 235 ~ 8.94%

%34.47
%56.6

CMYK color model

#518515 color CMYK value is (39,0,84,48).

  • cyan value is 39.10%
  • magenta value is 0.00%
  • yellow value is 84.21%
  • key color value is 47.84%
CMYK:
(39,0,84,48)
C39M0Y84K48 
(39%,0%,84%,48%)
(0.39/0.00/0.84/0.48)	

CMYK percentages

%39.1
%0
%84.21
%47.84

Codes

Color #518515 in popluar color models

518515
RGB8113321
HSL88°72.73%30.20%
HSB/HSV88°84.21%52.16%
CMYK39.10%0.00%84.21%
47.84%

Color #518515 in popluar number systems.

HEX518515
Decimal8113321
Binary10100011000010110101
Octal12120525

Shades and tints

Shades of #518515

#518515
(81,133,21)
#4A7914
(74,121,20)
#436D13
(67,109,19)
#3C6112
(60,97,18)
#355511
(53,85,17)
#2E4910
(46,73,16)
#273D0F
(39,61,15)
#20310E
(32,49,14)
#19250D
(25,37,13)
#12190C
(18,25,12)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #518515

#518515
(81,133,21)
#60902A
(96,144,42)
#6F9B3F
(111,155,63)
#7EA654
(126,166,84)
#8DB169
(141,177,105)
#9CBC7E
(156,188,126)
#ABC793
(171,199,147)
#BAD2A8
(186,210,168)
#C9DDBD
(201,221,189)
#D8E8D2
(216,232,210)
#E7F3E7
(231,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518515; }

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

This text font color is #518515.


Background Color

.myBgColor { background-color: #518515; }

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

This div background color is #518515.


Border color

.myBorderColor { border: 1px solid #518515; }

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

This div border color is #518515.


Opacity

.myOpacity80 { color: #518515; opacity: 0.8; }

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

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

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

This text has shadow with #518515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518515 on black background.


Color preview on white background

This text has color #518515 on white background.



Black color preview on #518515 background

This text has black color on #518515 background.


White color preview on #518515 background

This text has white color on #518515 background.