COLOR #518857

HEX: #518857
RGB: (81,136,87)

Color info

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

RGB color model

#518857 color RGB value is (81,136,87).

  • red value is 81;
  • green value is 136;
  • blue value is 87.
RGB:
(81,136,87)
(32%,53%,34%)

RGB channels and saturation

R 81 of 255 = 32%
G 136 of 255 = 53%
B 87 of 255 = 34%

81
136
87

R + G + B ~ 40%. #518857 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 136 + 87 = 304 (100%)
R 81 of 304 ~ 26.64%
G 136 of 304 ~ 44.74%
B 87 of 304 ~ 28.62%

%26.64
%44.74
%28.62

CMYK color model

#518857 color CMYK value is (40,0,36,47).

  • cyan value is 40.44%
  • magenta value is 0.00%
  • yellow value is 36.03%
  • key color value is 46.67%
CMYK:
(40,0,36,47)
C40M0Y36K47 
(40%,0%,36%,47%)
(0.40/0.00/0.36/0.47)	

CMYK percentages

%40.44
%0
%36.03
%46.67

Codes

Color #518857 in popluar color models

518857
RGB8113687
HSL127°25.35%42.55%
HSB/HSV127°40.44%53.33%
CMYK40.44%0.00%36.03%
46.67%

Color #518857 in popluar number systems.

HEX518857
Decimal8113687
Binary1010001100010001010111
Octal121210127

Shades and tints

Shades of #518857

#518857
(81,136,87)
#4A7C50
(74,124,80)
#437049
(67,112,73)
#3C6442
(60,100,66)
#35583B
(53,88,59)
#2E4C34
(46,76,52)
#27402D
(39,64,45)
#203426
(32,52,38)
#19281F
(25,40,31)
#121C18
(18,28,24)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #518857

#518857
(81,136,87)
#609266
(96,146,102)
#6F9C75
(111,156,117)
#7EA684
(126,166,132)
#8DB093
(141,176,147)
#9CBAA2
(156,186,162)
#ABC4B1
(171,196,177)
#BACEC0
(186,206,192)
#C9D8CF
(201,216,207)
#D8E2DE
(216,226,222)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518857 color. Also use rgb(81,136,87) instead hex code.

Text Font Color

.myTextColor { color: #518857; }

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

This text font color is #518857.


Background Color

.myBgColor { background-color: #518857; }

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

This div background color is #518857.


Border color

.myBorderColor { border: 1px solid #518857; }

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

This div border color is #518857.


Opacity

.myOpacity80 { color: #518857; opacity: 0.8; }

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

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

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

This text has shadow with #518857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518857 on black background.


Color preview on white background

This text has color #518857 on white background.



Black color preview on #518857 background

This text has black color on #518857 background.


White color preview on #518857 background

This text has white color on #518857 background.