COLOR #518060

HEX: #518060 RGB: (81,128,96)

Color info

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

RGB color model

#518060 color RGB value is (81,128,96).

RGB: (81,128,96) (32%, 50%, 38%)

RGB channels and saturation

R 81 of 255 = 32%
G 128 of 255 = 50%
B 96 of 255 = 38%

81
128
96

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

Portions of RGB colors in percentages

R + G + B = 81 + 128 + 96 = 305 (100%)
R 81 of 305 ~ 26.56%
G 128 of 305 ~ 41.97%
B 96 of 305 ~ 31.48'%

%26.56
%41.97
%31.48

CMYK color model

#518060 color CMYK value is (37,0,25,50).

  • cyan value is 36.72%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 49.80%

CMYK: (37,0,25,50)
C37M0Y25K50 (37%, 0%, 25%, 50%)
(0.37 / 0.00 / 0.25 / 0.50)

CMYK percentages

%36.72
%0
%25
%49.8

Codes

Color #518060 in popluar color models

51 80 60
RGB 81 128 96
HSL 139° 22.49% 40.98%
HSB/HSV 139° 36.72% 50.20%
CMYK 36.72% 0.00% 25.00%
49.80%

Color #518060 in popluar number systems.

HEX 51 80 60
Decimal 81 128 96
Binary 1010001 10000000 1100000
Octal 121 200 140

Shades and tints

Shades of #518060

#518060
(81,128,96)
#4A7558
(74,117,88)
#436A50
(67,106,80)
#3C5F48
(60,95,72)
#355440
(53,84,64)
#2E4938
(46,73,56)
#273E30
(39,62,48)
#203328
(32,51,40)
#192820
(25,40,32)
#121D18
(18,29,24)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #518060

#518060
(81,128,96)
#608B6E
(96,139,110)
#6F967C
(111,150,124)
#7EA18A
(126,161,138)
#8DAC98
(141,172,152)
#9CB7A6
(156,183,166)
#ABC2B4
(171,194,180)
#BACDC2
(186,205,194)
#C9D8D0
(201,216,208)
#D8E3DE
(216,227,222)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518060; }

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

This text font color is #518060.

Background Color

.myBgColor { background-color: #518060; }

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

This div background color is #518060.

Border color

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

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

This div border color is #518060.

Opacity

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

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

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

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

This text has shadow with #518060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #518060.

Preview

Color preview on black background

This text has color #518060 on black background.


Color preview on white background

This text has color #518060 on white background.


Black color preview on #518060 background

This text has black color on #518060 background.


White color preview on #518060 background

This text has white color on #518060 background.


Related colors

Complementary color

Complementary color for #hex is #AE7F9F.


I love getcolorcode.com

Triadic colors

1 #605180 and #806051 with #518060 are triadic colors.

2 #608051 and #805160 with #518060 are triadic colors.