COLOR #518E75

HEX: #518E75
RGB: (81,142,117)

Color info

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

RGB color model

#518E75 color RGB value is (81,142,117).

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

RGB channels and saturation

R 81 of 255 = 32%
G 142 of 255 = 56%
B 117 of 255 = 46%

81
142
117

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

Portions of RGB colors in percentages

R + G + B =
81 + 142 + 117 = 340 (100%)
R 81 of 340 ~ 23.82%
G 142 of 340 ~ 41.76%
B 117 of 340 ~ 34.41%

%23.82
%41.76
%34.41

CMYK color model

#518E75 color CMYK value is (43,0,18,44).

  • cyan value is 42.96%
  • magenta value is 0.00%
  • yellow value is 17.61%
  • key color value is 44.31%
CMYK:
(43,0,18,44)
C43M0Y18K44 
(43%,0%,18%,44%)
(0.43/0.00/0.18/0.44)	

CMYK percentages

%42.96
%0
%17.61
%44.31

Codes

Color #518E75 in popluar color models

518E75
RGB81142117
HSL155°27.35%43.73%
HSB/HSV155°42.96%55.69%
CMYK42.96%0.00%17.61%
44.31%

Color #518E75 in popluar number systems.

HEX518E75
Decimal81142117
Binary1010001100011101110101
Octal121216165

Shades and tints

Shades of #518E75

#518E75
(81,142,117)
#4A826B
(74,130,107)
#437661
(67,118,97)
#3C6A57
(60,106,87)
#355E4D
(53,94,77)
#2E5243
(46,82,67)
#274639
(39,70,57)
#203A2F
(32,58,47)
#192E25
(25,46,37)
#12221B
(18,34,27)
#0B1611
(11,22,17)
#000000
(0,0,0)

Tints of #518E75

#518E75
(81,142,117)
#609881
(96,152,129)
#6FA28D
(111,162,141)
#7EAC99
(126,172,153)
#8DB6A5
(141,182,165)
#9CC0B1
(156,192,177)
#ABCABD
(171,202,189)
#BAD4C9
(186,212,201)
#C9DED5
(201,222,213)
#D8E8E1
(216,232,225)
#E7F2ED
(231,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518E75; }

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

This text font color is #518E75.


Background Color

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

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

This div background color is #518E75.


Border color

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

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

This div border color is #518E75.


Opacity

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

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

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

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

This text has shadow with #518E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518E75 on black background.


Color preview on white background

This text has color #518E75 on white background.



Black color preview on #518E75 background

This text has black color on #518E75 background.


White color preview on #518E75 background

This text has white color on #518E75 background.