COLOR #507380

HEX: #507380
RGB: (80,115,128)

Color info

#507380 contains red, green and blue colors in about the same proportion. Web safe color of #507380 is #666666 (or #666).

RGB color model

#507380 color RGB value is (80,115,128).

  • red value is 80;
  • green value is 115;
  • blue value is 128.
RGB:
(80,115,128)
(31%,45%,50%)

RGB channels and saturation

R 80 of 255 = 31%
G 115 of 255 = 45%
B 128 of 255 = 50%

80
115
128

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

Portions of RGB colors in percentages

R + G + B =
80 + 115 + 128 = 323 (100%)
R 80 of 323 ~ 24.77%
G 115 of 323 ~ 35.6%
B 128 of 323 ~ 39.63%

%24.77
%35.6
%39.63

CMYK color model

#507380 color CMYK value is (38,10,0,50).

  • cyan value is 37.50%
  • magenta value is 10.16%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(38,10,0,50)
C38M10Y0K50 
(38%,10%,0%,50%)
(0.38/0.10/0.00/0.50)	

CMYK percentages

%37.5
%10.16
%0
%49.8

Codes

Color #507380 in popluar color models

507380
RGB80115128
HSL196°23.08%40.78%
HSB/HSV196°37.50%50.20%
CMYK37.50%10.16%0.00%
49.80%

Color #507380 in popluar number systems.

HEX507380
Decimal80115128
Binary1010000111001110000000
Octal120163200

Shades and tints

Shades of #507380

#507380
(80,115,128)
#496975
(73,105,117)
#425F6A
(66,95,106)
#3B555F
(59,85,95)
#344B54
(52,75,84)
#2D4149
(45,65,73)
#26373E
(38,55,62)
#1F2D33
(31,45,51)
#182328
(24,35,40)
#11191D
(17,25,29)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #507380

#507380
(80,115,128)
#5F7F8B
(95,127,139)
#6E8B96
(110,139,150)
#7D97A1
(125,151,161)
#8CA3AC
(140,163,172)
#9BAFB7
(155,175,183)
#AABBC2
(170,187,194)
#B9C7CD
(185,199,205)
#C8D3D8
(200,211,216)
#D7DFE3
(215,223,227)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507380 color. Also use rgb(80,115,128) instead hex code.

Text Font Color

.myTextColor { color: #507380; }

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

This text font color is #507380.


Background Color

.myBgColor { background-color: #507380; }

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

This div background color is #507380.


Border color

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

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

This div border color is #507380.


Opacity

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

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

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

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

This text has shadow with #507380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507380 on black background.


Color preview on white background

This text has color #507380 on white background.



Black color preview on #507380 background

This text has black color on #507380 background.


White color preview on #507380 background

This text has white color on #507380 background.