COLOR #518A5D

HEX: #518A5D
RGB: (81,138,93)

Color info

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

RGB color model

#518A5D color RGB value is (81,138,93).

  • red value is 81;
  • green value is 138;
  • blue value is 93.
RGB:
(81,138,93)
(32%,54%,36%)

RGB channels and saturation

R 81 of 255 = 32%
G 138 of 255 = 54%
B 93 of 255 = 36%

81
138
93

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

Portions of RGB colors in percentages

R + G + B =
81 + 138 + 93 = 312 (100%)
R 81 of 312 ~ 25.96%
G 138 of 312 ~ 44.23%
B 93 of 312 ~ 29.81%

%25.96
%44.23
%29.81

CMYK color model

#518A5D color CMYK value is (41,0,33,46).

  • cyan value is 41.30%
  • magenta value is 0.00%
  • yellow value is 32.61%
  • key color value is 45.88%
CMYK:
(41,0,33,46)
C41M0Y33K46 
(41%,0%,33%,46%)
(0.41/0.00/0.33/0.46)	

CMYK percentages

%41.3
%0
%32.61
%45.88

Codes

Color #518A5D in popluar color models

518A5D
RGB8113893
HSL133°26.03%42.94%
HSB/HSV133°41.30%54.12%
CMYK41.30%0.00%32.61%
45.88%

Color #518A5D in popluar number systems.

HEX518A5D
Decimal8113893
Binary1010001100010101011101
Octal121212135

Shades and tints

Shades of #518A5D

#518A5D
(81,138,93)
#4A7E55
(74,126,85)
#43724D
(67,114,77)
#3C6645
(60,102,69)
#355A3D
(53,90,61)
#2E4E35
(46,78,53)
#27422D
(39,66,45)
#203625
(32,54,37)
#192A1D
(25,42,29)
#121E15
(18,30,21)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #518A5D

#518A5D
(81,138,93)
#60946B
(96,148,107)
#6F9E79
(111,158,121)
#7EA887
(126,168,135)
#8DB295
(141,178,149)
#9CBCA3
(156,188,163)
#ABC6B1
(171,198,177)
#BAD0BF
(186,208,191)
#C9DACD
(201,218,205)
#D8E4DB
(216,228,219)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518A5D color. Also use rgb(81,138,93) instead hex code.

Text Font Color

.myTextColor { color: #518A5D; }

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

This text font color is #518A5D.


Background Color

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

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

This div background color is #518A5D.


Border color

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

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

This div border color is #518A5D.


Opacity

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

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

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

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

This text has shadow with #518A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518A5D on black background.


Color preview on white background

This text has color #518A5D on white background.



Black color preview on #518A5D background

This text has black color on #518A5D background.


White color preview on #518A5D background

This text has white color on #518A5D background.