COLOR #509170

HEX: #509170
RGB: (80,145,112)

Color info

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

RGB color model

#509170 color RGB value is (80,145,112).

  • red value is 80;
  • green value is 145;
  • blue value is 112.
RGB:
(80,145,112)
(31%,57%,44%)

RGB channels and saturation

R 80 of 255 = 31%
G 145 of 255 = 57%
B 112 of 255 = 44%

80
145
112

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

Portions of RGB colors in percentages

R + G + B =
80 + 145 + 112 = 337 (100%)
R 80 of 337 ~ 23.74%
G 145 of 337 ~ 43.03%
B 112 of 337 ~ 33.23%

%23.74
%43.03
%33.23

CMYK color model

#509170 color CMYK value is (45,0,23,43).

  • cyan value is 44.83%
  • magenta value is 0.00%
  • yellow value is 22.76%
  • key color value is 43.14%
CMYK:
(45,0,23,43)
C45M0Y23K43 
(45%,0%,23%,43%)
(0.45/0.00/0.23/0.43)	

CMYK percentages

%44.83
%0
%22.76
%43.14

Codes

Color #509170 in popluar color models

509170
RGB80145112
HSL150°28.89%44.12%
HSB/HSV150°44.83%56.86%
CMYK44.83%0.00%22.76%
43.14%

Color #509170 in popluar number systems.

HEX509170
Decimal80145112
Binary1010000100100011110000
Octal120221160

Shades and tints

Shades of #509170

#509170
(80,145,112)
#498466
(73,132,102)
#42775C
(66,119,92)
#3B6A52
(59,106,82)
#345D48
(52,93,72)
#2D503E
(45,80,62)
#264334
(38,67,52)
#1F362A
(31,54,42)
#182920
(24,41,32)
#111C16
(17,28,22)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #509170

#509170
(80,145,112)
#5F9B7D
(95,155,125)
#6EA58A
(110,165,138)
#7DAF97
(125,175,151)
#8CB9A4
(140,185,164)
#9BC3B1
(155,195,177)
#AACDBE
(170,205,190)
#B9D7CB
(185,215,203)
#C8E1D8
(200,225,216)
#D7EBE5
(215,235,229)
#E6F5F2
(230,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509170 color. Also use rgb(80,145,112) instead hex code.

Text Font Color

.myTextColor { color: #509170; }

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

This text font color is #509170.


Background Color

.myBgColor { background-color: #509170; }

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

This div background color is #509170.


Border color

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

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

This div border color is #509170.


Opacity

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

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

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

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

This text has shadow with #509170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509170 on black background.


Color preview on white background

This text has color #509170 on white background.



Black color preview on #509170 background

This text has black color on #509170 background.


White color preview on #509170 background

This text has white color on #509170 background.