COLOR #518844

HEX: #518844
RGB: (81,136,68)

Color info

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

RGB color model

#518844 color RGB value is (81,136,68).

  • red value is 81;
  • green value is 136;
  • blue value is 68.
RGB:
(81,136,68)
(32%,53%,27%)

RGB channels and saturation

R 81 of 255 = 32%
G 136 of 255 = 53%
B 68 of 255 = 27%

81
136
68

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

Portions of RGB colors in percentages

R + G + B =
81 + 136 + 68 = 285 (100%)
R 81 of 285 ~ 28.42%
G 136 of 285 ~ 47.72%
B 68 of 285 ~ 23.86%

%28.42
%47.72
%23.86

CMYK color model

#518844 color CMYK value is (40,0,50,47).

  • cyan value is 40.44%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 46.67%
CMYK:
(40,0,50,47)
C40M0Y50K47 
(40%,0%,50%,47%)
(0.40/0.00/0.50/0.47)	

CMYK percentages

%40.44
%0
%50
%46.67

Codes

Color #518844 in popluar color models

518844
RGB8113668
HSL109°33.33%40.00%
HSB/HSV109°50.00%53.33%
CMYK40.44%0.00%50.00%
46.67%

Color #518844 in popluar number systems.

HEX518844
Decimal8113668
Binary1010001100010001000100
Octal121210104

Shades and tints

Shades of #518844

#518844
(81,136,68)
#4A7C3E
(74,124,62)
#437038
(67,112,56)
#3C6432
(60,100,50)
#35582C
(53,88,44)
#2E4C26
(46,76,38)
#274020
(39,64,32)
#20341A
(32,52,26)
#192814
(25,40,20)
#121C0E
(18,28,14)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #518844

#518844
(81,136,68)
#609255
(96,146,85)
#6F9C66
(111,156,102)
#7EA677
(126,166,119)
#8DB088
(141,176,136)
#9CBA99
(156,186,153)
#ABC4AA
(171,196,170)
#BACEBB
(186,206,187)
#C9D8CC
(201,216,204)
#D8E2DD
(216,226,221)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518844 color. Also use rgb(81,136,68) instead hex code.

Text Font Color

.myTextColor { color: #518844; }

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

This text font color is #518844.


Background Color

.myBgColor { background-color: #518844; }

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

This div background color is #518844.


Border color

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

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

This div border color is #518844.


Opacity

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

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

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

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

This text has shadow with #518844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518844 on black background.


Color preview on white background

This text has color #518844 on white background.



Black color preview on #518844 background

This text has black color on #518844 background.


White color preview on #518844 background

This text has white color on #518844 background.