COLOR #507584

HEX: #507584
RGB: (80,117,132)

Color info

#507584 contains red, green and blue colors in about the same proportion. Web safe color of #507584 is #666699 (or #669).

RGB color model

#507584 color RGB value is (80,117,132).

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

RGB channels and saturation

R 80 of 255 = 31%
G 117 of 255 = 46%
B 132 of 255 = 52%

80
117
132

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

Portions of RGB colors in percentages

R + G + B =
80 + 117 + 132 = 329 (100%)
R 80 of 329 ~ 24.32%
G 117 of 329 ~ 35.56%
B 132 of 329 ~ 40.12%

%24.32
%35.56
%40.12

CMYK color model

#507584 color CMYK value is (39,11,0,48).

  • cyan value is 39.39%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(39,11,0,48)
C39M11Y0K48 
(39%,11%,0%,48%)
(0.39/0.11/0.00/0.48)	

CMYK percentages

%39.39
%11.36
%0
%48.24

Codes

Color #507584 in popluar color models

507584
RGB80117132
HSL197°24.53%41.57%
HSB/HSV197°39.39%51.76%
CMYK39.39%11.36%0.00%
48.24%

Color #507584 in popluar number systems.

HEX507584
Decimal80117132
Binary1010000111010110000100
Octal120165204

Shades and tints

Shades of #507584

#507584
(80,117,132)
#496B78
(73,107,120)
#42616C
(66,97,108)
#3B5760
(59,87,96)
#344D54
(52,77,84)
#2D4348
(45,67,72)
#26393C
(38,57,60)
#1F2F30
(31,47,48)
#182524
(24,37,36)
#111B18
(17,27,24)
#0A110C
(10,17,12)
#000000
(0,0,0)

Tints of #507584

#507584
(80,117,132)
#5F818F
(95,129,143)
#6E8D9A
(110,141,154)
#7D99A5
(125,153,165)
#8CA5B0
(140,165,176)
#9BB1BB
(155,177,187)
#AABDC6
(170,189,198)
#B9C9D1
(185,201,209)
#C8D5DC
(200,213,220)
#D7E1E7
(215,225,231)
#E6EDF2
(230,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507584; }

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

This text font color is #507584.


Background Color

.myBgColor { background-color: #507584; }

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

This div background color is #507584.


Border color

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

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

This div border color is #507584.


Opacity

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

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

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

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

This text has shadow with #507584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507584 on black background.


Color preview on white background

This text has color #507584 on white background.



Black color preview on #507584 background

This text has black color on #507584 background.


White color preview on #507584 background

This text has white color on #507584 background.