COLOR #5D746F

HEX: #5D746F
RGB: (93,116,111)

Color info

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

RGB color model

#5D746F color RGB value is (93,116,111).

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

RGB channels and saturation

R 93 of 255 = 36%
G 116 of 255 = 45%
B 111 of 255 = 44%

93
116
111

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

Portions of RGB colors in percentages

R + G + B =
93 + 116 + 111 = 320 (100%)
R 93 of 320 ~ 29.06%
G 116 of 320 ~ 36.25%
B 111 of 320 ~ 34.69%

%29.06
%36.25
%34.69

CMYK color model

#5D746F color CMYK value is (20,0,4,55).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 4.31%
  • key color value is 54.51%
CMYK:
(20,0,4,55)
C20M0Y4K55 
(20%,0%,4%,55%)
(0.20/0.00/0.04/0.55)	

CMYK percentages

%19.83
%0
%4.31
%54.51

Codes

Color #5D746F in popluar color models

5D746F
RGB93116111
HSL167°11.00%40.98%
HSB/HSV167°19.83%45.49%
CMYK19.83%0.00%4.31%
54.51%

Color #5D746F in popluar number systems.

HEX5D746F
Decimal93116111
Binary101110111101001101111
Octal135164157

Shades and tints

Shades of #5D746F

#5D746F
(93,116,111)
#556A65
(85,106,101)
#4D605B
(77,96,91)
#455651
(69,86,81)
#3D4C47
(61,76,71)
#35423D
(53,66,61)
#2D3833
(45,56,51)
#252E29
(37,46,41)
#1D241F
(29,36,31)
#151A15
(21,26,21)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #5D746F

#5D746F
(93,116,111)
#6B807C
(107,128,124)
#798C89
(121,140,137)
#879896
(135,152,150)
#95A4A3
(149,164,163)
#A3B0B0
(163,176,176)
#B1BCBD
(177,188,189)
#BFC8CA
(191,200,202)
#CDD4D7
(205,212,215)
#DBE0E4
(219,224,228)
#E9ECF1
(233,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D746F; }

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

This text font color is #5D746F.


Background Color

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

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

This div background color is #5D746F.


Border color

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

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

This div border color is #5D746F.


Opacity

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

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

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

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

This text has shadow with #5D746F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D746F on black background.


Color preview on white background

This text has color #5D746F on white background.



Black color preview on #5D746F background

This text has black color on #5D746F background.


White color preview on #5D746F background

This text has white color on #5D746F background.