COLOR #519175

HEX: #519175
RGB: (81,145,117)

Color info

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

RGB color model

#519175 color RGB value is (81,145,117).

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

RGB channels and saturation

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

81
145
117

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

Portions of RGB colors in percentages

R + G + B =
81 + 145 + 117 = 343 (100%)
R 81 of 343 ~ 23.62%
G 145 of 343 ~ 42.27%
B 117 of 343 ~ 34.11%

%23.62
%42.27
%34.11

CMYK color model

#519175 color CMYK value is (44,0,19,43).

  • cyan value is 44.14%
  • magenta value is 0.00%
  • yellow value is 19.31%
  • key color value is 43.14%
CMYK:
(44,0,19,43)
C44M0Y19K43 
(44%,0%,19%,43%)
(0.44/0.00/0.19/0.43)	

CMYK percentages

%44.14
%0
%19.31
%43.14

Codes

Color #519175 in popluar color models

519175
RGB81145117
HSL154°28.32%44.31%
HSB/HSV154°44.14%56.86%
CMYK44.14%0.00%19.31%
43.14%

Color #519175 in popluar number systems.

HEX519175
Decimal81145117
Binary1010001100100011110101
Octal121221165

Shades and tints

Shades of #519175

#519175
(81,145,117)
#4A846B
(74,132,107)
#437761
(67,119,97)
#3C6A57
(60,106,87)
#355D4D
(53,93,77)
#2E5043
(46,80,67)
#274339
(39,67,57)
#20362F
(32,54,47)
#192925
(25,41,37)
#121C1B
(18,28,27)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #519175

#519175
(81,145,117)
#609B81
(96,155,129)
#6FA58D
(111,165,141)
#7EAF99
(126,175,153)
#8DB9A5
(141,185,165)
#9CC3B1
(156,195,177)
#ABCDBD
(171,205,189)
#BAD7C9
(186,215,201)
#C9E1D5
(201,225,213)
#D8EBE1
(216,235,225)
#E7F5ED
(231,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #519175; }

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

This text font color is #519175.


Background Color

.myBgColor { background-color: #519175; }

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

This div background color is #519175.


Border color

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

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

This div border color is #519175.


Opacity

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

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

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

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

This text has shadow with #519175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519175 on black background.


Color preview on white background

This text has color #519175 on white background.



Black color preview on #519175 background

This text has black color on #519175 background.


White color preview on #519175 background

This text has white color on #519175 background.