COLOR #518A48

HEX: #518A48
RGB: (81,138,72)

Color info

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

RGB color model

#518A48 color RGB value is (81,138,72).

  • red value is 81;
  • green value is 138;
  • blue value is 72.
RGB:
(81,138,72)
(32%,54%,28%)

RGB channels and saturation

R 81 of 255 = 32%
G 138 of 255 = 54%
B 72 of 255 = 28%

81
138
72

R + G + B ~ 38%. #518A48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 138 + 72 = 291 (100%)
R 81 of 291 ~ 27.84%
G 138 of 291 ~ 47.42%
B 72 of 291 ~ 24.74%

%27.84
%47.42
%24.74

CMYK color model

#518A48 color CMYK value is (41,0,48,46).

  • cyan value is 41.30%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 45.88%
CMYK:
(41,0,48,46)
C41M0Y48K46 
(41%,0%,48%,46%)
(0.41/0.00/0.48/0.46)	

CMYK percentages

%41.3
%0
%47.83
%45.88

Codes

Color #518A48 in popluar color models

518A48
RGB8113872
HSL112°31.43%41.18%
HSB/HSV112°47.83%54.12%
CMYK41.30%0.00%47.83%
45.88%

Color #518A48 in popluar number systems.

HEX518A48
Decimal8113872
Binary1010001100010101001000
Octal121212110

Shades and tints

Shades of #518A48

#518A48
(81,138,72)
#4A7E42
(74,126,66)
#43723C
(67,114,60)
#3C6636
(60,102,54)
#355A30
(53,90,48)
#2E4E2A
(46,78,42)
#274224
(39,66,36)
#20361E
(32,54,30)
#192A18
(25,42,24)
#121E12
(18,30,18)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #518A48

#518A48
(81,138,72)
#609458
(96,148,88)
#6F9E68
(111,158,104)
#7EA878
(126,168,120)
#8DB288
(141,178,136)
#9CBC98
(156,188,152)
#ABC6A8
(171,198,168)
#BAD0B8
(186,208,184)
#C9DAC8
(201,218,200)
#D8E4D8
(216,228,216)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518A48 color. Also use rgb(81,138,72) instead hex code.

Text Font Color

.myTextColor { color: #518A48; }

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

This text font color is #518A48.


Background Color

.myBgColor { background-color: #518A48; }

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

This div background color is #518A48.


Border color

.myBorderColor { border: 1px solid #518A48; }

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

This div border color is #518A48.


Opacity

.myOpacity80 { color: #518A48; opacity: 0.8; }

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

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

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

This text has shadow with #518A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518A48 on black background.


Color preview on white background

This text has color #518A48 on white background.



Black color preview on #518A48 background

This text has black color on #518A48 background.


White color preview on #518A48 background

This text has white color on #518A48 background.