COLOR #5D3213

HEX: #5D3213
RGB: (93,50,19)

Color info

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

RGB color model

#5D3213 color RGB value is (93,50,19).

  • red value is 93;
  • green value is 50;
  • blue value is 19.
RGB:
(93,50,19)
(36%,20%,7%)

RGB channels and saturation

R 93 of 255 = 36%
G 50 of 255 = 20%
B 19 of 255 = 7%

93
50
19

R + G + B ~ 21%. #5D3213 is dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 50 + 19 = 162 (100%)
R 93 of 162 ~ 57.41%
G 50 of 162 ~ 30.86%
B 19 of 162 ~ 11.73%

%57.41
%30.86
%11.73

CMYK color model

#5D3213 color CMYK value is (0,46,80,64).

  • cyan value is 0.00%
  • magenta value is 46.24%
  • yellow value is 79.57%
  • key color value is 63.53%
CMYK:
(0,46,80,64)
C0M46Y80K64 
(0%,46%,80%,64%)
(0.00/0.46/0.80/0.64)	

CMYK percentages

%0
%46.24
%79.57
%63.53

Codes

Color #5D3213 in popluar color models

5D3213
RGB935019
HSL25°66.07%21.96%
HSB/HSV25°79.57%36.47%
CMYK0.00%46.24%79.57%
63.53%

Color #5D3213 in popluar number systems.

HEX5D3213
Decimal935019
Binary101110111001010011
Octal1356223

Shades and tints

Shades of #5D3213

#5D3213
(93,50,19)
#552E12
(85,46,18)
#4D2A11
(77,42,17)
#452610
(69,38,16)
#3D220F
(61,34,15)
#351E0E
(53,30,14)
#2D1A0D
(45,26,13)
#25160C
(37,22,12)
#1D120B
(29,18,11)
#150E0A
(21,14,10)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #5D3213

#5D3213
(93,50,19)
#6B4428
(107,68,40)
#79563D
(121,86,61)
#876852
(135,104,82)
#957A67
(149,122,103)
#A38C7C
(163,140,124)
#B19E91
(177,158,145)
#BFB0A6
(191,176,166)
#CDC2BB
(205,194,187)
#DBD4D0
(219,212,208)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3213 color. Also use rgb(93,50,19) instead hex code.

Text Font Color

.myTextColor { color: #5D3213; }

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

This text font color is #5D3213.


Background Color

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

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

This div background color is #5D3213.


Border color

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

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

This div border color is #5D3213.


Opacity

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

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

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

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

This text has shadow with #5D3213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3213 on black background.


Color preview on white background

This text has color #5D3213 on white background.



Black color preview on #5D3213 background

This text has black color on #5D3213 background.


White color preview on #5D3213 background

This text has white color on #5D3213 background.