COLOR #5D3742

HEX: #5D3742
RGB: (93,55,66)

Color info

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

RGB color model

#5D3742 color RGB value is (93,55,66).

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

RGB channels and saturation

R 93 of 255 = 36%
G 55 of 255 = 22%
B 66 of 255 = 26%

93
55
66

R + G + B ~ 28%. #5D3742 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 55 + 66 = 214 (100%)
R 93 of 214 ~ 43.46%
G 55 of 214 ~ 25.7%
B 66 of 214 ~ 30.84%

%43.46
%25.7
%30.84

CMYK color model

#5D3742 color CMYK value is (0,41,29,64).

  • cyan value is 0.00%
  • magenta value is 40.86%
  • yellow value is 29.03%
  • key color value is 63.53%
CMYK:
(0,41,29,64)
C0M41Y29K64 
(0%,41%,29%,64%)
(0.00/0.41/0.29/0.64)	

CMYK percentages

%0
%40.86
%29.03
%63.53

Codes

Color #5D3742 in popluar color models

5D3742
RGB935566
HSL343°25.68%29.02%
HSB/HSV343°40.86%36.47%
CMYK0.00%40.86%29.03%
63.53%

Color #5D3742 in popluar number systems.

HEX5D3742
Decimal935566
Binary10111011101111000010
Octal13567102

Shades and tints

Shades of #5D3742

#5D3742
(93,55,66)
#55323C
(85,50,60)
#4D2D36
(77,45,54)
#452830
(69,40,48)
#3D232A
(61,35,42)
#351E24
(53,30,36)
#2D191E
(45,25,30)
#251418
(37,20,24)
#1D0F12
(29,15,18)
#150A0C
(21,10,12)
#0D0506
(13,5,6)
#000000
(0,0,0)

Tints of #5D3742

#5D3742
(93,55,66)
#6B4953
(107,73,83)
#795B64
(121,91,100)
#876D75
(135,109,117)
#957F86
(149,127,134)
#A39197
(163,145,151)
#B1A3A8
(177,163,168)
#BFB5B9
(191,181,185)
#CDC7CA
(205,199,202)
#DBD9DB
(219,217,219)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3742; }

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

This text font color is #5D3742.


Background Color

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

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

This div background color is #5D3742.


Border color

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

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

This div border color is #5D3742.


Opacity

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

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

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

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

This text has shadow with #5D3742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3742 on black background.


Color preview on white background

This text has color #5D3742 on white background.



Black color preview on #5D3742 background

This text has black color on #5D3742 background.


White color preview on #5D3742 background

This text has white color on #5D3742 background.