COLOR #518542

HEX: #518542
RGB: (81,133,66)

Color info

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

RGB color model

#518542 color RGB value is (81,133,66).

  • red value is 81;
  • green value is 133;
  • blue value is 66.
RGB:
(81,133,66)
(32%,52%,26%)

RGB channels and saturation

R 81 of 255 = 32%
G 133 of 255 = 52%
B 66 of 255 = 26%

81
133
66

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

Portions of RGB colors in percentages

R + G + B =
81 + 133 + 66 = 280 (100%)
R 81 of 280 ~ 28.93%
G 133 of 280 ~ 47.5%
B 66 of 280 ~ 23.57%

%28.93
%47.5
%23.57

CMYK color model

#518542 color CMYK value is (39,0,50,48).

  • cyan value is 39.10%
  • magenta value is 0.00%
  • yellow value is 50.38%
  • key color value is 47.84%
CMYK:
(39,0,50,48)
C39M0Y50K48 
(39%,0%,50%,48%)
(0.39/0.00/0.50/0.48)	

CMYK percentages

%39.1
%0
%50.38
%47.84

Codes

Color #518542 in popluar color models

518542
RGB8113366
HSL107°33.67%39.02%
HSB/HSV107°50.38%52.16%
CMYK39.10%0.00%50.38%
47.84%

Color #518542 in popluar number systems.

HEX518542
Decimal8113366
Binary1010001100001011000010
Octal121205102

Shades and tints

Shades of #518542

#518542
(81,133,66)
#4A793C
(74,121,60)
#436D36
(67,109,54)
#3C6130
(60,97,48)
#35552A
(53,85,42)
#2E4924
(46,73,36)
#273D1E
(39,61,30)
#203118
(32,49,24)
#192512
(25,37,18)
#12190C
(18,25,12)
#0B0D06
(11,13,6)
#000000
(0,0,0)

Tints of #518542

#518542
(81,133,66)
#609053
(96,144,83)
#6F9B64
(111,155,100)
#7EA675
(126,166,117)
#8DB186
(141,177,134)
#9CBC97
(156,188,151)
#ABC7A8
(171,199,168)
#BAD2B9
(186,210,185)
#C9DDCA
(201,221,202)
#D8E8DB
(216,232,219)
#E7F3EC
(231,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518542 color. Also use rgb(81,133,66) instead hex code.

Text Font Color

.myTextColor { color: #518542; }

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

This text font color is #518542.


Background Color

.myBgColor { background-color: #518542; }

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

This div background color is #518542.


Border color

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

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

This div border color is #518542.


Opacity

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

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

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

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

This text has shadow with #518542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518542 on black background.


Color preview on white background

This text has color #518542 on white background.



Black color preview on #518542 background

This text has black color on #518542 background.


White color preview on #518542 background

This text has white color on #518542 background.