COLOR #508880

HEX: #508880
RGB: (80,136,128)

Color info

#508880 contains red, green and blue colors in about the same proportion. Web safe color of #508880 is #669966 (or #696).

RGB color model

#508880 color RGB value is (80,136,128).

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

RGB channels and saturation

R 80 of 255 = 31%
G 136 of 255 = 53%
B 128 of 255 = 50%

80
136
128

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

Portions of RGB colors in percentages

R + G + B =
80 + 136 + 128 = 344 (100%)
R 80 of 344 ~ 23.26%
G 136 of 344 ~ 39.53%
B 128 of 344 ~ 37.21%

%23.26
%39.53
%37.21

CMYK color model

#508880 color CMYK value is (41,0,6,47).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 46.67%
CMYK:
(41,0,6,47)
C41M0Y6K47 
(41%,0%,6%,47%)
(0.41/0.00/0.06/0.47)	

CMYK percentages

%41.18
%0
%5.88
%46.67

Codes

Color #508880 in popluar color models

508880
RGB80136128
HSL171°25.93%42.35%
HSB/HSV171°41.18%53.33%
CMYK41.18%0.00%5.88%
46.67%

Color #508880 in popluar number systems.

HEX508880
Decimal80136128
Binary10100001000100010000000
Octal120210200

Shades and tints

Shades of #508880

#508880
(80,136,128)
#497C75
(73,124,117)
#42706A
(66,112,106)
#3B645F
(59,100,95)
#345854
(52,88,84)
#2D4C49
(45,76,73)
#26403E
(38,64,62)
#1F3433
(31,52,51)
#182828
(24,40,40)
#111C1D
(17,28,29)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #508880

#508880
(80,136,128)
#5F928B
(95,146,139)
#6E9C96
(110,156,150)
#7DA6A1
(125,166,161)
#8CB0AC
(140,176,172)
#9BBAB7
(155,186,183)
#AAC4C2
(170,196,194)
#B9CECD
(185,206,205)
#C8D8D8
(200,216,216)
#D7E2E3
(215,226,227)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #508880; }

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

This text font color is #508880.


Background Color

.myBgColor { background-color: #508880; }

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

This div background color is #508880.


Border color

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

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

This div border color is #508880.


Opacity

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

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

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

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

This text has shadow with #508880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508880 on black background.


Color preview on white background

This text has color #508880 on white background.



Black color preview on #508880 background

This text has black color on #508880 background.


White color preview on #508880 background

This text has white color on #508880 background.