COLOR #509384

HEX: #509384
RGB: (80,147,132)

Color info

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

RGB color model

#509384 color RGB value is (80,147,132).

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

RGB channels and saturation

R 80 of 255 = 31%
G 147 of 255 = 58%
B 132 of 255 = 52%

80
147
132

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

Portions of RGB colors in percentages

R + G + B =
80 + 147 + 132 = 359 (100%)
R 80 of 359 ~ 22.28%
G 147 of 359 ~ 40.95%
B 132 of 359 ~ 36.77%

%22.28
%40.95
%36.77

CMYK color model

#509384 color CMYK value is (46,0,10,42).

  • cyan value is 45.58%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 42.35%
CMYK:
(46,0,10,42)
C46M0Y10K42 
(46%,0%,10%,42%)
(0.46/0.00/0.10/0.42)	

CMYK percentages

%45.58
%0
%10.2
%42.35

Codes

Color #509384 in popluar color models

509384
RGB80147132
HSL167°29.52%44.51%
HSB/HSV167°45.58%57.65%
CMYK45.58%0.00%10.20%
42.35%

Color #509384 in popluar number systems.

HEX509384
Decimal80147132
Binary10100001001001110000100
Octal120223204

Shades and tints

Shades of #509384

#509384
(80,147,132)
#498678
(73,134,120)
#42796C
(66,121,108)
#3B6C60
(59,108,96)
#345F54
(52,95,84)
#2D5248
(45,82,72)
#26453C
(38,69,60)
#1F3830
(31,56,48)
#182B24
(24,43,36)
#111E18
(17,30,24)
#0A110C
(10,17,12)
#000000
(0,0,0)

Tints of #509384

#509384
(80,147,132)
#5F9C8F
(95,156,143)
#6EA59A
(110,165,154)
#7DAEA5
(125,174,165)
#8CB7B0
(140,183,176)
#9BC0BB
(155,192,187)
#AAC9C6
(170,201,198)
#B9D2D1
(185,210,209)
#C8DBDC
(200,219,220)
#D7E4E7
(215,228,231)
#E6EDF2
(230,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509384; }

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

This text font color is #509384.


Background Color

.myBgColor { background-color: #509384; }

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

This div background color is #509384.


Border color

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

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

This div border color is #509384.


Opacity

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

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

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

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

This text has shadow with #509384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509384 on black background.


Color preview on white background

This text has color #509384 on white background.



Black color preview on #509384 background

This text has black color on #509384 background.


White color preview on #509384 background

This text has white color on #509384 background.