COLOR #5D7084

HEX: #5D7084
RGB: (93,112,132)

Color info

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

RGB color model

#5D7084 color RGB value is (93,112,132).

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

RGB channels and saturation

R 93 of 255 = 36%
G 112 of 255 = 44%
B 132 of 255 = 52%

93
112
132

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

Portions of RGB colors in percentages

R + G + B =
93 + 112 + 132 = 337 (100%)
R 93 of 337 ~ 27.6%
G 112 of 337 ~ 33.23%
B 132 of 337 ~ 39.17%

%27.6
%33.23
%39.17

CMYK color model

#5D7084 color CMYK value is (30,15,0,48).

  • cyan value is 29.55%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(30,15,0,48)
C30M15Y0K48 
(30%,15%,0%,48%)
(0.30/0.15/0.00/0.48)	

CMYK percentages

%29.55
%15.15
%0
%48.24

Codes

Color #5D7084 in popluar color models

5D7084
RGB93112132
HSL211°17.33%44.12%
HSB/HSV211°29.55%51.76%
CMYK29.55%15.15%0.00%
48.24%

Color #5D7084 in popluar number systems.

HEX5D7084
Decimal93112132
Binary1011101111000010000100
Octal135160204

Shades and tints

Shades of #5D7084

#5D7084
(93,112,132)
#556678
(85,102,120)
#4D5C6C
(77,92,108)
#455260
(69,82,96)
#3D4854
(61,72,84)
#353E48
(53,62,72)
#2D343C
(45,52,60)
#252A30
(37,42,48)
#1D2024
(29,32,36)
#151618
(21,22,24)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #5D7084

#5D7084
(93,112,132)
#6B7D8F
(107,125,143)
#798A9A
(121,138,154)
#8797A5
(135,151,165)
#95A4B0
(149,164,176)
#A3B1BB
(163,177,187)
#B1BEC6
(177,190,198)
#BFCBD1
(191,203,209)
#CDD8DC
(205,216,220)
#DBE5E7
(219,229,231)
#E9F2F2
(233,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7084; }

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

This text font color is #5D7084.


Background Color

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

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

This div background color is #5D7084.


Border color

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

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

This div border color is #5D7084.


Opacity

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

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

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

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

This text has shadow with #5D7084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7084 on black background.


Color preview on white background

This text has color #5D7084 on white background.



Black color preview on #5D7084 background

This text has black color on #5D7084 background.


White color preview on #5D7084 background

This text has white color on #5D7084 background.