COLOR #518D64

HEX: #518D64
RGB: (81,141,100)

Color info

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

RGB color model

#518D64 color RGB value is (81,141,100).

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

RGB channels and saturation

R 81 of 255 = 32%
G 141 of 255 = 55%
B 100 of 255 = 39%

81
141
100

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

Portions of RGB colors in percentages

R + G + B =
81 + 141 + 100 = 322 (100%)
R 81 of 322 ~ 25.16%
G 141 of 322 ~ 43.79%
B 100 of 322 ~ 31.06%

%25.16
%43.79
%31.06

CMYK color model

#518D64 color CMYK value is (43,0,29,45).

  • cyan value is 42.55%
  • magenta value is 0.00%
  • yellow value is 29.08%
  • key color value is 44.71%
CMYK:
(43,0,29,45)
C43M0Y29K45 
(43%,0%,29%,45%)
(0.43/0.00/0.29/0.45)	

CMYK percentages

%42.55
%0
%29.08
%44.71

Codes

Color #518D64 in popluar color models

518D64
RGB81141100
HSL139°27.03%43.53%
HSB/HSV139°42.55%55.29%
CMYK42.55%0.00%29.08%
44.71%

Color #518D64 in popluar number systems.

HEX518D64
Decimal81141100
Binary1010001100011011100100
Octal121215144

Shades and tints

Shades of #518D64

#518D64
(81,141,100)
#4A815B
(74,129,91)
#437552
(67,117,82)
#3C6949
(60,105,73)
#355D40
(53,93,64)
#2E5137
(46,81,55)
#27452E
(39,69,46)
#203925
(32,57,37)
#192D1C
(25,45,28)
#122113
(18,33,19)
#0B150A
(11,21,10)
#000000
(0,0,0)

Tints of #518D64

#518D64
(81,141,100)
#609772
(96,151,114)
#6FA180
(111,161,128)
#7EAB8E
(126,171,142)
#8DB59C
(141,181,156)
#9CBFAA
(156,191,170)
#ABC9B8
(171,201,184)
#BAD3C6
(186,211,198)
#C9DDD4
(201,221,212)
#D8E7E2
(216,231,226)
#E7F1F0
(231,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518D64; }

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

This text font color is #518D64.


Background Color

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

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

This div background color is #518D64.


Border color

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

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

This div border color is #518D64.


Opacity

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

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

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

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

This text has shadow with #518D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518D64 on black background.


Color preview on white background

This text has color #518D64 on white background.



Black color preview on #518D64 background

This text has black color on #518D64 background.


White color preview on #518D64 background

This text has white color on #518D64 background.