COLOR #518154

HEX: #518154
RGB: (81,129,84)

Color info

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

RGB color model

#518154 color RGB value is (81,129,84).

  • red value is 81;
  • green value is 129;
  • blue value is 84.
RGB:
(81,129,84)
(32%,51%,33%)

RGB channels and saturation

R 81 of 255 = 32%
G 129 of 255 = 51%
B 84 of 255 = 33%

81
129
84

R + G + B ~ 39%. #518154 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 129 + 84 = 294 (100%)
R 81 of 294 ~ 27.55%
G 129 of 294 ~ 43.88%
B 84 of 294 ~ 28.57%

%27.55
%43.88
%28.57

CMYK color model

#518154 color CMYK value is (37,0,35,49).

  • cyan value is 37.21%
  • magenta value is 0.00%
  • yellow value is 34.88%
  • key color value is 49.41%
CMYK:
(37,0,35,49)
C37M0Y35K49 
(37%,0%,35%,49%)
(0.37/0.00/0.35/0.49)	

CMYK percentages

%37.21
%0
%34.88
%49.41

Codes

Color #518154 in popluar color models

518154
RGB8112984
HSL124°22.86%41.18%
HSB/HSV124°37.21%50.59%
CMYK37.21%0.00%34.88%
49.41%

Color #518154 in popluar number systems.

HEX518154
Decimal8112984
Binary1010001100000011010100
Octal121201124

Shades and tints

Shades of #518154

#518154
(81,129,84)
#4A764D
(74,118,77)
#436B46
(67,107,70)
#3C603F
(60,96,63)
#355538
(53,85,56)
#2E4A31
(46,74,49)
#273F2A
(39,63,42)
#203423
(32,52,35)
#19291C
(25,41,28)
#121E15
(18,30,21)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #518154

#518154
(81,129,84)
#608C63
(96,140,99)
#6F9772
(111,151,114)
#7EA281
(126,162,129)
#8DAD90
(141,173,144)
#9CB89F
(156,184,159)
#ABC3AE
(171,195,174)
#BACEBD
(186,206,189)
#C9D9CC
(201,217,204)
#D8E4DB
(216,228,219)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518154 color. Also use rgb(81,129,84) instead hex code.

Text Font Color

.myTextColor { color: #518154; }

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

This text font color is #518154.


Background Color

.myBgColor { background-color: #518154; }

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

This div background color is #518154.


Border color

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

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

This div border color is #518154.


Opacity

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

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

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

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

This text has shadow with #518154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518154 on black background.


Color preview on white background

This text has color #518154 on white background.



Black color preview on #518154 background

This text has black color on #518154 background.


White color preview on #518154 background

This text has white color on #518154 background.