COLOR #519061

HEX: #519061
RGB: (81,144,97)

Color info

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

RGB color model

#519061 color RGB value is (81,144,97).

  • red value is 81;
  • green value is 144;
  • blue value is 97.
RGB:
(81,144,97)
(32%,56%,38%)

RGB channels and saturation

R 81 of 255 = 32%
G 144 of 255 = 56%
B 97 of 255 = 38%

81
144
97

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

Portions of RGB colors in percentages

R + G + B =
81 + 144 + 97 = 322 (100%)
R 81 of 322 ~ 25.16%
G 144 of 322 ~ 44.72%
B 97 of 322 ~ 30.12%

%25.16
%44.72
%30.12

CMYK color model

#519061 color CMYK value is (44,0,33,44).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 32.64%
  • key color value is 43.53%
CMYK:
(44,0,33,44)
C44M0Y33K44 
(44%,0%,33%,44%)
(0.44/0.00/0.33/0.44)	

CMYK percentages

%43.75
%0
%32.64
%43.53

Codes

Color #519061 in popluar color models

519061
RGB8114497
HSL135°28.00%44.12%
HSB/HSV135°43.75%56.47%
CMYK43.75%0.00%32.64%
43.53%

Color #519061 in popluar number systems.

HEX519061
Decimal8114497
Binary1010001100100001100001
Octal121220141

Shades and tints

Shades of #519061

#519061
(81,144,97)
#4A8359
(74,131,89)
#437651
(67,118,81)
#3C6949
(60,105,73)
#355C41
(53,92,65)
#2E4F39
(46,79,57)
#274231
(39,66,49)
#203529
(32,53,41)
#192821
(25,40,33)
#121B19
(18,27,25)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #519061

#519061
(81,144,97)
#609A6F
(96,154,111)
#6FA47D
(111,164,125)
#7EAE8B
(126,174,139)
#8DB899
(141,184,153)
#9CC2A7
(156,194,167)
#ABCCB5
(171,204,181)
#BAD6C3
(186,214,195)
#C9E0D1
(201,224,209)
#D8EADF
(216,234,223)
#E7F4ED
(231,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519061 color. Also use rgb(81,144,97) instead hex code.

Text Font Color

.myTextColor { color: #519061; }

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

This text font color is #519061.


Background Color

.myBgColor { background-color: #519061; }

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

This div background color is #519061.


Border color

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

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

This div border color is #519061.


Opacity

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

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

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

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

This text has shadow with #519061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519061 on black background.


Color preview on white background

This text has color #519061 on white background.



Black color preview on #519061 background

This text has black color on #519061 background.


White color preview on #519061 background

This text has white color on #519061 background.