COLOR #518F62

HEX: #518F62
RGB: (81,143,98)

Color info

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

RGB color model

#518F62 color RGB value is (81,143,98).

  • red value is 81;
  • green value is 143;
  • blue value is 98.
RGB:
(81,143,98)
(32%,56%,38%)

RGB channels and saturation

R 81 of 255 = 32%
G 143 of 255 = 56%
B 98 of 255 = 38%

81
143
98

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

Portions of RGB colors in percentages

R + G + B =
81 + 143 + 98 = 322 (100%)
R 81 of 322 ~ 25.16%
G 143 of 322 ~ 44.41%
B 98 of 322 ~ 30.43%

%25.16
%44.41
%30.43

CMYK color model

#518F62 color CMYK value is (43,0,31,44).

  • cyan value is 43.36%
  • magenta value is 0.00%
  • yellow value is 31.47%
  • key color value is 43.92%
CMYK:
(43,0,31,44)
C43M0Y31K44 
(43%,0%,31%,44%)
(0.43/0.00/0.31/0.44)	

CMYK percentages

%43.36
%0
%31.47
%43.92

Codes

Color #518F62 in popluar color models

518F62
RGB8114398
HSL136°27.68%43.92%
HSB/HSV136°43.36%56.08%
CMYK43.36%0.00%31.47%
43.92%

Color #518F62 in popluar number systems.

HEX518F62
Decimal8114398
Binary1010001100011111100010
Octal121217142

Shades and tints

Shades of #518F62

#518F62
(81,143,98)
#4A825A
(74,130,90)
#437552
(67,117,82)
#3C684A
(60,104,74)
#355B42
(53,91,66)
#2E4E3A
(46,78,58)
#274132
(39,65,50)
#20342A
(32,52,42)
#192722
(25,39,34)
#121A1A
(18,26,26)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #518F62

#518F62
(81,143,98)
#609970
(96,153,112)
#6FA37E
(111,163,126)
#7EAD8C
(126,173,140)
#8DB79A
(141,183,154)
#9CC1A8
(156,193,168)
#ABCBB6
(171,203,182)
#BAD5C4
(186,213,196)
#C9DFD2
(201,223,210)
#D8E9E0
(216,233,224)
#E7F3EE
(231,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518F62 color. Also use rgb(81,143,98) instead hex code.

Text Font Color

.myTextColor { color: #518F62; }

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

This text font color is #518F62.


Background Color

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

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

This div background color is #518F62.


Border color

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

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

This div border color is #518F62.


Opacity

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

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

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

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

This text has shadow with #518F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518F62 on black background.


Color preview on white background

This text has color #518F62 on white background.



Black color preview on #518F62 background

This text has black color on #518F62 background.


White color preview on #518F62 background

This text has white color on #518F62 background.