COLOR #5D6C78

HEX: #5D6C78
RGB: (93,108,120)

Color info

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

RGB color model

#5D6C78 color RGB value is (93,108,120).

  • red value is 93;
  • green value is 108;
  • blue value is 120.
RGB:
(93,108,120)
(36%,42%,47%)

RGB channels and saturation

R 93 of 255 = 36%
G 108 of 255 = 42%
B 120 of 255 = 47%

93
108
120

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

Portions of RGB colors in percentages

R + G + B =
93 + 108 + 120 = 321 (100%)
R 93 of 321 ~ 28.97%
G 108 of 321 ~ 33.64%
B 120 of 321 ~ 37.38%

%28.97
%33.64
%37.38

CMYK color model

#5D6C78 color CMYK value is (23,10,0,53).

  • cyan value is 22.50%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(23,10,0,53)
C23M10Y0K53 
(23%,10%,0%,53%)
(0.23/0.10/0.00/0.53)	

CMYK percentages

%22.5
%10
%0
%52.94

Codes

Color #5D6C78 in popluar color models

5D6C78
RGB93108120
HSL207°12.68%41.76%
HSB/HSV207°22.50%47.06%
CMYK22.50%10.00%0.00%
52.94%

Color #5D6C78 in popluar number systems.

HEX5D6C78
Decimal93108120
Binary101110111011001111000
Octal135154170

Shades and tints

Shades of #5D6C78

#5D6C78
(93,108,120)
#55636E
(85,99,110)
#4D5A64
(77,90,100)
#45515A
(69,81,90)
#3D4850
(61,72,80)
#353F46
(53,63,70)
#2D363C
(45,54,60)
#252D32
(37,45,50)
#1D2428
(29,36,40)
#151B1E
(21,27,30)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #5D6C78

#5D6C78
(93,108,120)
#6B7984
(107,121,132)
#798690
(121,134,144)
#87939C
(135,147,156)
#95A0A8
(149,160,168)
#A3ADB4
(163,173,180)
#B1BAC0
(177,186,192)
#BFC7CC
(191,199,204)
#CDD4D8
(205,212,216)
#DBE1E4
(219,225,228)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6C78; }

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

This text font color is #5D6C78.


Background Color

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

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

This div background color is #5D6C78.


Border color

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

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

This div border color is #5D6C78.


Opacity

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

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

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

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

This text has shadow with #5D6C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6C78 on black background.


Color preview on white background

This text has color #5D6C78 on white background.



Black color preview on #5D6C78 background

This text has black color on #5D6C78 background.


White color preview on #5D6C78 background

This text has white color on #5D6C78 background.