COLOR #507883

HEX: #507883
RGB: (80,120,131)

Color info

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

RGB color model

#507883 color RGB value is (80,120,131).

  • red value is 80;
  • green value is 120;
  • blue value is 131.
RGB:
(80,120,131)
(31%,47%,51%)

RGB channels and saturation

R 80 of 255 = 31%
G 120 of 255 = 47%
B 131 of 255 = 51%

80
120
131

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

Portions of RGB colors in percentages

R + G + B =
80 + 120 + 131 = 331 (100%)
R 80 of 331 ~ 24.17%
G 120 of 331 ~ 36.25%
B 131 of 331 ~ 39.58%

%24.17
%36.25
%39.58

CMYK color model

#507883 color CMYK value is (39,8,0,49).

  • cyan value is 38.93%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(39,8,0,49)
C39M8Y0K49 
(39%,8%,0%,49%)
(0.39/0.08/0.00/0.49)	

CMYK percentages

%38.93
%8.4
%0
%48.63

Codes

Color #507883 in popluar color models

507883
RGB80120131
HSL193°24.17%41.37%
HSB/HSV193°38.93%51.37%
CMYK38.93%8.40%0.00%
48.63%

Color #507883 in popluar number systems.

HEX507883
Decimal80120131
Binary1010000111100010000011
Octal120170203

Shades and tints

Shades of #507883

#507883
(80,120,131)
#496E78
(73,110,120)
#42646D
(66,100,109)
#3B5A62
(59,90,98)
#345057
(52,80,87)
#2D464C
(45,70,76)
#263C41
(38,60,65)
#1F3236
(31,50,54)
#18282B
(24,40,43)
#111E20
(17,30,32)
#0A1415
(10,20,21)
#000000
(0,0,0)

Tints of #507883

#507883
(80,120,131)
#5F848E
(95,132,142)
#6E9099
(110,144,153)
#7D9CA4
(125,156,164)
#8CA8AF
(140,168,175)
#9BB4BA
(155,180,186)
#AAC0C5
(170,192,197)
#B9CCD0
(185,204,208)
#C8D8DB
(200,216,219)
#D7E4E6
(215,228,230)
#E6F0F1
(230,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507883 color. Also use rgb(80,120,131) instead hex code.

Text Font Color

.myTextColor { color: #507883; }

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

This text font color is #507883.


Background Color

.myBgColor { background-color: #507883; }

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

This div background color is #507883.


Border color

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

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

This div border color is #507883.


Opacity

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

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

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

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

This text has shadow with #507883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507883 on black background.


Color preview on white background

This text has color #507883 on white background.



Black color preview on #507883 background

This text has black color on #507883 background.


White color preview on #507883 background

This text has white color on #507883 background.