COLOR #508083

HEX: #508083
RGB: (80,128,131)

Color info

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

RGB color model

#508083 color RGB value is (80,128,131).

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

RGB channels and saturation

R 80 of 255 = 31%
G 128 of 255 = 50%
B 131 of 255 = 51%

80
128
131

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

Portions of RGB colors in percentages

R + G + B =
80 + 128 + 131 = 339 (100%)
R 80 of 339 ~ 23.6%
G 128 of 339 ~ 37.76%
B 131 of 339 ~ 38.64%

%23.6
%37.76
%38.64

CMYK color model

#508083 color CMYK value is (39,2,0,49).

  • cyan value is 38.93%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(39,2,0,49)
C39M2Y0K49 
(39%,2%,0%,49%)
(0.39/0.02/0.00/0.49)	

CMYK percentages

%38.93
%2.29
%0
%48.63

Codes

Color #508083 in popluar color models

508083
RGB80128131
HSL184°24.17%41.37%
HSB/HSV184°38.93%51.37%
CMYK38.93%2.29%0.00%
48.63%

Color #508083 in popluar number systems.

HEX508083
Decimal80128131
Binary10100001000000010000011
Octal120200203

Shades and tints

Shades of #508083

#508083
(80,128,131)
#497578
(73,117,120)
#426A6D
(66,106,109)
#3B5F62
(59,95,98)
#345457
(52,84,87)
#2D494C
(45,73,76)
#263E41
(38,62,65)
#1F3336
(31,51,54)
#18282B
(24,40,43)
#111D20
(17,29,32)
#0A1215
(10,18,21)
#000000
(0,0,0)

Tints of #508083

#508083
(80,128,131)
#5F8B8E
(95,139,142)
#6E9699
(110,150,153)
#7DA1A4
(125,161,164)
#8CACAF
(140,172,175)
#9BB7BA
(155,183,186)
#AAC2C5
(170,194,197)
#B9CDD0
(185,205,208)
#C8D8DB
(200,216,219)
#D7E3E6
(215,227,230)
#E6EEF1
(230,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508083; }

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

This text font color is #508083.


Background Color

.myBgColor { background-color: #508083; }

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

This div background color is #508083.


Border color

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

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

This div border color is #508083.


Opacity

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

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

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

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

This text has shadow with #508083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508083 on black background.


Color preview on white background

This text has color #508083 on white background.



Black color preview on #508083 background

This text has black color on #508083 background.


White color preview on #508083 background

This text has white color on #508083 background.