COLOR #5D3E21

HEX: #5D3E21
RGB: (93,62,33)

Color info

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

RGB color model

#5D3E21 color RGB value is (93,62,33).

  • red value is 93;
  • green value is 62;
  • blue value is 33.
RGB:
(93,62,33)
(36%,24%,13%)

RGB channels and saturation

R 93 of 255 = 36%
G 62 of 255 = 24%
B 33 of 255 = 13%

93
62
33

R + G + B ~ 24%. #5D3E21 is dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 62 + 33 = 188 (100%)
R 93 of 188 ~ 49.47%
G 62 of 188 ~ 32.98%
B 33 of 188 ~ 17.55%

%49.47
%32.98
%17.55

CMYK color model

#5D3E21 color CMYK value is (0,33,65,64).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 64.52%
  • key color value is 63.53%
CMYK:
(0,33,65,64)
C0M33Y65K64 
(0%,33%,65%,64%)
(0.00/0.33/0.65/0.64)	

CMYK percentages

%0
%33.33
%64.52
%63.53

Codes

Color #5D3E21 in popluar color models

5D3E21
RGB936233
HSL29°47.62%24.71%
HSB/HSV29°64.52%36.47%
CMYK0.00%33.33%64.52%
63.53%

Color #5D3E21 in popluar number systems.

HEX5D3E21
Decimal936233
Binary1011101111110100001
Octal1357641

Shades and tints

Shades of #5D3E21

#5D3E21
(93,62,33)
#55391E
(85,57,30)
#4D341B
(77,52,27)
#452F18
(69,47,24)
#3D2A15
(61,42,21)
#352512
(53,37,18)
#2D200F
(45,32,15)
#251B0C
(37,27,12)
#1D1609
(29,22,9)
#151106
(21,17,6)
#0D0C03
(13,12,3)
#000000
(0,0,0)

Tints of #5D3E21

#5D3E21
(93,62,33)
#6B4F35
(107,79,53)
#796049
(121,96,73)
#87715D
(135,113,93)
#958271
(149,130,113)
#A39385
(163,147,133)
#B1A499
(177,164,153)
#BFB5AD
(191,181,173)
#CDC6C1
(205,198,193)
#DBD7D5
(219,215,213)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3E21; }

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

This text font color is #5D3E21.


Background Color

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

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

This div background color is #5D3E21.


Border color

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

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

This div border color is #5D3E21.


Opacity

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

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

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

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

This text has shadow with #5D3E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3E21 on black background.


Color preview on white background

This text has color #5D3E21 on white background.



Black color preview on #5D3E21 background

This text has black color on #5D3E21 background.


White color preview on #5D3E21 background

This text has white color on #5D3E21 background.