COLOR #5D4143

HEX: #5D4143
RGB: (93,65,67)

Color info

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

RGB color model

#5D4143 color RGB value is (93,65,67).

  • red value is 93;
  • green value is 65;
  • blue value is 67.
RGB:
(93,65,67)
(36%,25%,26%)

RGB channels and saturation

R 93 of 255 = 36%
G 65 of 255 = 25%
B 67 of 255 = 26%

93
65
67

R + G + B ~ 29%. #5D4143 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 65 + 67 = 225 (100%)
R 93 of 225 ~ 41.33%
G 65 of 225 ~ 28.89%
B 67 of 225 ~ 29.78%

%41.33
%28.89
%29.78

CMYK color model

#5D4143 color CMYK value is (0,30,28,64).

  • cyan value is 0.00%
  • magenta value is 30.11%
  • yellow value is 27.96%
  • key color value is 63.53%
CMYK:
(0,30,28,64)
C0M30Y28K64 
(0%,30%,28%,64%)
(0.00/0.30/0.28/0.64)	

CMYK percentages

%0
%30.11
%27.96
%63.53

Codes

Color #5D4143 in popluar color models

5D4143
RGB936567
HSL356°17.72%30.98%
HSB/HSV356°30.11%36.47%
CMYK0.00%30.11%27.96%
63.53%

Color #5D4143 in popluar number systems.

HEX5D4143
Decimal936567
Binary101110110000011000011
Octal135101103

Shades and tints

Shades of #5D4143

#5D4143
(93,65,67)
#553C3D
(85,60,61)
#4D3737
(77,55,55)
#453231
(69,50,49)
#3D2D2B
(61,45,43)
#352825
(53,40,37)
#2D231F
(45,35,31)
#251E19
(37,30,25)
#1D1913
(29,25,19)
#15140D
(21,20,13)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #5D4143

#5D4143
(93,65,67)
#6B5254
(107,82,84)
#796365
(121,99,101)
#877476
(135,116,118)
#958587
(149,133,135)
#A39698
(163,150,152)
#B1A7A9
(177,167,169)
#BFB8BA
(191,184,186)
#CDC9CB
(205,201,203)
#DBDADC
(219,218,220)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4143 color. Also use rgb(93,65,67) instead hex code.

Text Font Color

.myTextColor { color: #5D4143; }

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

This text font color is #5D4143.


Background Color

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

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

This div background color is #5D4143.


Border color

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

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

This div border color is #5D4143.


Opacity

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

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

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

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

This text has shadow with #5D4143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4143 on black background.


Color preview on white background

This text has color #5D4143 on white background.



Black color preview on #5D4143 background

This text has black color on #5D4143 background.


White color preview on #5D4143 background

This text has white color on #5D4143 background.