COLOR #5D8080

HEX: #5D8080
RGB: (93,128,128)

Color info

#5D8080 contains red, green and blue colors in about the same proportion. Web safe color of #5D8080 is #666666 (or #666).

RGB color model

#5D8080 color RGB value is (93,128,128).

  • red value is 93;
  • green value is 128;
  • blue value is 128.
RGB:
(93,128,128)
(36%,50%,50%)

RGB channels and saturation

R 93 of 255 = 36%
G 128 of 255 = 50%
B 128 of 255 = 50%

93
128
128

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

Portions of RGB colors in percentages

R + G + B =
93 + 128 + 128 = 349 (100%)
R 93 of 349 ~ 26.65%
G 128 of 349 ~ 36.68%
B 128 of 349 ~ 36.68%

%26.65
%36.68
%36.68

CMYK color model

#5D8080 color CMYK value is (27,0,0,50).

  • cyan value is 27.34%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(27,0,0,50)
C27M0Y0K50 
(27%,0%,0%,50%)
(0.27/0.00/0.00/0.50)	

CMYK percentages

%27.34
%0
%0
%49.8

Codes

Color #5D8080 in popluar color models

5D8080
RGB93128128
HSL180°15.84%43.33%
HSB/HSV180°27.34%50.20%
CMYK27.34%0.00%0.00%
49.80%

Color #5D8080 in popluar number systems.

HEX5D8080
Decimal93128128
Binary10111011000000010000000
Octal135200200

Shades and tints

Shades of #5D8080

#5D8080
(93,128,128)
#557575
(85,117,117)
#4D6A6A
(77,106,106)
#455F5F
(69,95,95)
#3D5454
(61,84,84)
#354949
(53,73,73)
#2D3E3E
(45,62,62)
#253333
(37,51,51)
#1D2828
(29,40,40)
#151D1D
(21,29,29)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #5D8080

#5D8080
(93,128,128)
#6B8B8B
(107,139,139)
#799696
(121,150,150)
#87A1A1
(135,161,161)
#95ACAC
(149,172,172)
#A3B7B7
(163,183,183)
#B1C2C2
(177,194,194)
#BFCDCD
(191,205,205)
#CDD8D8
(205,216,216)
#DBE3E3
(219,227,227)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8080 color. Also use rgb(93,128,128) instead hex code.

Text Font Color

.myTextColor { color: #5D8080; }

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

This text font color is #5D8080.


Background Color

.myBgColor { background-color: #5D8080; }

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

This div background color is #5D8080.


Border color

.myBorderColor { border: 1px solid #5D8080; }

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

This div border color is #5D8080.


Opacity

.myOpacity80 { color: #5D8080; opacity: 0.8; }

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

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

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

This text has shadow with #5D8080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8080 on black background.


Color preview on white background

This text has color #5D8080 on white background.



Black color preview on #5D8080 background

This text has black color on #5D8080 background.


White color preview on #5D8080 background

This text has white color on #5D8080 background.