COLOR #519648

HEX: #519648
RGB: (81,150,72)

Color info

#519648 contains mainly green color. Web safe color of #519648 is #669933 (or #693).

RGB color model

#519648 color RGB value is (81,150,72).

  • red value is 81;
  • green value is 150;
  • blue value is 72.
RGB:
(81,150,72)
(32%,59%,28%)

RGB channels and saturation

R 81 of 255 = 32%
G 150 of 255 = 59%
B 72 of 255 = 28%

81
150
72

R + G + B ~ 40%. #519648 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 150 + 72 = 303 (100%)
R 81 of 303 ~ 26.73%
G 150 of 303 ~ 49.5%
B 72 of 303 ~ 23.76%

%26.73
%49.5
%23.76

CMYK color model

#519648 color CMYK value is (46,0,52,41).

  • cyan value is 46.00%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 41.18%
CMYK:
(46,0,52,41)
C46M0Y52K41 
(46%,0%,52%,41%)
(0.46/0.00/0.52/0.41)	

CMYK percentages

%46
%0
%52
%41.18

Codes

Color #519648 in popluar color models

519648
RGB8115072
HSL113°35.14%43.53%
HSB/HSV113°52.00%58.82%
CMYK46.00%0.00%52.00%
41.18%

Color #519648 in popluar number systems.

HEX519648
Decimal8115072
Binary1010001100101101001000
Octal121226110

Shades and tints

Shades of #519648

#519648
(81,150,72)
#4A8942
(74,137,66)
#437C3C
(67,124,60)
#3C6F36
(60,111,54)
#356230
(53,98,48)
#2E552A
(46,85,42)
#274824
(39,72,36)
#203B1E
(32,59,30)
#192E18
(25,46,24)
#122112
(18,33,18)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #519648

#519648
(81,150,72)
#609F58
(96,159,88)
#6FA868
(111,168,104)
#7EB178
(126,177,120)
#8DBA88
(141,186,136)
#9CC398
(156,195,152)
#ABCCA8
(171,204,168)
#BAD5B8
(186,213,184)
#C9DEC8
(201,222,200)
#D8E7D8
(216,231,216)
#E7F0E8
(231,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519648 color. Also use rgb(81,150,72) instead hex code.

Text Font Color

.myTextColor { color: #519648; }

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

This text font color is #519648.


Background Color

.myBgColor { background-color: #519648; }

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

This div background color is #519648.


Border color

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

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

This div border color is #519648.


Opacity

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

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

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

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

This text has shadow with #519648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519648 on black background.


Color preview on white background

This text has color #519648 on white background.



Black color preview on #519648 background

This text has black color on #519648 background.


White color preview on #519648 background

This text has white color on #519648 background.