COLOR #5D3743

HEX: #5D3743 RGB: (93,55,67)

Color info

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

RGB color model

#5D3743 color RGB value is (93,55,67).

RGB: (93,55,67) (36%, 22%, 26%)

RGB channels and saturation

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

93
55
67

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

Portions of RGB colors in percentages

R + G + B = 93 + 55 + 67 = 215 (100%)
R 93 of 215 ~ 43.26%
G 55 of 215 ~ 25.58%
B 67 of 215 ~ 31.16'%

%43.26
%25.58
%31.16

CMYK color model

#5D3743 color CMYK value is (0,41,28,64).

  • cyan value is 0.00%
  • magenta value is 40.86%
  • yellow value is 27.96%
  • key color value is 63.53%

CMYK: (0,41,28,64)
C0M41Y28K64 (0%, 41%, 28%, 64%)
(0.00 / 0.41 / 0.28 / 0.64)

CMYK percentages

%0
%40.86
%27.96
%63.53

Codes

Color #5D3743 in popluar color models

5D 37 43
RGB 93 55 67
HSL 341° 25.68% 29.02%
HSB/HSV 341° 40.86% 36.47%
CMYK 0.00% 40.86% 27.96%
63.53%

Color #5D3743 in popluar number systems.

HEX 5D 37 43
Decimal 93 55 67
Binary 1011101 110111 1000011
Octal 135 67 103

Shades and tints

Shades of #5D3743

#5D3743
(93,55,67)
#55323D
(85,50,61)
#4D2D37
(77,45,55)
#452831
(69,40,49)
#3D232B
(61,35,43)
#351E25
(53,30,37)
#2D191F
(45,25,31)
#251419
(37,20,25)
#1D0F13
(29,15,19)
#150A0D
(21,10,13)
#0D0507
(13,5,7)
#000000
(0,0,0)

Tints of #5D3743

#5D3743
(93,55,67)
#6B4954
(107,73,84)
#795B65
(121,91,101)
#876D76
(135,109,118)
#957F87
(149,127,135)
#A39198
(163,145,152)
#B1A3A9
(177,163,169)
#BFB5BA
(191,181,186)
#CDC7CB
(205,199,203)
#DBD9DC
(219,217,220)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3743; }

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

This text font color is #5D3743.

Background Color

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

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

This div background color is #5D3743.

Border color

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

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

This div border color is #5D3743.

Opacity

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

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

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

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

This text has shadow with #5D3743 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D3743.

Preview

Color preview on black background

This text has color #5D3743 on black background.


Color preview on white background

This text has color #5D3743 on white background.


Black color preview on #5D3743 background

This text has black color on #5D3743 background.


White color preview on #5D3743 background

This text has white color on #5D3743 background.


Related colors

Complementary color

Complementary color for #hex is #A2C8BC.


I love getcolorcode.com

Triadic colors

1 #435D37 and #37435D with #5D3743 are triadic colors.

2 #43375D and #375D43 with #5D3743 are triadic colors.