COLOR #518C6D

HEX: #518C6D
RGB: (81,140,109)

Color info

#518C6D contains red, green and blue colors in about the same proportion. Web safe color of #518C6D is #669966 (or #696).

RGB color model

#518C6D color RGB value is (81,140,109).

  • red value is 81;
  • green value is 140;
  • blue value is 109.
RGB:
(81,140,109)
(32%,55%,43%)

RGB channels and saturation

R 81 of 255 = 32%
G 140 of 255 = 55%
B 109 of 255 = 43%

81
140
109

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

Portions of RGB colors in percentages

R + G + B =
81 + 140 + 109 = 330 (100%)
R 81 of 330 ~ 24.55%
G 140 of 330 ~ 42.42%
B 109 of 330 ~ 33.03%

%24.55
%42.42
%33.03

CMYK color model

#518C6D color CMYK value is (42,0,22,45).

  • cyan value is 42.14%
  • magenta value is 0.00%
  • yellow value is 22.14%
  • key color value is 45.10%
CMYK:
(42,0,22,45)
C42M0Y22K45 
(42%,0%,22%,45%)
(0.42/0.00/0.22/0.45)	

CMYK percentages

%42.14
%0
%22.14
%45.1

Codes

Color #518C6D in popluar color models

518C6D
RGB81140109
HSL148°26.70%43.33%
HSB/HSV148°42.14%54.90%
CMYK42.14%0.00%22.14%
45.10%

Color #518C6D in popluar number systems.

HEX518C6D
Decimal81140109
Binary1010001100011001101101
Octal121214155

Shades and tints

Shades of #518C6D

#518C6D
(81,140,109)
#4A8064
(74,128,100)
#43745B
(67,116,91)
#3C6852
(60,104,82)
#355C49
(53,92,73)
#2E5040
(46,80,64)
#274437
(39,68,55)
#20382E
(32,56,46)
#192C25
(25,44,37)
#12201C
(18,32,28)
#0B1413
(11,20,19)
#000000
(0,0,0)

Tints of #518C6D

#518C6D
(81,140,109)
#60967A
(96,150,122)
#6FA087
(111,160,135)
#7EAA94
(126,170,148)
#8DB4A1
(141,180,161)
#9CBEAE
(156,190,174)
#ABC8BB
(171,200,187)
#BAD2C8
(186,210,200)
#C9DCD5
(201,220,213)
#D8E6E2
(216,230,226)
#E7F0EF
(231,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518C6D color. Also use rgb(81,140,109) instead hex code.

Text Font Color

.myTextColor { color: #518C6D; }

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

This text font color is #518C6D.


Background Color

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

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

This div background color is #518C6D.


Border color

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

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

This div border color is #518C6D.


Opacity

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

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

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

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

This text has shadow with #518C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518C6D on black background.


Color preview on white background

This text has color #518C6D on white background.



Black color preview on #518C6D background

This text has black color on #518C6D background.


White color preview on #518C6D background

This text has white color on #518C6D background.