COLOR #5D3336

HEX: #5D3336
RGB: (93,51,54)

Color info

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

RGB color model

#5D3336 color RGB value is (93,51,54).

  • red value is 93;
  • green value is 51;
  • blue value is 54.
RGB:
(93,51,54)
(36%,20%,21%)

RGB channels and saturation

R 93 of 255 = 36%
G 51 of 255 = 20%
B 54 of 255 = 21%

93
51
54

R + G + B ~ 26%. #5D3336 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 51 + 54 = 198 (100%)
R 93 of 198 ~ 46.97%
G 51 of 198 ~ 25.76%
B 54 of 198 ~ 27.27%

%46.97
%25.76
%27.27

CMYK color model

#5D3336 color CMYK value is (0,45,42,64).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 41.94%
  • key color value is 63.53%
CMYK:
(0,45,42,64)
C0M45Y42K64 
(0%,45%,42%,64%)
(0.00/0.45/0.42/0.64)	

CMYK percentages

%0
%45.16
%41.94
%63.53

Codes

Color #5D3336 in popluar color models

5D3336
RGB935154
HSL356°29.17%28.24%
HSB/HSV356°45.16%36.47%
CMYK0.00%45.16%41.94%
63.53%

Color #5D3336 in popluar number systems.

HEX5D3336
Decimal935154
Binary1011101110011110110
Octal1356366

Shades and tints

Shades of #5D3336

#5D3336
(93,51,54)
#552F32
(85,47,50)
#4D2B2E
(77,43,46)
#45272A
(69,39,42)
#3D2326
(61,35,38)
#351F22
(53,31,34)
#2D1B1E
(45,27,30)
#25171A
(37,23,26)
#1D1316
(29,19,22)
#150F12
(21,15,18)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #5D3336

#5D3336
(93,51,54)
#6B4548
(107,69,72)
#79575A
(121,87,90)
#87696C
(135,105,108)
#957B7E
(149,123,126)
#A38D90
(163,141,144)
#B19FA2
(177,159,162)
#BFB1B4
(191,177,180)
#CDC3C6
(205,195,198)
#DBD5D8
(219,213,216)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3336 color. Also use rgb(93,51,54) instead hex code.

Text Font Color

.myTextColor { color: #5D3336; }

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

This text font color is #5D3336.


Background Color

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

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

This div background color is #5D3336.


Border color

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

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

This div border color is #5D3336.


Opacity

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

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

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

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

This text has shadow with #5D3336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3336 on black background.


Color preview on white background

This text has color #5D3336 on white background.



Black color preview on #5D3336 background

This text has black color on #5D3336 background.


White color preview on #5D3336 background

This text has white color on #5D3336 background.