COLOR #518C2A

HEX: #518C2A
RGB: (81,140,42)

Color info

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

RGB color model

#518C2A color RGB value is (81,140,42).

  • red value is 81;
  • green value is 140;
  • blue value is 42.
RGB:
(81,140,42)
(32%,55%,16%)

RGB channels and saturation

R 81 of 255 = 32%
G 140 of 255 = 55%
B 42 of 255 = 16%

81
140
42

R + G + B ~ 34%. #518C2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 140 + 42 = 263 (100%)
R 81 of 263 ~ 30.8%
G 140 of 263 ~ 53.23%
B 42 of 263 ~ 15.97%

%30.8
%53.23
%15.97

CMYK color model

#518C2A color CMYK value is (42,0,70,45).

  • cyan value is 42.14%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 45.10%
CMYK:
(42,0,70,45)
C42M0Y70K45 
(42%,0%,70%,45%)
(0.42/0.00/0.70/0.45)	

CMYK percentages

%42.14
%0
%70
%45.1

Codes

Color #518C2A in popluar color models

518C2A
RGB8114042
HSL96°53.85%35.69%
HSB/HSV96°70.00%54.90%
CMYK42.14%0.00%70.00%
45.10%

Color #518C2A in popluar number systems.

HEX518C2A
Decimal8114042
Binary101000110001100101010
Octal12121452

Shades and tints

Shades of #518C2A

#518C2A
(81,140,42)
#4A8027
(74,128,39)
#437424
(67,116,36)
#3C6821
(60,104,33)
#355C1E
(53,92,30)
#2E501B
(46,80,27)
#274418
(39,68,24)
#203815
(32,56,21)
#192C12
(25,44,18)
#12200F
(18,32,15)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #518C2A

#518C2A
(81,140,42)
#60963D
(96,150,61)
#6FA050
(111,160,80)
#7EAA63
(126,170,99)
#8DB476
(141,180,118)
#9CBE89
(156,190,137)
#ABC89C
(171,200,156)
#BAD2AF
(186,210,175)
#C9DCC2
(201,220,194)
#D8E6D5
(216,230,213)
#E7F0E8
(231,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #518C2A color. Also use rgb(81,140,42) instead hex code.

Text Font Color

.myTextColor { color: #518C2A; }

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

This text font color is #518C2A.


Background Color

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

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

This div background color is #518C2A.


Border color

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

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

This div border color is #518C2A.


Opacity

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

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

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

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

This text has shadow with #518C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #518C2A on black background.


Color preview on white background

This text has color #518C2A on white background.



Black color preview on #518C2A background

This text has black color on #518C2A background.


White color preview on #518C2A background

This text has white color on #518C2A background.