COLOR #5D4230

HEX: #5D4230
RGB: (93,66,48)

Color info

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

RGB color model

#5D4230 color RGB value is (93,66,48).

  • red value is 93;
  • green value is 66;
  • blue value is 48.
RGB:
(93,66,48)
(36%,26%,19%)

RGB channels and saturation

R 93 of 255 = 36%
G 66 of 255 = 26%
B 48 of 255 = 19%

93
66
48

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

Portions of RGB colors in percentages

R + G + B =
93 + 66 + 48 = 207 (100%)
R 93 of 207 ~ 44.93%
G 66 of 207 ~ 31.88%
B 48 of 207 ~ 23.19%

%44.93
%31.88
%23.19

CMYK color model

#5D4230 color CMYK value is (0,29,48,64).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 48.39%
  • key color value is 63.53%
CMYK:
(0,29,48,64)
C0M29Y48K64 
(0%,29%,48%,64%)
(0.00/0.29/0.48/0.64)	

CMYK percentages

%0
%29.03
%48.39
%63.53

Codes

Color #5D4230 in popluar color models

5D4230
RGB936648
HSL24°31.91%27.65%
HSB/HSV24°48.39%36.47%
CMYK0.00%29.03%48.39%
63.53%

Color #5D4230 in popluar number systems.

HEX5D4230
Decimal936648
Binary10111011000010110000
Octal13510260

Shades and tints

Shades of #5D4230

#5D4230
(93,66,48)
#553C2C
(85,60,44)
#4D3628
(77,54,40)
#453024
(69,48,36)
#3D2A20
(61,42,32)
#35241C
(53,36,28)
#2D1E18
(45,30,24)
#251814
(37,24,20)
#1D1210
(29,18,16)
#150C0C
(21,12,12)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #5D4230

#5D4230
(93,66,48)
#6B5342
(107,83,66)
#796454
(121,100,84)
#877566
(135,117,102)
#958678
(149,134,120)
#A3978A
(163,151,138)
#B1A89C
(177,168,156)
#BFB9AE
(191,185,174)
#CDCAC0
(205,202,192)
#DBDBD2
(219,219,210)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4230 color. Also use rgb(93,66,48) instead hex code.

Text Font Color

.myTextColor { color: #5D4230; }

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

This text font color is #5D4230.


Background Color

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

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

This div background color is #5D4230.


Border color

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

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

This div border color is #5D4230.


Opacity

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

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

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

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

This text has shadow with #5D4230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4230 on black background.


Color preview on white background

This text has color #5D4230 on white background.



Black color preview on #5D4230 background

This text has black color on #5D4230 background.


White color preview on #5D4230 background

This text has white color on #5D4230 background.