COLOR #509084

HEX: #509084
RGB: (80,144,132)

Color info

#509084 contains mainly green and blue colors. Web safe color of #509084 is #669999 (or #699).

RGB color model

#509084 color RGB value is (80,144,132).

  • red value is 80;
  • green value is 144;
  • blue value is 132.
RGB:
(80,144,132)
(31%,56%,52%)

RGB channels and saturation

R 80 of 255 = 31%
G 144 of 255 = 56%
B 132 of 255 = 52%

80
144
132

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

Portions of RGB colors in percentages

R + G + B =
80 + 144 + 132 = 356 (100%)
R 80 of 356 ~ 22.47%
G 144 of 356 ~ 40.45%
B 132 of 356 ~ 37.08%

%22.47
%40.45
%37.08

CMYK color model

#509084 color CMYK value is (44,0,8,44).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 43.53%
CMYK:
(44,0,8,44)
C44M0Y8K44 
(44%,0%,8%,44%)
(0.44/0.00/0.08/0.44)	

CMYK percentages

%44.44
%0
%8.33
%43.53

Codes

Color #509084 in popluar color models

509084
RGB80144132
HSL169°28.57%43.92%
HSB/HSV169°44.44%56.47%
CMYK44.44%0.00%8.33%
43.53%

Color #509084 in popluar number systems.

HEX509084
Decimal80144132
Binary10100001001000010000100
Octal120220204

Shades and tints

Shades of #509084

#509084
(80,144,132)
#498378
(73,131,120)
#42766C
(66,118,108)
#3B6960
(59,105,96)
#345C54
(52,92,84)
#2D4F48
(45,79,72)
#26423C
(38,66,60)
#1F3530
(31,53,48)
#182824
(24,40,36)
#111B18
(17,27,24)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #509084

#509084
(80,144,132)
#5F9A8F
(95,154,143)
#6EA49A
(110,164,154)
#7DAEA5
(125,174,165)
#8CB8B0
(140,184,176)
#9BC2BB
(155,194,187)
#AACCC6
(170,204,198)
#B9D6D1
(185,214,209)
#C8E0DC
(200,224,220)
#D7EAE7
(215,234,231)
#E6F4F2
(230,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509084 color. Also use rgb(80,144,132) instead hex code.

Text Font Color

.myTextColor { color: #509084; }

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

This text font color is #509084.


Background Color

.myBgColor { background-color: #509084; }

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

This div background color is #509084.


Border color

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

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

This div border color is #509084.


Opacity

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

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

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

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

This text has shadow with #509084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509084 on black background.


Color preview on white background

This text has color #509084 on white background.



Black color preview on #509084 background

This text has black color on #509084 background.


White color preview on #509084 background

This text has white color on #509084 background.