COLOR #518E64

HEX: #518E64
RGB: (81,142,100)

Color info

#518E64 contains mainly green and blue colors. Web safe color of #518E64 is #669966 (or #696).

RGB color model

#518E64 color RGB value is (81,142,100).

  • red value is 81;
  • green value is 142;
  • blue value is 100.
RGB:
(81,142,100)
(32%,56%,39%)

RGB channels and saturation

R 81 of 255 = 32%
G 142 of 255 = 56%
B 100 of 255 = 39%

81
142
100

R + G + B ~ 42%. #518E64 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 142 + 100 = 323 (100%)
R 81 of 323 ~ 25.08%
G 142 of 323 ~ 43.96%
B 100 of 323 ~ 30.96%

%25.08
%43.96
%30.96

CMYK color model

#518E64 color CMYK value is (43,0,30,44).

  • cyan value is 42.96%
  • magenta value is 0.00%
  • yellow value is 29.58%
  • key color value is 44.31%
CMYK:
(43,0,30,44)
C43M0Y30K44 
(43%,0%,30%,44%)
(0.43/0.00/0.30/0.44)	

CMYK percentages

%42.96
%0
%29.58
%44.31

Codes

Color #518E64 in popluar color models

518E64
RGB81142100
HSL139°27.35%43.73%
HSB/HSV139°42.96%55.69%
CMYK42.96%0.00%29.58%
44.31%

Color #518E64 in popluar number systems.

HEX518E64
Decimal81142100
Binary1010001100011101100100
Octal121216144

Shades and tints

Shades of #518E64

#518E64
(81,142,100)
#4A825B
(74,130,91)
#437652
(67,118,82)
#3C6A49
(60,106,73)
#355E40
(53,94,64)
#2E5237
(46,82,55)
#27462E
(39,70,46)
#203A25
(32,58,37)
#192E1C
(25,46,28)
#122213
(18,34,19)
#0B160A
(11,22,10)
#000000
(0,0,0)

Tints of #518E64

#518E64
(81,142,100)
#609872
(96,152,114)
#6FA280
(111,162,128)
#7EAC8E
(126,172,142)
#8DB69C
(141,182,156)
#9CC0AA
(156,192,170)
#ABCAB8
(171,202,184)
#BAD4C6
(186,212,198)
#C9DED4
(201,222,212)
#D8E8E2
(216,232,226)
#E7F2F0
(231,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518E64 color. Also use rgb(81,142,100) instead hex code.

Text Font Color

.myTextColor { color: #518E64; }

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

This text font color is #518E64.


Background Color

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

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

This div background color is #518E64.


Border color

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

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

This div border color is #518E64.


Opacity

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

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

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

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

This text has shadow with #518E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518E64 on black background.


Color preview on white background

This text has color #518E64 on white background.



Black color preview on #518E64 background

This text has black color on #518E64 background.


White color preview on #518E64 background

This text has white color on #518E64 background.