COLOR #518458

HEX: #518458
RGB: (81,132,88)

Color info

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

RGB color model

#518458 color RGB value is (81,132,88).

  • red value is 81;
  • green value is 132;
  • blue value is 88.
RGB:
(81,132,88)
(32%,52%,35%)

RGB channels and saturation

R 81 of 255 = 32%
G 132 of 255 = 52%
B 88 of 255 = 35%

81
132
88

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

Portions of RGB colors in percentages

R + G + B =
81 + 132 + 88 = 301 (100%)
R 81 of 301 ~ 26.91%
G 132 of 301 ~ 43.85%
B 88 of 301 ~ 29.24%

%26.91
%43.85
%29.24

CMYK color model

#518458 color CMYK value is (39,0,33,48).

  • cyan value is 38.64%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 48.24%
CMYK:
(39,0,33,48)
C39M0Y33K48 
(39%,0%,33%,48%)
(0.39/0.00/0.33/0.48)	

CMYK percentages

%38.64
%0
%33.33
%48.24

Codes

Color #518458 in popluar color models

518458
RGB8113288
HSL128°23.94%41.76%
HSB/HSV128°38.64%51.76%
CMYK38.64%0.00%33.33%
48.24%

Color #518458 in popluar number systems.

HEX518458
Decimal8113288
Binary1010001100001001011000
Octal121204130

Shades and tints

Shades of #518458

#518458
(81,132,88)
#4A7850
(74,120,80)
#436C48
(67,108,72)
#3C6040
(60,96,64)
#355438
(53,84,56)
#2E4830
(46,72,48)
#273C28
(39,60,40)
#203020
(32,48,32)
#192418
(25,36,24)
#121810
(18,24,16)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #518458

#518458
(81,132,88)
#608F67
(96,143,103)
#6F9A76
(111,154,118)
#7EA585
(126,165,133)
#8DB094
(141,176,148)
#9CBBA3
(156,187,163)
#ABC6B2
(171,198,178)
#BAD1C1
(186,209,193)
#C9DCD0
(201,220,208)
#D8E7DF
(216,231,223)
#E7F2EE
(231,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518458 color. Also use rgb(81,132,88) instead hex code.

Text Font Color

.myTextColor { color: #518458; }

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

This text font color is #518458.


Background Color

.myBgColor { background-color: #518458; }

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

This div background color is #518458.


Border color

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

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

This div border color is #518458.


Opacity

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

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

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

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

This text has shadow with #518458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518458 on black background.


Color preview on white background

This text has color #518458 on white background.



Black color preview on #518458 background

This text has black color on #518458 background.


White color preview on #518458 background

This text has white color on #518458 background.