COLOR #518057

HEX: #518057
RGB: (81,128,87)

Color info

#518057 contains red, green and blue colors in about the same proportion. Web safe color of #518057 is #666666 (or #666).

RGB color model

#518057 color RGB value is (81,128,87).

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

RGB channels and saturation

R 81 of 255 = 32%
G 128 of 255 = 50%
B 87 of 255 = 34%

81
128
87

R + G + B ~ 39%. #518057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 128 + 87 = 296 (100%)
R 81 of 296 ~ 27.36%
G 128 of 296 ~ 43.24%
B 87 of 296 ~ 29.39%

%27.36
%43.24
%29.39

CMYK color model

#518057 color CMYK value is (37,0,32,50).

  • cyan value is 36.72%
  • magenta value is 0.00%
  • yellow value is 32.03%
  • key color value is 49.80%
CMYK:
(37,0,32,50)
C37M0Y32K50 
(37%,0%,32%,50%)
(0.37/0.00/0.32/0.50)	

CMYK percentages

%36.72
%0
%32.03
%49.8

Codes

Color #518057 in popluar color models

518057
RGB8112887
HSL128°22.49%40.98%
HSB/HSV128°36.72%50.20%
CMYK36.72%0.00%32.03%
49.80%

Color #518057 in popluar number systems.

HEX518057
Decimal8112887
Binary1010001100000001010111
Octal121200127

Shades and tints

Shades of #518057

#518057
(81,128,87)
#4A7550
(74,117,80)
#436A49
(67,106,73)
#3C5F42
(60,95,66)
#35543B
(53,84,59)
#2E4934
(46,73,52)
#273E2D
(39,62,45)
#203326
(32,51,38)
#19281F
(25,40,31)
#121D18
(18,29,24)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #518057

#518057
(81,128,87)
#608B66
(96,139,102)
#6F9675
(111,150,117)
#7EA184
(126,161,132)
#8DAC93
(141,172,147)
#9CB7A2
(156,183,162)
#ABC2B1
(171,194,177)
#BACDC0
(186,205,192)
#C9D8CF
(201,216,207)
#D8E3DE
(216,227,222)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518057; }

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

This text font color is #518057.


Background Color

.myBgColor { background-color: #518057; }

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

This div background color is #518057.


Border color

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

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

This div border color is #518057.


Opacity

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

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

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

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

This text has shadow with #518057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518057 on black background.


Color preview on white background

This text has color #518057 on white background.



Black color preview on #518057 background

This text has black color on #518057 background.


White color preview on #518057 background

This text has white color on #518057 background.