COLOR #518945

HEX: #518945
RGB: (81,137,69)

Color info

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

RGB color model

#518945 color RGB value is (81,137,69).

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

RGB channels and saturation

R 81 of 255 = 32%
G 137 of 255 = 54%
B 69 of 255 = 27%

81
137
69

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

Portions of RGB colors in percentages

R + G + B =
81 + 137 + 69 = 287 (100%)
R 81 of 287 ~ 28.22%
G 137 of 287 ~ 47.74%
B 69 of 287 ~ 24.04%

%28.22
%47.74
%24.04

CMYK color model

#518945 color CMYK value is (41,0,50,46).

  • cyan value is 40.88%
  • magenta value is 0.00%
  • yellow value is 49.64%
  • key color value is 46.27%
CMYK:
(41,0,50,46)
C41M0Y50K46 
(41%,0%,50%,46%)
(0.41/0.00/0.50/0.46)	

CMYK percentages

%40.88
%0
%49.64
%46.27

Codes

Color #518945 in popluar color models

518945
RGB8113769
HSL109°33.01%40.39%
HSB/HSV109°49.64%53.73%
CMYK40.88%0.00%49.64%
46.27%

Color #518945 in popluar number systems.

HEX518945
Decimal8113769
Binary1010001100010011000101
Octal121211105

Shades and tints

Shades of #518945

#518945
(81,137,69)
#4A7D3F
(74,125,63)
#437139
(67,113,57)
#3C6533
(60,101,51)
#35592D
(53,89,45)
#2E4D27
(46,77,39)
#274121
(39,65,33)
#20351B
(32,53,27)
#192915
(25,41,21)
#121D0F
(18,29,15)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #518945

#518945
(81,137,69)
#609355
(96,147,85)
#6F9D65
(111,157,101)
#7EA775
(126,167,117)
#8DB185
(141,177,133)
#9CBB95
(156,187,149)
#ABC5A5
(171,197,165)
#BACFB5
(186,207,181)
#C9D9C5
(201,217,197)
#D8E3D5
(216,227,213)
#E7EDE5
(231,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #518945; }

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

This text font color is #518945.


Background Color

.myBgColor { background-color: #518945; }

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

This div background color is #518945.


Border color

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

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

This div border color is #518945.


Opacity

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

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

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

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

This text has shadow with #518945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518945 on black background.


Color preview on white background

This text has color #518945 on white background.



Black color preview on #518945 background

This text has black color on #518945 background.


White color preview on #518945 background

This text has white color on #518945 background.