COLOR #518E65

HEX: #518E65 RGB: (81,142,101)

Color info

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

RGB color model

#518E65 color RGB value is (81,142,101).

RGB: (81,142,101) (32%, 56%, 40%)

RGB channels and saturation

R 81 of 255 = 32%
G 142 of 255 = 56%
B 101 of 255 = 40%

81
142
101

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

Portions of RGB colors in percentages

R + G + B = 81 + 142 + 101 = 324 (100%)
R 81 of 324 ~ 25%
G 142 of 324 ~ 43.83%
B 101 of 324 ~ 31.17'%

%25
%43.83
%31.17

CMYK color model

#518E65 color CMYK value is (43,0,29,44).

  • cyan value is 42.96%
  • magenta value is 0.00%
  • yellow value is 28.87%
  • key color value is 44.31%
CMYK: (43,0,29,44) C43M0Y29K44 (43%,0%,29%,44%) (0.43/0.00/0.29/0.44) 

CMYK percentages

%42.96
%0
%28.87
%44.31

Codes

Color #518E65 in popluar color models

51 8E 65
RGB 81 142 101
HSL 140° 27.35% 43.73%
HSB/HSV 140° 42.96% 55.69%
CMYK 42.96% 0.00% 28.87%
44.31%

Color #518E65 in popluar number systems.

HEX 51 8E 65
Decimal 81 142 101
Binary 1010001 10001110 1100101
Octal 121 216 145

Shades and tints

Shades of #518E65

#518E65
(81,142,101)
#4A825C
(74,130,92)
#437653
(67,118,83)
#3C6A4A
(60,106,74)
#355E41
(53,94,65)
#2E5238
(46,82,56)
#27462F
(39,70,47)
#203A26
(32,58,38)
#192E1D
(25,46,29)
#122214
(18,34,20)
#0B160B
(11,22,11)
#000000
(0,0,0)

Tints of #518E65

#518E65
(81,142,101)
#609873
(96,152,115)
#6FA281
(111,162,129)
#7EAC8F
(126,172,143)
#8DB69D
(141,182,157)
#9CC0AB
(156,192,171)
#ABCAB9
(171,202,185)
#BAD4C7
(186,212,199)
#C9DED5
(201,222,213)
#D8E8E3
(216,232,227)
#E7F2F1
(231,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518E65; }

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

This text font color is #518E65.

Background Color

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

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

This div background color is #518E65.

Border color

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

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

This div border color is #518E65.

Opacity

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

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

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

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

This text has shadow with #518E65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #518E65.

Preview

Color preview on black background

This text has color #518E65 on black background.


Color preview on white background

This text has color #518E65 on white background.


Black color preview on #518E65 background

This text has black color on #518E65 background.


White color preview on #518E65 background

This text has white color on #518E65 background.


Related colors

Complementary color

Complementary color for #hex is #AE719A.


I love getcolorcode.com

Triadic colors

1 #65518E and #8E6551 with #518E65 are triadic colors.

2 #658E51 and #8E5165 with #518E65 are triadic colors.