COLOR #5D4841

HEX: #5D4841
RGB: (93,72,65)

Color info

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

RGB color model

#5D4841 color RGB value is (93,72,65).

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

RGB channels and saturation

R 93 of 255 = 36%
G 72 of 255 = 28%
B 65 of 255 = 25%

93
72
65

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

Portions of RGB colors in percentages

R + G + B =
93 + 72 + 65 = 230 (100%)
R 93 of 230 ~ 40.43%
G 72 of 230 ~ 31.3%
B 65 of 230 ~ 28.26%

%40.43
%31.3
%28.26

CMYK color model

#5D4841 color CMYK value is (0,23,30,64).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 30.11%
  • key color value is 63.53%
CMYK:
(0,23,30,64)
C0M23Y30K64 
(0%,23%,30%,64%)
(0.00/0.23/0.30/0.64)	

CMYK percentages

%0
%22.58
%30.11
%63.53

Codes

Color #5D4841 in popluar color models

5D4841
RGB937265
HSL15°17.72%30.98%
HSB/HSV15°30.11%36.47%
CMYK0.00%22.58%30.11%
63.53%

Color #5D4841 in popluar number systems.

HEX5D4841
Decimal937265
Binary101110110010001000001
Octal135110101

Shades and tints

Shades of #5D4841

#5D4841
(93,72,65)
#55423C
(85,66,60)
#4D3C37
(77,60,55)
#453632
(69,54,50)
#3D302D
(61,48,45)
#352A28
(53,42,40)
#2D2423
(45,36,35)
#251E1E
(37,30,30)
#1D1819
(29,24,25)
#151214
(21,18,20)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #5D4841

#5D4841
(93,72,65)
#6B5852
(107,88,82)
#796863
(121,104,99)
#877874
(135,120,116)
#958885
(149,136,133)
#A39896
(163,152,150)
#B1A8A7
(177,168,167)
#BFB8B8
(191,184,184)
#CDC8C9
(205,200,201)
#DBD8DA
(219,216,218)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4841; }

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

This text font color is #5D4841.


Background Color

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

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

This div background color is #5D4841.


Border color

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

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

This div border color is #5D4841.


Opacity

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

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

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

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

This text has shadow with #5D4841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4841 on black background.


Color preview on white background

This text has color #5D4841 on white background.



Black color preview on #5D4841 background

This text has black color on #5D4841 background.


White color preview on #5D4841 background

This text has white color on #5D4841 background.