COLOR #519065

HEX: #519065
RGB: (81,144,101)

Color info

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

RGB color model

#519065 color RGB value is (81,144,101).

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

RGB channels and saturation

R 81 of 255 = 32%
G 144 of 255 = 56%
B 101 of 255 = 40%

81
144
101

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

Portions of RGB colors in percentages

R + G + B =
81 + 144 + 101 = 326 (100%)
R 81 of 326 ~ 24.85%
G 144 of 326 ~ 44.17%
B 101 of 326 ~ 30.98%

%24.85
%44.17
%30.98

CMYK color model

#519065 color CMYK value is (44,0,30,44).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 29.86%
  • key color value is 43.53%
CMYK:
(44,0,30,44)
C44M0Y30K44 
(44%,0%,30%,44%)
(0.44/0.00/0.30/0.44)	

CMYK percentages

%43.75
%0
%29.86
%43.53

Codes

Color #519065 in popluar color models

519065
RGB81144101
HSL139°28.00%44.12%
HSB/HSV139°43.75%56.47%
CMYK43.75%0.00%29.86%
43.53%

Color #519065 in popluar number systems.

HEX519065
Decimal81144101
Binary1010001100100001100101
Octal121220145

Shades and tints

Shades of #519065

#519065
(81,144,101)
#4A835C
(74,131,92)
#437653
(67,118,83)
#3C694A
(60,105,74)
#355C41
(53,92,65)
#2E4F38
(46,79,56)
#27422F
(39,66,47)
#203526
(32,53,38)
#19281D
(25,40,29)
#121B14
(18,27,20)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #519065

#519065
(81,144,101)
#609A73
(96,154,115)
#6FA481
(111,164,129)
#7EAE8F
(126,174,143)
#8DB89D
(141,184,157)
#9CC2AB
(156,194,171)
#ABCCB9
(171,204,185)
#BAD6C7
(186,214,199)
#C9E0D5
(201,224,213)
#D8EAE3
(216,234,227)
#E7F4F1
(231,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #519065; }

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

This text font color is #519065.


Background Color

.myBgColor { background-color: #519065; }

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

This div background color is #519065.


Border color

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

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

This div border color is #519065.


Opacity

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

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

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

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

This text has shadow with #519065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519065 on black background.


Color preview on white background

This text has color #519065 on white background.



Black color preview on #519065 background

This text has black color on #519065 background.


White color preview on #519065 background

This text has white color on #519065 background.