COLOR #518462

HEX: #518462
RGB: (81,132,98)

Color info

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

RGB color model

#518462 color RGB value is (81,132,98).

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

RGB channels and saturation

R 81 of 255 = 32%
G 132 of 255 = 52%
B 98 of 255 = 38%

81
132
98

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

Portions of RGB colors in percentages

R + G + B =
81 + 132 + 98 = 311 (100%)
R 81 of 311 ~ 26.05%
G 132 of 311 ~ 42.44%
B 98 of 311 ~ 31.51%

%26.05
%42.44
%31.51

CMYK color model

#518462 color CMYK value is (39,0,26,48).

  • cyan value is 38.64%
  • magenta value is 0.00%
  • yellow value is 25.76%
  • key color value is 48.24%
CMYK:
(39,0,26,48)
C39M0Y26K48 
(39%,0%,26%,48%)
(0.39/0.00/0.26/0.48)	

CMYK percentages

%38.64
%0
%25.76
%48.24

Codes

Color #518462 in popluar color models

518462
RGB8113298
HSL140°23.94%41.76%
HSB/HSV140°38.64%51.76%
CMYK38.64%0.00%25.76%
48.24%

Color #518462 in popluar number systems.

HEX518462
Decimal8113298
Binary1010001100001001100010
Octal121204142

Shades and tints

Shades of #518462

#518462
(81,132,98)
#4A785A
(74,120,90)
#436C52
(67,108,82)
#3C604A
(60,96,74)
#355442
(53,84,66)
#2E483A
(46,72,58)
#273C32
(39,60,50)
#20302A
(32,48,42)
#192422
(25,36,34)
#12181A
(18,24,26)
#0B0C12
(11,12,18)
#000000
(0,0,0)

Tints of #518462

#518462
(81,132,98)
#608F70
(96,143,112)
#6F9A7E
(111,154,126)
#7EA58C
(126,165,140)
#8DB09A
(141,176,154)
#9CBBA8
(156,187,168)
#ABC6B6
(171,198,182)
#BAD1C4
(186,209,196)
#C9DCD2
(201,220,210)
#D8E7E0
(216,231,224)
#E7F2EE
(231,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518462; }

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

This text font color is #518462.


Background Color

.myBgColor { background-color: #518462; }

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

This div background color is #518462.


Border color

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

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

This div border color is #518462.


Opacity

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

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

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

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

This text has shadow with #518462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518462 on black background.


Color preview on white background

This text has color #518462 on white background.



Black color preview on #518462 background

This text has black color on #518462 background.


White color preview on #518462 background

This text has white color on #518462 background.