COLOR #518A5C

HEX: #518A5C
RGB: (81,138,92)

Color info

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

RGB color model

#518A5C color RGB value is (81,138,92).

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

RGB channels and saturation

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

81
138
92

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

Portions of RGB colors in percentages

R + G + B =
81 + 138 + 92 = 311 (100%)
R 81 of 311 ~ 26.05%
G 138 of 311 ~ 44.37%
B 92 of 311 ~ 29.58%

%26.05
%44.37
%29.58

CMYK color model

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

  • cyan value is 41.30%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • 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
%33.33
%45.88

Codes

Color #518A5C in popluar color models

518A5C
RGB8113892
HSL132°26.03%42.94%
HSB/HSV132°41.30%54.12%
CMYK41.30%0.00%33.33%
45.88%

Color #518A5C in popluar number systems.

HEX518A5C
Decimal8113892
Binary1010001100010101011100
Octal121212134

Shades and tints

Shades of #518A5C

#518A5C
(81,138,92)
#4A7E54
(74,126,84)
#43724C
(67,114,76)
#3C6644
(60,102,68)
#355A3C
(53,90,60)
#2E4E34
(46,78,52)
#27422C
(39,66,44)
#203624
(32,54,36)
#192A1C
(25,42,28)
#121E14
(18,30,20)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #518A5C

#518A5C
(81,138,92)
#60946A
(96,148,106)
#6F9E78
(111,158,120)
#7EA886
(126,168,134)
#8DB294
(141,178,148)
#9CBCA2
(156,188,162)
#ABC6B0
(171,198,176)
#BAD0BE
(186,208,190)
#C9DACC
(201,218,204)
#D8E4DA
(216,228,218)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518A5C; }

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

This text font color is #518A5C.


Background Color

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

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

This div background color is #518A5C.


Border color

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

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

This div border color is #518A5C.


Opacity

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

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

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

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

This text has shadow with #518A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518A5C on black background.


Color preview on white background

This text has color #518A5C on white background.



Black color preview on #518A5C background

This text has black color on #518A5C background.


White color preview on #518A5C background

This text has white color on #518A5C background.