COLOR #5D3121

HEX: #5D3121
RGB: (93,49,33)

Color info

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

RGB color model

#5D3121 color RGB value is (93,49,33).

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

RGB channels and saturation

R 93 of 255 = 36%
G 49 of 255 = 19%
B 33 of 255 = 13%

93
49
33

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

Portions of RGB colors in percentages

R + G + B =
93 + 49 + 33 = 175 (100%)
R 93 of 175 ~ 53.14%
G 49 of 175 ~ 28%
B 33 of 175 ~ 18.86%

%53.14
%28
%18.86

CMYK color model

#5D3121 color CMYK value is (0,47,65,64).

  • cyan value is 0.00%
  • magenta value is 47.31%
  • yellow value is 64.52%
  • key color value is 63.53%
CMYK:
(0,47,65,64)
C0M47Y65K64 
(0%,47%,65%,64%)
(0.00/0.47/0.65/0.64)	

CMYK percentages

%0
%47.31
%64.52
%63.53

Codes

Color #5D3121 in popluar color models

5D3121
RGB934933
HSL16°47.62%24.71%
HSB/HSV16°64.52%36.47%
CMYK0.00%47.31%64.52%
63.53%

Color #5D3121 in popluar number systems.

HEX5D3121
Decimal934933
Binary1011101110001100001
Octal1356141

Shades and tints

Shades of #5D3121

#5D3121
(93,49,33)
#552D1E
(85,45,30)
#4D291B
(77,41,27)
#452518
(69,37,24)
#3D2115
(61,33,21)
#351D12
(53,29,18)
#2D190F
(45,25,15)
#25150C
(37,21,12)
#1D1109
(29,17,9)
#150D06
(21,13,6)
#0D0903
(13,9,3)
#000000
(0,0,0)

Tints of #5D3121

#5D3121
(93,49,33)
#6B4335
(107,67,53)
#795549
(121,85,73)
#87675D
(135,103,93)
#957971
(149,121,113)
#A38B85
(163,139,133)
#B19D99
(177,157,153)
#BFAFAD
(191,175,173)
#CDC1C1
(205,193,193)
#DBD3D5
(219,211,213)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3121; }

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

This text font color is #5D3121.


Background Color

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

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

This div background color is #5D3121.


Border color

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

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

This div border color is #5D3121.


Opacity

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

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

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

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

This text has shadow with #5D3121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3121 on black background.


Color preview on white background

This text has color #5D3121 on white background.



Black color preview on #5D3121 background

This text has black color on #5D3121 background.


White color preview on #5D3121 background

This text has white color on #5D3121 background.