COLOR #518960

HEX: #518960
RGB: (81,137,96)

Color info

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

RGB color model

#518960 color RGB value is (81,137,96).

  • red value is 81;
  • green value is 137;
  • blue value is 96.
RGB:
(81,137,96)
(32%,54%,38%)

RGB channels and saturation

R 81 of 255 = 32%
G 137 of 255 = 54%
B 96 of 255 = 38%

81
137
96

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

Portions of RGB colors in percentages

R + G + B =
81 + 137 + 96 = 314 (100%)
R 81 of 314 ~ 25.8%
G 137 of 314 ~ 43.63%
B 96 of 314 ~ 30.57%

%25.8
%43.63
%30.57

CMYK color model

#518960 color CMYK value is (41,0,30,46).

  • cyan value is 40.88%
  • magenta value is 0.00%
  • yellow value is 29.93%
  • key color value is 46.27%
CMYK:
(41,0,30,46)
C41M0Y30K46 
(41%,0%,30%,46%)
(0.41/0.00/0.30/0.46)	

CMYK percentages

%40.88
%0
%29.93
%46.27

Codes

Color #518960 in popluar color models

518960
RGB8113796
HSL136°25.69%42.75%
HSB/HSV136°40.88%53.73%
CMYK40.88%0.00%29.93%
46.27%

Color #518960 in popluar number systems.

HEX518960
Decimal8113796
Binary1010001100010011100000
Octal121211140

Shades and tints

Shades of #518960

#518960
(81,137,96)
#4A7D58
(74,125,88)
#437150
(67,113,80)
#3C6548
(60,101,72)
#355940
(53,89,64)
#2E4D38
(46,77,56)
#274130
(39,65,48)
#203528
(32,53,40)
#192920
(25,41,32)
#121D18
(18,29,24)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #518960

#518960
(81,137,96)
#60936E
(96,147,110)
#6F9D7C
(111,157,124)
#7EA78A
(126,167,138)
#8DB198
(141,177,152)
#9CBBA6
(156,187,166)
#ABC5B4
(171,197,180)
#BACFC2
(186,207,194)
#C9D9D0
(201,217,208)
#D8E3DE
(216,227,222)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518960; }

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

This text font color is #518960.


Background Color

.myBgColor { background-color: #518960; }

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

This div background color is #518960.


Border color

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

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

This div border color is #518960.


Opacity

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

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

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

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

This text has shadow with #518960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518960 on black background.


Color preview on white background

This text has color #518960 on white background.



Black color preview on #518960 background

This text has black color on #518960 background.


White color preview on #518960 background

This text has white color on #518960 background.