COLOR #507983

HEX: #507983
RGB: (80,121,131)

Color info

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

RGB color model

#507983 color RGB value is (80,121,131).

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

RGB channels and saturation

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

80
121
131

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

Portions of RGB colors in percentages

R + G + B =
80 + 121 + 131 = 332 (100%)
R 80 of 332 ~ 24.1%
G 121 of 332 ~ 36.45%
B 131 of 332 ~ 39.46%

%24.1
%36.45
%39.46

CMYK color model

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

  • cyan value is 38.93%
  • magenta value is 7.63%
  • 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
%7.63
%0
%48.63

Codes

Color #507983 in popluar color models

507983
RGB80121131
HSL192°24.17%41.37%
HSB/HSV192°38.93%51.37%
CMYK38.93%7.63%0.00%
48.63%

Color #507983 in popluar number systems.

HEX507983
Decimal80121131
Binary1010000111100110000011
Octal120171203

Shades and tints

Shades of #507983

#507983
(80,121,131)
#496E78
(73,110,120)
#42636D
(66,99,109)
#3B5862
(59,88,98)
#344D57
(52,77,87)
#2D424C
(45,66,76)
#263741
(38,55,65)
#1F2C36
(31,44,54)
#18212B
(24,33,43)
#111620
(17,22,32)
#0A0B15
(10,11,21)
#000000
(0,0,0)

Tints of #507983

#507983
(80,121,131)
#5F858E
(95,133,142)
#6E9199
(110,145,153)
#7D9DA4
(125,157,164)
#8CA9AF
(140,169,175)
#9BB5BA
(155,181,186)
#AAC1C5
(170,193,197)
#B9CDD0
(185,205,208)
#C8D9DB
(200,217,219)
#D7E5E6
(215,229,230)
#E6F1F1
(230,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507983; }

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

This text font color is #507983.


Background Color

.myBgColor { background-color: #507983; }

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

This div background color is #507983.


Border color

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

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

This div border color is #507983.


Opacity

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

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

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

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

This text has shadow with #507983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507983 on black background.


Color preview on white background

This text has color #507983 on white background.



Black color preview on #507983 background

This text has black color on #507983 background.


White color preview on #507983 background

This text has white color on #507983 background.