COLOR #519275

HEX: #519275
RGB: (81,146,117)

Color info

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

RGB color model

#519275 color RGB value is (81,146,117).

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

RGB channels and saturation

R 81 of 255 = 32%
G 146 of 255 = 57%
B 117 of 255 = 46%

81
146
117

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

Portions of RGB colors in percentages

R + G + B =
81 + 146 + 117 = 344 (100%)
R 81 of 344 ~ 23.55%
G 146 of 344 ~ 42.44%
B 117 of 344 ~ 34.01%

%23.55
%42.44
%34.01

CMYK color model

#519275 color CMYK value is (45,0,20,43).

  • cyan value is 44.52%
  • magenta value is 0.00%
  • yellow value is 19.86%
  • key color value is 42.75%
CMYK:
(45,0,20,43)
C45M0Y20K43 
(45%,0%,20%,43%)
(0.45/0.00/0.20/0.43)	

CMYK percentages

%44.52
%0
%19.86
%42.75

Codes

Color #519275 in popluar color models

519275
RGB81146117
HSL153°28.63%44.51%
HSB/HSV153°44.52%57.25%
CMYK44.52%0.00%19.86%
42.75%

Color #519275 in popluar number systems.

HEX519275
Decimal81146117
Binary1010001100100101110101
Octal121222165

Shades and tints

Shades of #519275

#519275
(81,146,117)
#4A856B
(74,133,107)
#437861
(67,120,97)
#3C6B57
(60,107,87)
#355E4D
(53,94,77)
#2E5143
(46,81,67)
#274439
(39,68,57)
#20372F
(32,55,47)
#192A25
(25,42,37)
#121D1B
(18,29,27)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #519275

#519275
(81,146,117)
#609B81
(96,155,129)
#6FA48D
(111,164,141)
#7EAD99
(126,173,153)
#8DB6A5
(141,182,165)
#9CBFB1
(156,191,177)
#ABC8BD
(171,200,189)
#BAD1C9
(186,209,201)
#C9DAD5
(201,218,213)
#D8E3E1
(216,227,225)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #519275; }

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

This text font color is #519275.


Background Color

.myBgColor { background-color: #519275; }

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

This div background color is #519275.


Border color

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

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

This div border color is #519275.


Opacity

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

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

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

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

This text has shadow with #519275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519275 on black background.


Color preview on white background

This text has color #519275 on white background.



Black color preview on #519275 background

This text has black color on #519275 background.


White color preview on #519275 background

This text has white color on #519275 background.