COLOR #5D4128

HEX: #5D4128
RGB: (93,65,40)

Color info

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

RGB color model

#5D4128 color RGB value is (93,65,40).

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

RGB channels and saturation

R 93 of 255 = 36%
G 65 of 255 = 25%
B 40 of 255 = 16%

93
65
40

R + G + B ~ 26%. #5D4128 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 65 + 40 = 198 (100%)
R 93 of 198 ~ 46.97%
G 65 of 198 ~ 32.83%
B 40 of 198 ~ 20.2%

%46.97
%32.83
%20.2

CMYK color model

#5D4128 color CMYK value is (0,30,57,64).

  • cyan value is 0.00%
  • magenta value is 30.11%
  • yellow value is 56.99%
  • key color value is 63.53%
CMYK:
(0,30,57,64)
C0M30Y57K64 
(0%,30%,57%,64%)
(0.00/0.30/0.57/0.64)	

CMYK percentages

%0
%30.11
%56.99
%63.53

Codes

Color #5D4128 in popluar color models

5D4128
RGB936540
HSL28°39.85%26.08%
HSB/HSV28°56.99%36.47%
CMYK0.00%30.11%56.99%
63.53%

Color #5D4128 in popluar number systems.

HEX5D4128
Decimal936540
Binary10111011000001101000
Octal13510150

Shades and tints

Shades of #5D4128

#5D4128
(93,65,40)
#553C25
(85,60,37)
#4D3722
(77,55,34)
#45321F
(69,50,31)
#3D2D1C
(61,45,28)
#352819
(53,40,25)
#2D2316
(45,35,22)
#251E13
(37,30,19)
#1D1910
(29,25,16)
#15140D
(21,20,13)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #5D4128

#5D4128
(93,65,40)
#6B523B
(107,82,59)
#79634E
(121,99,78)
#877461
(135,116,97)
#958574
(149,133,116)
#A39687
(163,150,135)
#B1A79A
(177,167,154)
#BFB8AD
(191,184,173)
#CDC9C0
(205,201,192)
#DBDAD3
(219,218,211)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4128; }

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

This text font color is #5D4128.


Background Color

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

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

This div background color is #5D4128.


Border color

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

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

This div border color is #5D4128.


Opacity

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

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

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

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

This text has shadow with #5D4128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4128 on black background.


Color preview on white background

This text has color #5D4128 on white background.



Black color preview on #5D4128 background

This text has black color on #5D4128 background.


White color preview on #5D4128 background

This text has white color on #5D4128 background.