COLOR #518446

HEX: #518446
RGB: (81,132,70)

Color info

#518446 contains mainly red and green colors. Web safe color of #518446 is #669933 (or #693).

RGB color model

#518446 color RGB value is (81,132,70).

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

RGB channels and saturation

R 81 of 255 = 32%
G 132 of 255 = 52%
B 70 of 255 = 27%

81
132
70

R + G + B ~ 37%. #518446 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 132 + 70 = 283 (100%)
R 81 of 283 ~ 28.62%
G 132 of 283 ~ 46.64%
B 70 of 283 ~ 24.73%

%28.62
%46.64
%24.73

CMYK color model

#518446 color CMYK value is (39,0,47,48).

  • cyan value is 38.64%
  • magenta value is 0.00%
  • yellow value is 46.97%
  • key color value is 48.24%
CMYK:
(39,0,47,48)
C39M0Y47K48 
(39%,0%,47%,48%)
(0.39/0.00/0.47/0.48)	

CMYK percentages

%38.64
%0
%46.97
%48.24

Codes

Color #518446 in popluar color models

518446
RGB8113270
HSL109°30.69%39.61%
HSB/HSV109°46.97%51.76%
CMYK38.64%0.00%46.97%
48.24%

Color #518446 in popluar number systems.

HEX518446
Decimal8113270
Binary1010001100001001000110
Octal121204106

Shades and tints

Shades of #518446

#518446
(81,132,70)
#4A7840
(74,120,64)
#436C3A
(67,108,58)
#3C6034
(60,96,52)
#35542E
(53,84,46)
#2E4828
(46,72,40)
#273C22
(39,60,34)
#20301C
(32,48,28)
#192416
(25,36,22)
#121810
(18,24,16)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #518446

#518446
(81,132,70)
#608F56
(96,143,86)
#6F9A66
(111,154,102)
#7EA576
(126,165,118)
#8DB086
(141,176,134)
#9CBB96
(156,187,150)
#ABC6A6
(171,198,166)
#BAD1B6
(186,209,182)
#C9DCC6
(201,220,198)
#D8E7D6
(216,231,214)
#E7F2E6
(231,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518446; }

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

This text font color is #518446.


Background Color

.myBgColor { background-color: #518446; }

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

This div background color is #518446.


Border color

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

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

This div border color is #518446.


Opacity

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

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

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

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

This text has shadow with #518446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518446 on black background.


Color preview on white background

This text has color #518446 on white background.



Black color preview on #518446 background

This text has black color on #518446 background.


White color preview on #518446 background

This text has white color on #518446 background.