COLOR #5D4121

HEX: #5D4121 RGB: (93,65,33)

Color info

#5D4121 contains mainly red and green colors. Web safe color of #5D4121 is #663333 (or #633).

RGB color model

#5D4121 color RGB value is (93,65,33).

RGB: (93,65,33) (36%, 25%, 13%)

RGB channels and saturation

R 93 of 255 = 36%
G 65 of 255 = 25%
B 33 of 255 = 13%

93
65
33

R + G + B ~ 25%. #5D4121 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 65 + 33 = 191 (100%)
R 93 of 191 ~ 48.69%
G 65 of 191 ~ 34.03%
B 33 of 191 ~ 17.28'%

%48.69
%34.03
%17.28

CMYK color model

#5D4121 color CMYK value is (0,30,65,64).

  • cyan value is 0.00%
  • magenta value is 30.11%
  • yellow value is 64.52%
  • key color value is 63.53%

CMYK: (0,30,65,64)
C0M30Y65K64 (0%, 30%, 65%, 64%)
(0.00 / 0.30 / 0.65 / 0.64)

CMYK percentages

%0
%30.11
%64.52
%63.53

Codes

Color #5D4121 in popluar color models

5D 41 21
RGB 93 65 33
HSL 32° 47.62% 24.71%
HSB/HSV 32° 64.52% 36.47%
CMYK 0.00% 30.11% 64.52%
63.53%

Color #5D4121 in popluar number systems.

HEX 5D 41 21
Decimal 93 65 33
Binary 1011101 1000001 100001
Octal 135 101 41

Shades and tints

Shades of #5D4121

#5D4121
(93,65,33)
#553C1E
(85,60,30)
#4D371B
(77,55,27)
#453218
(69,50,24)
#3D2D15
(61,45,21)
#352812
(53,40,18)
#2D230F
(45,35,15)
#251E0C
(37,30,12)
#1D1909
(29,25,9)
#151406
(21,20,6)
#0D0F03
(13,15,3)
#000000
(0,0,0)

Tints of #5D4121

#5D4121
(93,65,33)
#6B5235
(107,82,53)
#796349
(121,99,73)
#87745D
(135,116,93)
#958571
(149,133,113)
#A39685
(163,150,133)
#B1A799
(177,167,153)
#BFB8AD
(191,184,173)
#CDC9C1
(205,201,193)
#DBDAD5
(219,218,213)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4121 color. Also use rgb(93,65,33) instead hex code.

Text Font Color

.myTextColor { color: #5D4121; }

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

This text font color is #5D4121.

Background Color

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

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

This div background color is #5D4121.

Border color

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

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

This div border color is #5D4121.

Opacity

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

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

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

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

This text has shadow with #5D4121 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D4121.

Preview

Color preview on black background

This text has color #5D4121 on black background.


Color preview on white background

This text has color #5D4121 on white background.


Black color preview on #5D4121 background

This text has black color on #5D4121 background.


White color preview on #5D4121 background

This text has white color on #5D4121 background.


Related colors

Complementary color

Complementary color for #hex is #A2BEDE.


I love getcolorcode.com

Triadic colors

1 #215D41 and #41215D with #5D4121 are triadic colors.

2 #21415D and #415D21 with #5D4121 are triadic colors.