COLOR #518D70

HEX: #518D70 RGB: (81,141,112)

Color info

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

RGB color model

#518D70 color RGB value is (81,141,112).

RGB: (81,141,112) (32%, 55%, 44%)

RGB channels and saturation

R 81 of 255 = 32%
G 141 of 255 = 55%
B 112 of 255 = 44%

81
141
112

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

Portions of RGB colors in percentages

R + G + B = 81 + 141 + 112 = 334 (100%)
R 81 of 334 ~ 24.25%
G 141 of 334 ~ 42.22%
B 112 of 334 ~ 33.53'%

%24.25
%42.22
%33.53

CMYK color model

#518D70 color CMYK value is (43,0,21,45).

  • cyan value is 42.55%
  • magenta value is 0.00%
  • yellow value is 20.57%
  • key color value is 44.71%

CMYK: (43,0,21,45)
C43M0Y21K45 (43%, 0%, 21%, 45%)
(0.43 / 0.00 / 0.21 / 0.45)

CMYK percentages

%42.55
%0
%20.57
%44.71

Codes

Color #518D70 in popluar color models

51 8D 70
RGB 81 141 112
HSL 151° 27.03% 43.53%
HSB/HSV 151° 42.55% 55.29%
CMYK 42.55% 0.00% 20.57%
44.71%

Color #518D70 in popluar number systems.

HEX 51 8D 70
Decimal 81 141 112
Binary 1010001 10001101 1110000
Octal 121 215 160

Shades and tints

Shades of #518D70

#518D70
(81,141,112)
#4A8166
(74,129,102)
#43755C
(67,117,92)
#3C6952
(60,105,82)
#355D48
(53,93,72)
#2E513E
(46,81,62)
#274534
(39,69,52)
#20392A
(32,57,42)
#192D20
(25,45,32)
#122116
(18,33,22)
#0B150C
(11,21,12)
#000000
(0,0,0)

Tints of #518D70

#518D70
(81,141,112)
#60977D
(96,151,125)
#6FA18A
(111,161,138)
#7EAB97
(126,171,151)
#8DB5A4
(141,181,164)
#9CBFB1
(156,191,177)
#ABC9BE
(171,201,190)
#BAD3CB
(186,211,203)
#C9DDD8
(201,221,216)
#D8E7E5
(216,231,229)
#E7F1F2
(231,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518D70; }

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

This text font color is #518D70.

Background Color

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

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

This div background color is #518D70.

Border color

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

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

This div border color is #518D70.

Opacity

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

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

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

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

This text has shadow with #518D70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #518D70.

Preview

Color preview on black background

This text has color #518D70 on black background.


Color preview on white background

This text has color #518D70 on white background.


Black color preview on #518D70 background

This text has black color on #518D70 background.


White color preview on #518D70 background

This text has white color on #518D70 background.


Related colors

Complementary color

Complementary color for #hex is #AE728F.


I love getcolorcode.com

Triadic colors

1 #70518D and #8D7051 with #518D70 are triadic colors.

2 #708D51 and #8D5170 with #518D70 are triadic colors.