COLOR #519475

HEX: #519475
RGB: (81,148,117)

Color info

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

RGB color model

#519475 color RGB value is (81,148,117).

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

RGB channels and saturation

R 81 of 255 = 32%
G 148 of 255 = 58%
B 117 of 255 = 46%

81
148
117

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

Portions of RGB colors in percentages

R + G + B =
81 + 148 + 117 = 346 (100%)
R 81 of 346 ~ 23.41%
G 148 of 346 ~ 42.77%
B 117 of 346 ~ 33.82%

%23.41
%42.77
%33.82

CMYK color model

#519475 color CMYK value is (45,0,21,42).

  • cyan value is 45.27%
  • magenta value is 0.00%
  • yellow value is 20.95%
  • key color value is 41.96%
CMYK:
(45,0,21,42)
C45M0Y21K42 
(45%,0%,21%,42%)
(0.45/0.00/0.21/0.42)	

CMYK percentages

%45.27
%0
%20.95
%41.96

Codes

Color #519475 in popluar color models

519475
RGB81148117
HSL152°29.26%44.90%
HSB/HSV152°45.27%58.04%
CMYK45.27%0.00%20.95%
41.96%

Color #519475 in popluar number systems.

HEX519475
Decimal81148117
Binary1010001100101001110101
Octal121224165

Shades and tints

Shades of #519475

#519475
(81,148,117)
#4A876B
(74,135,107)
#437A61
(67,122,97)
#3C6D57
(60,109,87)
#35604D
(53,96,77)
#2E5343
(46,83,67)
#274639
(39,70,57)
#20392F
(32,57,47)
#192C25
(25,44,37)
#121F1B
(18,31,27)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #519475

#519475
(81,148,117)
#609D81
(96,157,129)
#6FA68D
(111,166,141)
#7EAF99
(126,175,153)
#8DB8A5
(141,184,165)
#9CC1B1
(156,193,177)
#ABCABD
(171,202,189)
#BAD3C9
(186,211,201)
#C9DCD5
(201,220,213)
#D8E5E1
(216,229,225)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #519475; }

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

This text font color is #519475.


Background Color

.myBgColor { background-color: #519475; }

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

This div background color is #519475.


Border color

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

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

This div border color is #519475.


Opacity

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

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

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

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

This text has shadow with #519475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519475 on black background.


Color preview on white background

This text has color #519475 on white background.



Black color preview on #519475 background

This text has black color on #519475 background.


White color preview on #519475 background

This text has white color on #519475 background.