COLOR #519965

HEX: #519965
RGB: (81,153,101)

Color info

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

RGB color model

#519965 color RGB value is (81,153,101).

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

RGB channels and saturation

R 81 of 255 = 32%
G 153 of 255 = 60%
B 101 of 255 = 40%

81
153
101

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

Portions of RGB colors in percentages

R + G + B =
81 + 153 + 101 = 335 (100%)
R 81 of 335 ~ 24.18%
G 153 of 335 ~ 45.67%
B 101 of 335 ~ 30.15%

%24.18
%45.67
%30.15

CMYK color model

#519965 color CMYK value is (47,0,34,40).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 33.99%
  • key color value is 40.00%
CMYK:
(47,0,34,40)
C47M0Y34K40 
(47%,0%,34%,40%)
(0.47/0.00/0.34/0.40)	

CMYK percentages

%47.06
%0
%33.99
%40

Codes

Color #519965 in popluar color models

519965
RGB81153101
HSL137°30.77%45.88%
HSB/HSV137°47.06%60.00%
CMYK47.06%0.00%33.99%
40.00%

Color #519965 in popluar number systems.

HEX519965
Decimal81153101
Binary1010001100110011100101
Octal121231145

Shades and tints

Shades of #519965

#519965
(81,153,101)
#4A8C5C
(74,140,92)
#437F53
(67,127,83)
#3C724A
(60,114,74)
#356541
(53,101,65)
#2E5838
(46,88,56)
#274B2F
(39,75,47)
#203E26
(32,62,38)
#19311D
(25,49,29)
#122414
(18,36,20)
#0B170B
(11,23,11)
#000000
(0,0,0)

Tints of #519965

#519965
(81,153,101)
#60A273
(96,162,115)
#6FAB81
(111,171,129)
#7EB48F
(126,180,143)
#8DBD9D
(141,189,157)
#9CC6AB
(156,198,171)
#ABCFB9
(171,207,185)
#BAD8C7
(186,216,199)
#C9E1D5
(201,225,213)
#D8EAE3
(216,234,227)
#E7F3F1
(231,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #519965; }

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

This text font color is #519965.


Background Color

.myBgColor { background-color: #519965; }

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

This div background color is #519965.


Border color

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

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

This div border color is #519965.


Opacity

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

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

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

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

This text has shadow with #519965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519965 on black background.


Color preview on white background

This text has color #519965 on white background.



Black color preview on #519965 background

This text has black color on #519965 background.


White color preview on #519965 background

This text has white color on #519965 background.