COLOR #519362

HEX: #519362
RGB: (81,147,98)

Color info

#519362 contains mainly green and blue colors. Web safe color of #519362 is #669966 (or #696).

RGB color model

#519362 color RGB value is (81,147,98).

  • red value is 81;
  • green value is 147;
  • blue value is 98.
RGB:
(81,147,98)
(32%,58%,38%)

RGB channels and saturation

R 81 of 255 = 32%
G 147 of 255 = 58%
B 98 of 255 = 38%

81
147
98

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

Portions of RGB colors in percentages

R + G + B =
81 + 147 + 98 = 326 (100%)
R 81 of 326 ~ 24.85%
G 147 of 326 ~ 45.09%
B 98 of 326 ~ 30.06%

%24.85
%45.09
%30.06

CMYK color model

#519362 color CMYK value is (45,0,33,42).

  • cyan value is 44.90%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 42.35%
CMYK:
(45,0,33,42)
C45M0Y33K42 
(45%,0%,33%,42%)
(0.45/0.00/0.33/0.42)	

CMYK percentages

%44.9
%0
%33.33
%42.35

Codes

Color #519362 in popluar color models

519362
RGB8114798
HSL135°28.95%44.71%
HSB/HSV135°44.90%57.65%
CMYK44.90%0.00%33.33%
42.35%

Color #519362 in popluar number systems.

HEX519362
Decimal8114798
Binary1010001100100111100010
Octal121223142

Shades and tints

Shades of #519362

#519362
(81,147,98)
#4A865A
(74,134,90)
#437952
(67,121,82)
#3C6C4A
(60,108,74)
#355F42
(53,95,66)
#2E523A
(46,82,58)
#274532
(39,69,50)
#20382A
(32,56,42)
#192B22
(25,43,34)
#121E1A
(18,30,26)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #519362

#519362
(81,147,98)
#609C70
(96,156,112)
#6FA57E
(111,165,126)
#7EAE8C
(126,174,140)
#8DB79A
(141,183,154)
#9CC0A8
(156,192,168)
#ABC9B6
(171,201,182)
#BAD2C4
(186,210,196)
#C9DBD2
(201,219,210)
#D8E4E0
(216,228,224)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519362 color. Also use rgb(81,147,98) instead hex code.

Text Font Color

.myTextColor { color: #519362; }

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

This text font color is #519362.


Background Color

.myBgColor { background-color: #519362; }

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

This div background color is #519362.


Border color

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

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

This div border color is #519362.


Opacity

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

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

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

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

This text has shadow with #519362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519362 on black background.


Color preview on white background

This text has color #519362 on white background.



Black color preview on #519362 background

This text has black color on #519362 background.


White color preview on #519362 background

This text has white color on #519362 background.