COLOR #519567

HEX: #519567
RGB: (81,149,103)

Color info

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

RGB color model

#519567 color RGB value is (81,149,103).

  • red value is 81;
  • green value is 149;
  • blue value is 103.
RGB:
(81,149,103)
(32%,58%,40%)

RGB channels and saturation

R 81 of 255 = 32%
G 149 of 255 = 58%
B 103 of 255 = 40%

81
149
103

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

Portions of RGB colors in percentages

R + G + B =
81 + 149 + 103 = 333 (100%)
R 81 of 333 ~ 24.32%
G 149 of 333 ~ 44.74%
B 103 of 333 ~ 30.93%

%24.32
%44.74
%30.93

CMYK color model

#519567 color CMYK value is (46,0,31,42).

  • cyan value is 45.64%
  • magenta value is 0.00%
  • yellow value is 30.87%
  • key color value is 41.57%
CMYK:
(46,0,31,42)
C46M0Y31K42 
(46%,0%,31%,42%)
(0.46/0.00/0.31/0.42)	

CMYK percentages

%45.64
%0
%30.87
%41.57

Codes

Color #519567 in popluar color models

519567
RGB81149103
HSL139°29.57%45.10%
HSB/HSV139°45.64%58.43%
CMYK45.64%0.00%30.87%
41.57%

Color #519567 in popluar number systems.

HEX519567
Decimal81149103
Binary1010001100101011100111
Octal121225147

Shades and tints

Shades of #519567

#519567
(81,149,103)
#4A885E
(74,136,94)
#437B55
(67,123,85)
#3C6E4C
(60,110,76)
#356143
(53,97,67)
#2E543A
(46,84,58)
#274731
(39,71,49)
#203A28
(32,58,40)
#192D1F
(25,45,31)
#122016
(18,32,22)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #519567

#519567
(81,149,103)
#609E74
(96,158,116)
#6FA781
(111,167,129)
#7EB08E
(126,176,142)
#8DB99B
(141,185,155)
#9CC2A8
(156,194,168)
#ABCBB5
(171,203,181)
#BAD4C2
(186,212,194)
#C9DDCF
(201,221,207)
#D8E6DC
(216,230,220)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519567 color. Also use rgb(81,149,103) instead hex code.

Text Font Color

.myTextColor { color: #519567; }

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

This text font color is #519567.


Background Color

.myBgColor { background-color: #519567; }

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

This div background color is #519567.


Border color

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

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

This div border color is #519567.


Opacity

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

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

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

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

This text has shadow with #519567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519567 on black background.


Color preview on white background

This text has color #519567 on white background.



Black color preview on #519567 background

This text has black color on #519567 background.


White color preview on #519567 background

This text has white color on #519567 background.