COLOR #5D4831

HEX: #5D4831
RGB: (93,72,49)

Color info

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

RGB color model

#5D4831 color RGB value is (93,72,49).

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

RGB channels and saturation

R 93 of 255 = 36%
G 72 of 255 = 28%
B 49 of 255 = 19%

93
72
49

R + G + B ~ 28%. #5D4831 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 72 + 49 = 214 (100%)
R 93 of 214 ~ 43.46%
G 72 of 214 ~ 33.64%
B 49 of 214 ~ 22.9%

%43.46
%33.64
%22.9

CMYK color model

#5D4831 color CMYK value is (0,23,47,64).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 47.31%
  • key color value is 63.53%
CMYK:
(0,23,47,64)
C0M23Y47K64 
(0%,23%,47%,64%)
(0.00/0.23/0.47/0.64)	

CMYK percentages

%0
%22.58
%47.31
%63.53

Codes

Color #5D4831 in popluar color models

5D4831
RGB937249
HSL31°30.99%27.84%
HSB/HSV31°47.31%36.47%
CMYK0.00%22.58%47.31%
63.53%

Color #5D4831 in popluar number systems.

HEX5D4831
Decimal937249
Binary10111011001000110001
Octal13511061

Shades and tints

Shades of #5D4831

#5D4831
(93,72,49)
#55422D
(85,66,45)
#4D3C29
(77,60,41)
#453625
(69,54,37)
#3D3021
(61,48,33)
#352A1D
(53,42,29)
#2D2419
(45,36,25)
#251E15
(37,30,21)
#1D1811
(29,24,17)
#15120D
(21,18,13)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #5D4831

#5D4831
(93,72,49)
#6B5843
(107,88,67)
#796855
(121,104,85)
#877867
(135,120,103)
#958879
(149,136,121)
#A3988B
(163,152,139)
#B1A89D
(177,168,157)
#BFB8AF
(191,184,175)
#CDC8C1
(205,200,193)
#DBD8D3
(219,216,211)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4831; }

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

This text font color is #5D4831.


Background Color

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

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

This div background color is #5D4831.


Border color

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

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

This div border color is #5D4831.


Opacity

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

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

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

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

This text has shadow with #5D4831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4831 on black background.


Color preview on white background

This text has color #5D4831 on white background.



Black color preview on #5D4831 background

This text has black color on #5D4831 background.


White color preview on #5D4831 background

This text has white color on #5D4831 background.