COLOR #5D3E36

HEX: #5D3E36
RGB: (93,62,54)

Color info

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

RGB color model

#5D3E36 color RGB value is (93,62,54).

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

RGB channels and saturation

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

93
62
54

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

Portions of RGB colors in percentages

R + G + B =
93 + 62 + 54 = 209 (100%)
R 93 of 209 ~ 44.5%
G 62 of 209 ~ 29.67%
B 54 of 209 ~ 25.84%

%44.5
%29.67
%25.84

CMYK color model

#5D3E36 color CMYK value is (0,33,42,64).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 41.94%
  • key color value is 63.53%
CMYK:
(0,33,42,64)
C0M33Y42K64 
(0%,33%,42%,64%)
(0.00/0.33/0.42/0.64)	

CMYK percentages

%0
%33.33
%41.94
%63.53

Codes

Color #5D3E36 in popluar color models

5D3E36
RGB936254
HSL12°26.53%28.82%
HSB/HSV12°41.94%36.47%
CMYK0.00%33.33%41.94%
63.53%

Color #5D3E36 in popluar number systems.

HEX5D3E36
Decimal936254
Binary1011101111110110110
Octal1357666

Shades and tints

Shades of #5D3E36

#5D3E36
(93,62,54)
#553932
(85,57,50)
#4D342E
(77,52,46)
#452F2A
(69,47,42)
#3D2A26
(61,42,38)
#352522
(53,37,34)
#2D201E
(45,32,30)
#251B1A
(37,27,26)
#1D1616
(29,22,22)
#151112
(21,17,18)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #5D3E36

#5D3E36
(93,62,54)
#6B4F48
(107,79,72)
#79605A
(121,96,90)
#87716C
(135,113,108)
#95827E
(149,130,126)
#A39390
(163,147,144)
#B1A4A2
(177,164,162)
#BFB5B4
(191,181,180)
#CDC6C6
(205,198,198)
#DBD7D8
(219,215,216)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3E36; }

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

This text font color is #5D3E36.


Background Color

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

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

This div background color is #5D3E36.


Border color

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

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

This div border color is #5D3E36.


Opacity

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

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

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

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

This text has shadow with #5D3E36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3E36 on black background.


Color preview on white background

This text has color #5D3E36 on white background.



Black color preview on #5D3E36 background

This text has black color on #5D3E36 background.


White color preview on #5D3E36 background

This text has white color on #5D3E36 background.