COLOR #5D4643

HEX: #5D4643
RGB: (93,70,67)

Color info

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

RGB color model

#5D4643 color RGB value is (93,70,67).

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

RGB channels and saturation

R 93 of 255 = 36%
G 70 of 255 = 27%
B 67 of 255 = 26%

93
70
67

R + G + B ~ 30%. #5D4643 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 70 + 67 = 230 (100%)
R 93 of 230 ~ 40.43%
G 70 of 230 ~ 30.43%
B 67 of 230 ~ 29.13%

%40.43
%30.43
%29.13

CMYK color model

#5D4643 color CMYK value is (0,25,28,64).

  • cyan value is 0.00%
  • magenta value is 24.73%
  • yellow value is 27.96%
  • key color value is 63.53%
CMYK:
(0,25,28,64)
C0M25Y28K64 
(0%,25%,28%,64%)
(0.00/0.25/0.28/0.64)	

CMYK percentages

%0
%24.73
%27.96
%63.53

Codes

Color #5D4643 in popluar color models

5D4643
RGB937067
HSL16.25%31.37%
HSB/HSV27.96%36.47%
CMYK0.00%24.73%27.96%
63.53%

Color #5D4643 in popluar number systems.

HEX5D4643
Decimal937067
Binary101110110001101000011
Octal135106103

Shades and tints

Shades of #5D4643

#5D4643
(93,70,67)
#55403D
(85,64,61)
#4D3A37
(77,58,55)
#453431
(69,52,49)
#3D2E2B
(61,46,43)
#352825
(53,40,37)
#2D221F
(45,34,31)
#251C19
(37,28,25)
#1D1613
(29,22,19)
#15100D
(21,16,13)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #5D4643

#5D4643
(93,70,67)
#6B5654
(107,86,84)
#796665
(121,102,101)
#877676
(135,118,118)
#958687
(149,134,135)
#A39698
(163,150,152)
#B1A6A9
(177,166,169)
#BFB6BA
(191,182,186)
#CDC6CB
(205,198,203)
#DBD6DC
(219,214,220)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4643; }

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

This text font color is #5D4643.


Background Color

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

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

This div background color is #5D4643.


Border color

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

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

This div border color is #5D4643.


Opacity

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

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

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

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

This text has shadow with #5D4643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4643 on black background.


Color preview on white background

This text has color #5D4643 on white background.



Black color preview on #5D4643 background

This text has black color on #5D4643 background.


White color preview on #5D4643 background

This text has white color on #5D4643 background.