COLOR #519B5B

HEX: #519B5B
RGB: (81,155,91)

Color info

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

RGB color model

#519B5B color RGB value is (81,155,91).

  • red value is 81;
  • green value is 155;
  • blue value is 91.
RGB:
(81,155,91)
(32%,61%,36%)

RGB channels and saturation

R 81 of 255 = 32%
G 155 of 255 = 61%
B 91 of 255 = 36%

81
155
91

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

Portions of RGB colors in percentages

R + G + B =
81 + 155 + 91 = 327 (100%)
R 81 of 327 ~ 24.77%
G 155 of 327 ~ 47.4%
B 91 of 327 ~ 27.83%

%24.77
%47.4
%27.83

CMYK color model

#519B5B color CMYK value is (48,0,41,39).

  • cyan value is 47.74%
  • magenta value is 0.00%
  • yellow value is 41.29%
  • key color value is 39.22%
CMYK:
(48,0,41,39)
C48M0Y41K39 
(48%,0%,41%,39%)
(0.48/0.00/0.41/0.39)	

CMYK percentages

%47.74
%0
%41.29
%39.22

Codes

Color #519B5B in popluar color models

519B5B
RGB8115591
HSL128°31.36%46.27%
HSB/HSV128°47.74%60.78%
CMYK47.74%0.00%41.29%
39.22%

Color #519B5B in popluar number systems.

HEX519B5B
Decimal8115591
Binary1010001100110111011011
Octal121233133

Shades and tints

Shades of #519B5B

#519B5B
(81,155,91)
#4A8D53
(74,141,83)
#437F4B
(67,127,75)
#3C7143
(60,113,67)
#35633B
(53,99,59)
#2E5533
(46,85,51)
#27472B
(39,71,43)
#203923
(32,57,35)
#192B1B
(25,43,27)
#121D13
(18,29,19)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #519B5B

#519B5B
(81,155,91)
#60A469
(96,164,105)
#6FAD77
(111,173,119)
#7EB685
(126,182,133)
#8DBF93
(141,191,147)
#9CC8A1
(156,200,161)
#ABD1AF
(171,209,175)
#BADABD
(186,218,189)
#C9E3CB
(201,227,203)
#D8ECD9
(216,236,217)
#E7F5E7
(231,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519B5B color. Also use rgb(81,155,91) instead hex code.

Text Font Color

.myTextColor { color: #519B5B; }

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

This text font color is #519B5B.


Background Color

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

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

This div background color is #519B5B.


Border color

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

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

This div border color is #519B5B.


Opacity

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

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

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

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

This text has shadow with #519B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519B5B on black background.


Color preview on white background

This text has color #519B5B on white background.



Black color preview on #519B5B background

This text has black color on #519B5B background.


White color preview on #519B5B background

This text has white color on #519B5B background.