COLOR #509678

HEX: #509678
RGB: (80,150,120)

Color info

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

RGB color model

#509678 color RGB value is (80,150,120).

  • red value is 80;
  • green value is 150;
  • blue value is 120.
RGB:
(80,150,120)
(31%,59%,47%)

RGB channels and saturation

R 80 of 255 = 31%
G 150 of 255 = 59%
B 120 of 255 = 47%

80
150
120

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

Portions of RGB colors in percentages

R + G + B =
80 + 150 + 120 = 350 (100%)
R 80 of 350 ~ 22.86%
G 150 of 350 ~ 42.86%
B 120 of 350 ~ 34.29%

%22.86
%42.86
%34.29

CMYK color model

#509678 color CMYK value is (47,0,20,41).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 41.18%
CMYK:
(47,0,20,41)
C47M0Y20K41 
(47%,0%,20%,41%)
(0.47/0.00/0.20/0.41)	

CMYK percentages

%46.67
%0
%20
%41.18

Codes

Color #509678 in popluar color models

509678
RGB80150120
HSL154°30.43%45.10%
HSB/HSV154°46.67%58.82%
CMYK46.67%0.00%20.00%
41.18%

Color #509678 in popluar number systems.

HEX509678
Decimal80150120
Binary1010000100101101111000
Octal120226170

Shades and tints

Shades of #509678

#509678
(80,150,120)
#49896E
(73,137,110)
#427C64
(66,124,100)
#3B6F5A
(59,111,90)
#346250
(52,98,80)
#2D5546
(45,85,70)
#26483C
(38,72,60)
#1F3B32
(31,59,50)
#182E28
(24,46,40)
#11211E
(17,33,30)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #509678

#509678
(80,150,120)
#5F9F84
(95,159,132)
#6EA890
(110,168,144)
#7DB19C
(125,177,156)
#8CBAA8
(140,186,168)
#9BC3B4
(155,195,180)
#AACCC0
(170,204,192)
#B9D5CC
(185,213,204)
#C8DED8
(200,222,216)
#D7E7E4
(215,231,228)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509678 color. Also use rgb(80,150,120) instead hex code.

Text Font Color

.myTextColor { color: #509678; }

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

This text font color is #509678.


Background Color

.myBgColor { background-color: #509678; }

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

This div background color is #509678.


Border color

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

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

This div border color is #509678.


Opacity

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

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

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

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

This text has shadow with #509678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509678 on black background.


Color preview on white background

This text has color #509678 on white background.



Black color preview on #509678 background

This text has black color on #509678 background.


White color preview on #509678 background

This text has white color on #509678 background.