COLOR #518E54

HEX: #518E54
RGB: (81,142,84)

Color info

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

RGB color model

#518E54 color RGB value is (81,142,84).

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

RGB channels and saturation

R 81 of 255 = 32%
G 142 of 255 = 56%
B 84 of 255 = 33%

81
142
84

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

Portions of RGB colors in percentages

R + G + B =
81 + 142 + 84 = 307 (100%)
R 81 of 307 ~ 26.38%
G 142 of 307 ~ 46.25%
B 84 of 307 ~ 27.36%

%26.38
%46.25
%27.36

CMYK color model

#518E54 color CMYK value is (43,0,41,44).

  • cyan value is 42.96%
  • magenta value is 0.00%
  • yellow value is 40.85%
  • key color value is 44.31%
CMYK:
(43,0,41,44)
C43M0Y41K44 
(43%,0%,41%,44%)
(0.43/0.00/0.41/0.44)	

CMYK percentages

%42.96
%0
%40.85
%44.31

Codes

Color #518E54 in popluar color models

518E54
RGB8114284
HSL123°27.35%43.73%
HSB/HSV123°42.96%55.69%
CMYK42.96%0.00%40.85%
44.31%

Color #518E54 in popluar number systems.

HEX518E54
Decimal8114284
Binary1010001100011101010100
Octal121216124

Shades and tints

Shades of #518E54

#518E54
(81,142,84)
#4A824D
(74,130,77)
#437646
(67,118,70)
#3C6A3F
(60,106,63)
#355E38
(53,94,56)
#2E5231
(46,82,49)
#27462A
(39,70,42)
#203A23
(32,58,35)
#192E1C
(25,46,28)
#122215
(18,34,21)
#0B160E
(11,22,14)
#000000
(0,0,0)

Tints of #518E54

#518E54
(81,142,84)
#609863
(96,152,99)
#6FA272
(111,162,114)
#7EAC81
(126,172,129)
#8DB690
(141,182,144)
#9CC09F
(156,192,159)
#ABCAAE
(171,202,174)
#BAD4BD
(186,212,189)
#C9DECC
(201,222,204)
#D8E8DB
(216,232,219)
#E7F2EA
(231,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518E54; }

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

This text font color is #518E54.


Background Color

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

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

This div background color is #518E54.


Border color

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

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

This div border color is #518E54.


Opacity

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

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

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

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

This text has shadow with #518E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518E54 on black background.


Color preview on white background

This text has color #518E54 on white background.



Black color preview on #518E54 background

This text has black color on #518E54 background.


White color preview on #518E54 background

This text has white color on #518E54 background.