COLOR #5D4742

HEX: #5D4742
RGB: (93,71,66)

Color info

#5D4742 contains red, green and blue colors in about the same proportion. Web safe color of #5D4742 is #663333 (or #633).

RGB color model

#5D4742 color RGB value is (93,71,66).

  • red value is 93;
  • green value is 71;
  • blue value is 66.
RGB:
(93,71,66)
(36%,28%,26%)

RGB channels and saturation

R 93 of 255 = 36%
G 71 of 255 = 28%
B 66 of 255 = 26%

93
71
66

R + G + B ~ 30%. #5D4742 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 71 + 66 = 230 (100%)
R 93 of 230 ~ 40.43%
G 71 of 230 ~ 30.87%
B 66 of 230 ~ 28.7%

%40.43
%30.87
%28.7

CMYK color model

#5D4742 color CMYK value is (0,24,29,64).

  • cyan value is 0.00%
  • magenta value is 23.66%
  • yellow value is 29.03%
  • key color value is 63.53%
CMYK:
(0,24,29,64)
C0M24Y29K64 
(0%,24%,29%,64%)
(0.00/0.24/0.29/0.64)	

CMYK percentages

%0
%23.66
%29.03
%63.53

Codes

Color #5D4742 in popluar color models

5D4742
RGB937166
HSL11°16.98%31.18%
HSB/HSV11°29.03%36.47%
CMYK0.00%23.66%29.03%
63.53%

Color #5D4742 in popluar number systems.

HEX5D4742
Decimal937166
Binary101110110001111000010
Octal135107102

Shades and tints

Shades of #5D4742

#5D4742
(93,71,66)
#55413C
(85,65,60)
#4D3B36
(77,59,54)
#453530
(69,53,48)
#3D2F2A
(61,47,42)
#352924
(53,41,36)
#2D231E
(45,35,30)
#251D18
(37,29,24)
#1D1712
(29,23,18)
#15110C
(21,17,12)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #5D4742

#5D4742
(93,71,66)
#6B5753
(107,87,83)
#796764
(121,103,100)
#877775
(135,119,117)
#958786
(149,135,134)
#A39797
(163,151,151)
#B1A7A8
(177,167,168)
#BFB7B9
(191,183,185)
#CDC7CA
(205,199,202)
#DBD7DB
(219,215,219)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4742 color. Also use rgb(93,71,66) instead hex code.

Text Font Color

.myTextColor { color: #5D4742; }

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

This text font color is #5D4742.


Background Color

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

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

This div background color is #5D4742.


Border color

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

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

This div border color is #5D4742.


Opacity

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

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

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

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

This text has shadow with #5D4742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4742 on black background.


Color preview on white background

This text has color #5D4742 on white background.



Black color preview on #5D4742 background

This text has black color on #5D4742 background.


White color preview on #5D4742 background

This text has white color on #5D4742 background.