COLOR #518F6B

HEX: #518F6B
RGB: (81,143,107)

Color info

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

RGB color model

#518F6B color RGB value is (81,143,107).

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

RGB channels and saturation

R 81 of 255 = 32%
G 143 of 255 = 56%
B 107 of 255 = 42%

81
143
107

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

Portions of RGB colors in percentages

R + G + B =
81 + 143 + 107 = 331 (100%)
R 81 of 331 ~ 24.47%
G 143 of 331 ~ 43.2%
B 107 of 331 ~ 32.33%

%24.47
%43.2
%32.33

CMYK color model

#518F6B color CMYK value is (43,0,25,44).

  • cyan value is 43.36%
  • magenta value is 0.00%
  • yellow value is 25.17%
  • key color value is 43.92%
CMYK:
(43,0,25,44)
C43M0Y25K44 
(43%,0%,25%,44%)
(0.43/0.00/0.25/0.44)	

CMYK percentages

%43.36
%0
%25.17
%43.92

Codes

Color #518F6B in popluar color models

518F6B
RGB81143107
HSL145°27.68%43.92%
HSB/HSV145°43.36%56.08%
CMYK43.36%0.00%25.17%
43.92%

Color #518F6B in popluar number systems.

HEX518F6B
Decimal81143107
Binary1010001100011111101011
Octal121217153

Shades and tints

Shades of #518F6B

#518F6B
(81,143,107)
#4A8262
(74,130,98)
#437559
(67,117,89)
#3C6850
(60,104,80)
#355B47
(53,91,71)
#2E4E3E
(46,78,62)
#274135
(39,65,53)
#20342C
(32,52,44)
#192723
(25,39,35)
#121A1A
(18,26,26)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #518F6B

#518F6B
(81,143,107)
#609978
(96,153,120)
#6FA385
(111,163,133)
#7EAD92
(126,173,146)
#8DB79F
(141,183,159)
#9CC1AC
(156,193,172)
#ABCBB9
(171,203,185)
#BAD5C6
(186,213,198)
#C9DFD3
(201,223,211)
#D8E9E0
(216,233,224)
#E7F3ED
(231,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518F6B; }

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

This text font color is #518F6B.


Background Color

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

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

This div background color is #518F6B.


Border color

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

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

This div border color is #518F6B.


Opacity

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

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

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

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

This text has shadow with #518F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518F6B on black background.


Color preview on white background

This text has color #518F6B on white background.



Black color preview on #518F6B background

This text has black color on #518F6B background.


White color preview on #518F6B background

This text has white color on #518F6B background.