COLOR #5D3D36

HEX: #5D3D36
RGB: (93,61,54)

Color info

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

RGB color model

#5D3D36 color RGB value is (93,61,54).

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

RGB channels and saturation

R 93 of 255 = 36%
G 61 of 255 = 24%
B 54 of 255 = 21%

93
61
54

R + G + B ~ 27%. #5D3D36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 61 + 54 = 208 (100%)
R 93 of 208 ~ 44.71%
G 61 of 208 ~ 29.33%
B 54 of 208 ~ 25.96%

%44.71
%29.33
%25.96

CMYK color model

#5D3D36 color CMYK value is (0,34,42,64).

  • cyan value is 0.00%
  • magenta value is 34.41%
  • yellow value is 41.94%
  • key color value is 63.53%
CMYK:
(0,34,42,64)
C0M34Y42K64 
(0%,34%,42%,64%)
(0.00/0.34/0.42/0.64)	

CMYK percentages

%0
%34.41
%41.94
%63.53

Codes

Color #5D3D36 in popluar color models

5D3D36
RGB936154
HSL11°26.53%28.82%
HSB/HSV11°41.94%36.47%
CMYK0.00%34.41%41.94%
63.53%

Color #5D3D36 in popluar number systems.

HEX5D3D36
Decimal936154
Binary1011101111101110110
Octal1357566

Shades and tints

Shades of #5D3D36

#5D3D36
(93,61,54)
#553832
(85,56,50)
#4D332E
(77,51,46)
#452E2A
(69,46,42)
#3D2926
(61,41,38)
#352422
(53,36,34)
#2D1F1E
(45,31,30)
#251A1A
(37,26,26)
#1D1516
(29,21,22)
#151012
(21,16,18)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #5D3D36

#5D3D36
(93,61,54)
#6B4E48
(107,78,72)
#795F5A
(121,95,90)
#87706C
(135,112,108)
#95817E
(149,129,126)
#A39290
(163,146,144)
#B1A3A2
(177,163,162)
#BFB4B4
(191,180,180)
#CDC5C6
(205,197,198)
#DBD6D8
(219,214,216)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3D36; }

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

This text font color is #5D3D36.


Background Color

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

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

This div background color is #5D3D36.


Border color

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

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

This div border color is #5D3D36.


Opacity

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

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

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

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

This text has shadow with #5D3D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3D36 on black background.


Color preview on white background

This text has color #5D3D36 on white background.



Black color preview on #5D3D36 background

This text has black color on #5D3D36 background.


White color preview on #5D3D36 background

This text has white color on #5D3D36 background.