COLOR #5D3223

HEX: #5D3223
RGB: (93,50,35)

Color info

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

RGB color model

#5D3223 color RGB value is (93,50,35).

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

RGB channels and saturation

R 93 of 255 = 36%
G 50 of 255 = 20%
B 35 of 255 = 14%

93
50
35

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

Portions of RGB colors in percentages

R + G + B =
93 + 50 + 35 = 178 (100%)
R 93 of 178 ~ 52.25%
G 50 of 178 ~ 28.09%
B 35 of 178 ~ 19.66%

%52.25
%28.09
%19.66

CMYK color model

#5D3223 color CMYK value is (0,46,62,64).

  • cyan value is 0.00%
  • magenta value is 46.24%
  • yellow value is 62.37%
  • key color value is 63.53%
CMYK:
(0,46,62,64)
C0M46Y62K64 
(0%,46%,62%,64%)
(0.00/0.46/0.62/0.64)	

CMYK percentages

%0
%46.24
%62.37
%63.53

Codes

Color #5D3223 in popluar color models

5D3223
RGB935035
HSL16°45.31%25.10%
HSB/HSV16°62.37%36.47%
CMYK0.00%46.24%62.37%
63.53%

Color #5D3223 in popluar number systems.

HEX5D3223
Decimal935035
Binary1011101110010100011
Octal1356243

Shades and tints

Shades of #5D3223

#5D3223
(93,50,35)
#552E20
(85,46,32)
#4D2A1D
(77,42,29)
#45261A
(69,38,26)
#3D2217
(61,34,23)
#351E14
(53,30,20)
#2D1A11
(45,26,17)
#25160E
(37,22,14)
#1D120B
(29,18,11)
#150E08
(21,14,8)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #5D3223

#5D3223
(93,50,35)
#6B4437
(107,68,55)
#79564B
(121,86,75)
#87685F
(135,104,95)
#957A73
(149,122,115)
#A38C87
(163,140,135)
#B19E9B
(177,158,155)
#BFB0AF
(191,176,175)
#CDC2C3
(205,194,195)
#DBD4D7
(219,212,215)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3223; }

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

This text font color is #5D3223.


Background Color

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

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

This div background color is #5D3223.


Border color

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

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

This div border color is #5D3223.


Opacity

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

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

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

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

This text has shadow with #5D3223 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3223 on black background.


Color preview on white background

This text has color #5D3223 on white background.



Black color preview on #5D3223 background

This text has black color on #5D3223 background.


White color preview on #5D3223 background

This text has white color on #5D3223 background.