COLOR #508389

HEX: #508389
RGB: (80,131,137)

Color info

#508389 contains red, green and blue colors in about the same proportion. Web safe color of #508389 is #669999 (or #699).

RGB color model

#508389 color RGB value is (80,131,137).

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

RGB channels and saturation

R 80 of 255 = 31%
G 131 of 255 = 51%
B 137 of 255 = 54%

80
131
137

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

Portions of RGB colors in percentages

R + G + B =
80 + 131 + 137 = 348 (100%)
R 80 of 348 ~ 22.99%
G 131 of 348 ~ 37.64%
B 137 of 348 ~ 39.37%

%22.99
%37.64
%39.37

CMYK color model

#508389 color CMYK value is (42,4,0,46).

  • cyan value is 41.61%
  • magenta value is 4.38%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(42,4,0,46)
C42M4Y0K46 
(42%,4%,0%,46%)
(0.42/0.04/0.00/0.46)	

CMYK percentages

%41.61
%4.38
%0
%46.27

Codes

Color #508389 in popluar color models

508389
RGB80131137
HSL186°26.27%42.55%
HSB/HSV186°41.61%53.73%
CMYK41.61%4.38%0.00%
46.27%

Color #508389 in popluar number systems.

HEX508389
Decimal80131137
Binary10100001000001110001001
Octal120203211

Shades and tints

Shades of #508389

#508389
(80,131,137)
#49787D
(73,120,125)
#426D71
(66,109,113)
#3B6265
(59,98,101)
#345759
(52,87,89)
#2D4C4D
(45,76,77)
#264141
(38,65,65)
#1F3635
(31,54,53)
#182B29
(24,43,41)
#11201D
(17,32,29)
#0A1511
(10,21,17)
#000000
(0,0,0)

Tints of #508389

#508389
(80,131,137)
#5F8E93
(95,142,147)
#6E999D
(110,153,157)
#7DA4A7
(125,164,167)
#8CAFB1
(140,175,177)
#9BBABB
(155,186,187)
#AAC5C5
(170,197,197)
#B9D0CF
(185,208,207)
#C8DBD9
(200,219,217)
#D7E6E3
(215,230,227)
#E6F1ED
(230,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508389; }

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

This text font color is #508389.


Background Color

.myBgColor { background-color: #508389; }

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

This div background color is #508389.


Border color

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

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

This div border color is #508389.


Opacity

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

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

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

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

This text has shadow with #508389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508389 on black background.


Color preview on white background

This text has color #508389 on white background.



Black color preview on #508389 background

This text has black color on #508389 background.


White color preview on #508389 background

This text has white color on #508389 background.