COLOR #518028

HEX: #518028
RGB: (81,128,40)

Color info

#518028 contains mainly red and green colors. Web safe color of #518028 is #666633 (or #663).

RGB color model

#518028 color RGB value is (81,128,40).

  • red value is 81;
  • green value is 128;
  • blue value is 40.
RGB:
(81,128,40)
(32%,50%,16%)

RGB channels and saturation

R 81 of 255 = 32%
G 128 of 255 = 50%
B 40 of 255 = 16%

81
128
40

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

Portions of RGB colors in percentages

R + G + B =
81 + 128 + 40 = 249 (100%)
R 81 of 249 ~ 32.53%
G 128 of 249 ~ 51.41%
B 40 of 249 ~ 16.06%

%32.53
%51.41
%16.06

CMYK color model

#518028 color CMYK value is (37,0,69,50).

  • cyan value is 36.72%
  • magenta value is 0.00%
  • yellow value is 68.75%
  • key color value is 49.80%
CMYK:
(37,0,69,50)
C37M0Y69K50 
(37%,0%,69%,50%)
(0.37/0.00/0.69/0.50)	

CMYK percentages

%36.72
%0
%68.75
%49.8

Codes

Color #518028 in popluar color models

518028
RGB8112840
HSL92°52.38%32.94%
HSB/HSV92°68.75%50.20%
CMYK36.72%0.00%68.75%
49.80%

Color #518028 in popluar number systems.

HEX518028
Decimal8112840
Binary101000110000000101000
Octal12120050

Shades and tints

Shades of #518028

#518028
(81,128,40)
#4A7525
(74,117,37)
#436A22
(67,106,34)
#3C5F1F
(60,95,31)
#35541C
(53,84,28)
#2E4919
(46,73,25)
#273E16
(39,62,22)
#203313
(32,51,19)
#192810
(25,40,16)
#121D0D
(18,29,13)
#0B120A
(11,18,10)
#000000
(0,0,0)

Tints of #518028

#518028
(81,128,40)
#608B3B
(96,139,59)
#6F964E
(111,150,78)
#7EA161
(126,161,97)
#8DAC74
(141,172,116)
#9CB787
(156,183,135)
#ABC29A
(171,194,154)
#BACDAD
(186,205,173)
#C9D8C0
(201,216,192)
#D8E3D3
(216,227,211)
#E7EEE6
(231,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518028 color. Also use rgb(81,128,40) instead hex code.

Text Font Color

.myTextColor { color: #518028; }

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

This text font color is #518028.


Background Color

.myBgColor { background-color: #518028; }

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

This div background color is #518028.


Border color

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

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

This div border color is #518028.


Opacity

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

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

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

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

This text has shadow with #518028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518028 on black background.


Color preview on white background

This text has color #518028 on white background.



Black color preview on #518028 background

This text has black color on #518028 background.


White color preview on #518028 background

This text has white color on #518028 background.