COLOR #518034

HEX: #518034
RGB: (81,128,52)

Color info

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

RGB color model

#518034 color RGB value is (81,128,52).

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

RGB channels and saturation

R 81 of 255 = 32%
G 128 of 255 = 50%
B 52 of 255 = 20%

81
128
52

R + G + B ~ 34%. #518034 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 128 + 52 = 261 (100%)
R 81 of 261 ~ 31.03%
G 128 of 261 ~ 49.04%
B 52 of 261 ~ 19.92%

%31.03
%49.04
%19.92

CMYK color model

#518034 color CMYK value is (37,0,59,50).

  • cyan value is 36.72%
  • magenta value is 0.00%
  • yellow value is 59.38%
  • key color value is 49.80%
CMYK:
(37,0,59,50)
C37M0Y59K50 
(37%,0%,59%,50%)
(0.37/0.00/0.59/0.50)	

CMYK percentages

%36.72
%0
%59.38
%49.8

Codes

Color #518034 in popluar color models

518034
RGB8112852
HSL97°42.22%35.29%
HSB/HSV97°59.38%50.20%
CMYK36.72%0.00%59.38%
49.80%

Color #518034 in popluar number systems.

HEX518034
Decimal8112852
Binary101000110000000110100
Octal12120064

Shades and tints

Shades of #518034

#518034
(81,128,52)
#4A7530
(74,117,48)
#436A2C
(67,106,44)
#3C5F28
(60,95,40)
#355424
(53,84,36)
#2E4920
(46,73,32)
#273E1C
(39,62,28)
#203318
(32,51,24)
#192814
(25,40,20)
#121D10
(18,29,16)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #518034

#518034
(81,128,52)
#608B46
(96,139,70)
#6F9658
(111,150,88)
#7EA16A
(126,161,106)
#8DAC7C
(141,172,124)
#9CB78E
(156,183,142)
#ABC2A0
(171,194,160)
#BACDB2
(186,205,178)
#C9D8C4
(201,216,196)
#D8E3D6
(216,227,214)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518034; }

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

This text font color is #518034.


Background Color

.myBgColor { background-color: #518034; }

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

This div background color is #518034.


Border color

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

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

This div border color is #518034.


Opacity

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

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

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

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

This text has shadow with #518034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518034 on black background.


Color preview on white background

This text has color #518034 on white background.



Black color preview on #518034 background

This text has black color on #518034 background.


White color preview on #518034 background

This text has white color on #518034 background.