COLOR #519470

HEX: #519470
RGB: (81,148,112)

Color info

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

RGB color model

#519470 color RGB value is (81,148,112).

  • red value is 81;
  • green value is 148;
  • blue value is 112.
RGB:
(81,148,112)
(32%,58%,44%)

RGB channels and saturation

R 81 of 255 = 32%
G 148 of 255 = 58%
B 112 of 255 = 44%

81
148
112

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

Portions of RGB colors in percentages

R + G + B =
81 + 148 + 112 = 341 (100%)
R 81 of 341 ~ 23.75%
G 148 of 341 ~ 43.4%
B 112 of 341 ~ 32.84%

%23.75
%43.4
%32.84

CMYK color model

#519470 color CMYK value is (45,0,24,42).

  • cyan value is 45.27%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 41.96%
CMYK:
(45,0,24,42)
C45M0Y24K42 
(45%,0%,24%,42%)
(0.45/0.00/0.24/0.42)	

CMYK percentages

%45.27
%0
%24.32
%41.96

Codes

Color #519470 in popluar color models

519470
RGB81148112
HSL148°29.26%44.90%
HSB/HSV148°45.27%58.04%
CMYK45.27%0.00%24.32%
41.96%

Color #519470 in popluar number systems.

HEX519470
Decimal81148112
Binary1010001100101001110000
Octal121224160

Shades and tints

Shades of #519470

#519470
(81,148,112)
#4A8766
(74,135,102)
#437A5C
(67,122,92)
#3C6D52
(60,109,82)
#356048
(53,96,72)
#2E533E
(46,83,62)
#274634
(39,70,52)
#20392A
(32,57,42)
#192C20
(25,44,32)
#121F16
(18,31,22)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #519470

#519470
(81,148,112)
#609D7D
(96,157,125)
#6FA68A
(111,166,138)
#7EAF97
(126,175,151)
#8DB8A4
(141,184,164)
#9CC1B1
(156,193,177)
#ABCABE
(171,202,190)
#BAD3CB
(186,211,203)
#C9DCD8
(201,220,216)
#D8E5E5
(216,229,229)
#E7EEF2
(231,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519470 color. Also use rgb(81,148,112) instead hex code.

Text Font Color

.myTextColor { color: #519470; }

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

This text font color is #519470.


Background Color

.myBgColor { background-color: #519470; }

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

This div background color is #519470.


Border color

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

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

This div border color is #519470.


Opacity

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

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

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

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

This text has shadow with #519470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519470 on black background.


Color preview on white background

This text has color #519470 on white background.



Black color preview on #519470 background

This text has black color on #519470 background.


White color preview on #519470 background

This text has white color on #519470 background.