COLOR #519C55

HEX: #519C55
RGB: (81,156,85)

Color info

#519C55 contains mainly green color. Web safe color of #519C55 is #669966 (or #696).

RGB color model

#519C55 color RGB value is (81,156,85).

  • red value is 81;
  • green value is 156;
  • blue value is 85.
RGB:
(81,156,85)
(32%,61%,33%)

RGB channels and saturation

R 81 of 255 = 32%
G 156 of 255 = 61%
B 85 of 255 = 33%

81
156
85

R + G + B ~ 42%. #519C55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 156 + 85 = 322 (100%)
R 81 of 322 ~ 25.16%
G 156 of 322 ~ 48.45%
B 85 of 322 ~ 26.4%

%25.16
%48.45
%26.4

CMYK color model

#519C55 color CMYK value is (48,0,46,39).

  • cyan value is 48.08%
  • magenta value is 0.00%
  • yellow value is 45.51%
  • key color value is 38.82%
CMYK:
(48,0,46,39)
C48M0Y46K39 
(48%,0%,46%,39%)
(0.48/0.00/0.46/0.39)	

CMYK percentages

%48.08
%0
%45.51
%38.82

Codes

Color #519C55 in popluar color models

519C55
RGB8115685
HSL123°31.65%46.47%
HSB/HSV123°48.08%61.18%
CMYK48.08%0.00%45.51%
38.82%

Color #519C55 in popluar number systems.

HEX519C55
Decimal8115685
Binary1010001100111001010101
Octal121234125

Shades and tints

Shades of #519C55

#519C55
(81,156,85)
#4A8E4E
(74,142,78)
#438047
(67,128,71)
#3C7240
(60,114,64)
#356439
(53,100,57)
#2E5632
(46,86,50)
#27482B
(39,72,43)
#203A24
(32,58,36)
#192C1D
(25,44,29)
#121E16
(18,30,22)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #519C55

#519C55
(81,156,85)
#60A564
(96,165,100)
#6FAE73
(111,174,115)
#7EB782
(126,183,130)
#8DC091
(141,192,145)
#9CC9A0
(156,201,160)
#ABD2AF
(171,210,175)
#BADBBE
(186,219,190)
#C9E4CD
(201,228,205)
#D8EDDC
(216,237,220)
#E7F6EB
(231,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519C55 color. Also use rgb(81,156,85) instead hex code.

Text Font Color

.myTextColor { color: #519C55; }

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

This text font color is #519C55.


Background Color

.myBgColor { background-color: #519C55; }

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

This div background color is #519C55.


Border color

.myBorderColor { border: 1px solid #519C55; }

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

This div border color is #519C55.


Opacity

.myOpacity80 { color: #519C55; opacity: 0.8; }

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

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

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

This text has shadow with #519C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519C55 on black background.


Color preview on white background

This text has color #519C55 on white background.



Black color preview on #519C55 background

This text has black color on #519C55 background.


White color preview on #519C55 background

This text has white color on #519C55 background.