COLOR #5D4433

HEX: #5D4433 RGB: (93,68,51)

Color info

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

RGB color model

#5D4433 color RGB value is (93,68,51).

RGB: (93,68,51) (36%, 27%, 20%)

RGB channels and saturation

R 93 of 255 = 36%
G 68 of 255 = 27%
B 51 of 255 = 20%

93
68
51

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

Portions of RGB colors in percentages

R + G + B = 93 + 68 + 51 = 212 (100%)
R 93 of 212 ~ 43.87%
G 68 of 212 ~ 32.08%
B 51 of 212 ~ 24.06'%

%43.87
%32.08
%24.06

CMYK color model

#5D4433 color CMYK value is (0,27,45,64).

  • cyan value is 0.00%
  • magenta value is 26.88%
  • yellow value is 45.16%
  • key color value is 63.53%
CMYK: (0,27,45,64) C0M27Y45K64 (0%,27%,45%,64%) (0.00/0.27/0.45/0.64) 

CMYK percentages

%0
%26.88
%45.16
%63.53

Codes

Color #5D4433 in popluar color models

5D 44 33
RGB 93 68 51
HSL 24° 29.17% 28.24%
HSB/HSV 24° 45.16% 36.47%
CMYK 0.00% 26.88% 45.16%
63.53%

Color #5D4433 in popluar number systems.

HEX 5D 44 33
Decimal 93 68 51
Binary 1011101 1000100 110011
Octal 135 104 63

Shades and tints

Shades of #5D4433

#5D4433
(93,68,51)
#553E2F
(85,62,47)
#4D382B
(77,56,43)
#453227
(69,50,39)
#3D2C23
(61,44,35)
#35261F
(53,38,31)
#2D201B
(45,32,27)
#251A17
(37,26,23)
#1D1413
(29,20,19)
#150E0F
(21,14,15)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #5D4433

#5D4433
(93,68,51)
#6B5545
(107,85,69)
#796657
(121,102,87)
#877769
(135,119,105)
#95887B
(149,136,123)
#A3998D
(163,153,141)
#B1AA9F
(177,170,159)
#BFBBB1
(191,187,177)
#CDCCC3
(205,204,195)
#DBDDD5
(219,221,213)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4433 color. Also use rgb(93,68,51) instead hex code.

Text Font Color

.myTextColor { color: #5D4433; }

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

This text font color is #5D4433.

Background Color

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

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

This div background color is #5D4433.

Border color

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

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

This div border color is #5D4433.

Opacity

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

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

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

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

This text has shadow with #5D4433 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D4433.

Preview

Color preview on black background

This text has color #5D4433 on black background.


Color preview on white background

This text has color #5D4433 on white background.


Black color preview on #5D4433 background

This text has black color on #5D4433 background.


White color preview on #5D4433 background

This text has white color on #5D4433 background.


Related colors

Complementary color

Complementary color for #hex is #A2BBCC.


I love getcolorcode.com

Triadic colors

1 #335D44 and #44335D with #5D4433 are triadic colors.

2 #33445D and #445D33 with #5D4433 are triadic colors.