COLOR #5D8084

HEX: #5D8084
RGB: (93,128,132)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

93
128
132

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

Portions of RGB colors in percentages

R + G + B =
93 + 128 + 132 = 353 (100%)
R 93 of 353 ~ 26.35%
G 128 of 353 ~ 36.26%
B 132 of 353 ~ 37.39%

%26.35
%36.26
%37.39

CMYK color model

#5D8084 color CMYK value is (30,3,0,48).

  • cyan value is 29.55%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(30,3,0,48)
C30M3Y0K48 
(30%,3%,0%,48%)
(0.30/0.03/0.00/0.48)	

CMYK percentages

%29.55
%3.03
%0
%48.24

Codes

Color #5D8084 in popluar color models

5D8084
RGB93128132
HSL186°17.33%44.12%
HSB/HSV186°29.55%51.76%
CMYK29.55%3.03%0.00%
48.24%

Color #5D8084 in popluar number systems.

HEX5D8084
Decimal93128132
Binary10111011000000010000100
Octal135200204

Shades and tints

Shades of #5D8084

#5D8084
(93,128,132)
#557578
(85,117,120)
#4D6A6C
(77,106,108)
#455F60
(69,95,96)
#3D5454
(61,84,84)
#354948
(53,73,72)
#2D3E3C
(45,62,60)
#253330
(37,51,48)
#1D2824
(29,40,36)
#151D18
(21,29,24)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #5D8084

#5D8084
(93,128,132)
#6B8B8F
(107,139,143)
#79969A
(121,150,154)
#87A1A5
(135,161,165)
#95ACB0
(149,172,176)
#A3B7BB
(163,183,187)
#B1C2C6
(177,194,198)
#BFCDD1
(191,205,209)
#CDD8DC
(205,216,220)
#DBE3E7
(219,227,231)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D8084; }

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

This text font color is #5D8084.


Background Color

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

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

This div background color is #5D8084.


Border color

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

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

This div border color is #5D8084.


Opacity

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

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

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

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

This text has shadow with #5D8084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8084 on black background.


Color preview on white background

This text has color #5D8084 on white background.



Black color preview on #5D8084 background

This text has black color on #5D8084 background.


White color preview on #5D8084 background

This text has white color on #5D8084 background.