COLOR #5D747C

HEX: #5D747C
RGB: (93,116,124)

Color info

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

RGB color model

#5D747C color RGB value is (93,116,124).

  • red value is 93;
  • green value is 116;
  • blue value is 124.
RGB:
(93,116,124)
(36%,45%,49%)

RGB channels and saturation

R 93 of 255 = 36%
G 116 of 255 = 45%
B 124 of 255 = 49%

93
116
124

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

Portions of RGB colors in percentages

R + G + B =
93 + 116 + 124 = 333 (100%)
R 93 of 333 ~ 27.93%
G 116 of 333 ~ 34.83%
B 124 of 333 ~ 37.24%

%27.93
%34.83
%37.24

CMYK color model

#5D747C color CMYK value is (25,6,0,51).

  • cyan value is 25.00%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(25,6,0,51)
C25M6Y0K51 
(25%,6%,0%,51%)
(0.25/0.06/0.00/0.51)	

CMYK percentages

%25
%6.45
%0
%51.37

Codes

Color #5D747C in popluar color models

5D747C
RGB93116124
HSL195°14.29%42.55%
HSB/HSV195°25.00%48.63%
CMYK25.00%6.45%0.00%
51.37%

Color #5D747C in popluar number systems.

HEX5D747C
Decimal93116124
Binary101110111101001111100
Octal135164174

Shades and tints

Shades of #5D747C

#5D747C
(93,116,124)
#556A71
(85,106,113)
#4D6066
(77,96,102)
#45565B
(69,86,91)
#3D4C50
(61,76,80)
#354245
(53,66,69)
#2D383A
(45,56,58)
#252E2F
(37,46,47)
#1D2424
(29,36,36)
#151A19
(21,26,25)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #5D747C

#5D747C
(93,116,124)
#6B8087
(107,128,135)
#798C92
(121,140,146)
#87989D
(135,152,157)
#95A4A8
(149,164,168)
#A3B0B3
(163,176,179)
#B1BCBE
(177,188,190)
#BFC8C9
(191,200,201)
#CDD4D4
(205,212,212)
#DBE0DF
(219,224,223)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D747C; }

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

This text font color is #5D747C.


Background Color

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

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

This div background color is #5D747C.


Border color

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

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

This div border color is #5D747C.


Opacity

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

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

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

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

This text has shadow with #5D747C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D747C on black background.


Color preview on white background

This text has color #5D747C on white background.



Black color preview on #5D747C background

This text has black color on #5D747C background.


White color preview on #5D747C background

This text has white color on #5D747C background.