COLOR #5D4215

HEX: #5D4215
RGB: (93,66,21)

Color info

#5D4215 contains mainly red and green colors. Web safe color of #5D4215 is #663300 (or #630).

RGB color model

#5D4215 color RGB value is (93,66,21).

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

RGB channels and saturation

R 93 of 255 = 36%
G 66 of 255 = 26%
B 21 of 255 = 8%

93
66
21

R + G + B ~ 23%. #5D4215 is dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 66 + 21 = 180 (100%)
R 93 of 180 ~ 51.67%
G 66 of 180 ~ 36.67%
B 21 of 180 ~ 11.67%

%51.67
%36.67
%11.67

CMYK color model

#5D4215 color CMYK value is (0,29,77,64).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 77.42%
  • key color value is 63.53%
CMYK:
(0,29,77,64)
C0M29Y77K64 
(0%,29%,77%,64%)
(0.00/0.29/0.77/0.64)	

CMYK percentages

%0
%29.03
%77.42
%63.53

Codes

Color #5D4215 in popluar color models

5D4215
RGB936621
HSL38°63.16%22.35%
HSB/HSV38°77.42%36.47%
CMYK0.00%29.03%77.42%
63.53%

Color #5D4215 in popluar number systems.

HEX5D4215
Decimal936621
Binary1011101100001010101
Octal13510225

Shades and tints

Shades of #5D4215

#5D4215
(93,66,21)
#553C14
(85,60,20)
#4D3613
(77,54,19)
#453012
(69,48,18)
#3D2A11
(61,42,17)
#352410
(53,36,16)
#2D1E0F
(45,30,15)
#25180E
(37,24,14)
#1D120D
(29,18,13)
#150C0C
(21,12,12)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #5D4215

#5D4215
(93,66,21)
#6B532A
(107,83,42)
#79643F
(121,100,63)
#877554
(135,117,84)
#958669
(149,134,105)
#A3977E
(163,151,126)
#B1A893
(177,168,147)
#BFB9A8
(191,185,168)
#CDCABD
(205,202,189)
#DBDBD2
(219,219,210)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4215; }

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

This text font color is #5D4215.


Background Color

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

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

This div background color is #5D4215.


Border color

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

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

This div border color is #5D4215.


Opacity

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

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

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

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

This text has shadow with #5D4215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4215 on black background.


Color preview on white background

This text has color #5D4215 on white background.



Black color preview on #5D4215 background

This text has black color on #5D4215 background.


White color preview on #5D4215 background

This text has white color on #5D4215 background.