COLOR #519179

HEX: #519179
RGB: (81,145,121)

Color info

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

RGB color model

#519179 color RGB value is (81,145,121).

  • red value is 81;
  • green value is 145;
  • blue value is 121.
RGB:
(81,145,121)
(32%,57%,47%)

RGB channels and saturation

R 81 of 255 = 32%
G 145 of 255 = 57%
B 121 of 255 = 47%

81
145
121

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

Portions of RGB colors in percentages

R + G + B =
81 + 145 + 121 = 347 (100%)
R 81 of 347 ~ 23.34%
G 145 of 347 ~ 41.79%
B 121 of 347 ~ 34.87%

%23.34
%41.79
%34.87

CMYK color model

#519179 color CMYK value is (44,0,17,43).

  • cyan value is 44.14%
  • magenta value is 0.00%
  • yellow value is 16.55%
  • key color value is 43.14%
CMYK:
(44,0,17,43)
C44M0Y17K43 
(44%,0%,17%,43%)
(0.44/0.00/0.17/0.43)	

CMYK percentages

%44.14
%0
%16.55
%43.14

Codes

Color #519179 in popluar color models

519179
RGB81145121
HSL158°28.32%44.31%
HSB/HSV158°44.14%56.86%
CMYK44.14%0.00%16.55%
43.14%

Color #519179 in popluar number systems.

HEX519179
Decimal81145121
Binary1010001100100011111001
Octal121221171

Shades and tints

Shades of #519179

#519179
(81,145,121)
#4A846E
(74,132,110)
#437763
(67,119,99)
#3C6A58
(60,106,88)
#355D4D
(53,93,77)
#2E5042
(46,80,66)
#274337
(39,67,55)
#20362C
(32,54,44)
#192921
(25,41,33)
#121C16
(18,28,22)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #519179

#519179
(81,145,121)
#609B85
(96,155,133)
#6FA591
(111,165,145)
#7EAF9D
(126,175,157)
#8DB9A9
(141,185,169)
#9CC3B5
(156,195,181)
#ABCDC1
(171,205,193)
#BAD7CD
(186,215,205)
#C9E1D9
(201,225,217)
#D8EBE5
(216,235,229)
#E7F5F1
(231,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519179 color. Also use rgb(81,145,121) instead hex code.

Text Font Color

.myTextColor { color: #519179; }

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

This text font color is #519179.


Background Color

.myBgColor { background-color: #519179; }

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

This div background color is #519179.


Border color

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

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

This div border color is #519179.


Opacity

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

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

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

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

This text has shadow with #519179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519179 on black background.


Color preview on white background

This text has color #519179 on white background.



Black color preview on #519179 background

This text has black color on #519179 background.


White color preview on #519179 background

This text has white color on #519179 background.