COLOR #507385

HEX: #507385
RGB: (80,115,133)

Color info

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

RGB color model

#507385 color RGB value is (80,115,133).

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

RGB channels and saturation

R 80 of 255 = 31%
G 115 of 255 = 45%
B 133 of 255 = 52%

80
115
133

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

Portions of RGB colors in percentages

R + G + B =
80 + 115 + 133 = 328 (100%)
R 80 of 328 ~ 24.39%
G 115 of 328 ~ 35.06%
B 133 of 328 ~ 40.55%

%24.39
%35.06
%40.55

CMYK color model

#507385 color CMYK value is (40,14,0,48).

  • cyan value is 39.85%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(40,14,0,48)
C40M14Y0K48 
(40%,14%,0%,48%)
(0.40/0.14/0.00/0.48)	

CMYK percentages

%39.85
%13.53
%0
%47.84

Codes

Color #507385 in popluar color models

507385
RGB80115133
HSL200°24.88%41.76%
HSB/HSV200°39.85%52.16%
CMYK39.85%13.53%0.00%
47.84%

Color #507385 in popluar number systems.

HEX507385
Decimal80115133
Binary1010000111001110000101
Octal120163205

Shades and tints

Shades of #507385

#507385
(80,115,133)
#496979
(73,105,121)
#425F6D
(66,95,109)
#3B5561
(59,85,97)
#344B55
(52,75,85)
#2D4149
(45,65,73)
#26373D
(38,55,61)
#1F2D31
(31,45,49)
#182325
(24,35,37)
#111919
(17,25,25)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #507385

#507385
(80,115,133)
#5F7F90
(95,127,144)
#6E8B9B
(110,139,155)
#7D97A6
(125,151,166)
#8CA3B1
(140,163,177)
#9BAFBC
(155,175,188)
#AABBC7
(170,187,199)
#B9C7D2
(185,199,210)
#C8D3DD
(200,211,221)
#D7DFE8
(215,223,232)
#E6EBF3
(230,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507385; }

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

This text font color is #507385.


Background Color

.myBgColor { background-color: #507385; }

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

This div background color is #507385.


Border color

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

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

This div border color is #507385.


Opacity

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

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

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

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

This text has shadow with #507385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507385 on black background.


Color preview on white background

This text has color #507385 on white background.



Black color preview on #507385 background

This text has black color on #507385 background.


White color preview on #507385 background

This text has white color on #507385 background.