COLOR #5D3028

HEX: #5D3028
RGB: (93,48,40)

Color info

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

RGB color model

#5D3028 color RGB value is (93,48,40).

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

RGB channels and saturation

R 93 of 255 = 36%
G 48 of 255 = 19%
B 40 of 255 = 16%

93
48
40

R + G + B ~ 24%. #5D3028 is dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 48 + 40 = 181 (100%)
R 93 of 181 ~ 51.38%
G 48 of 181 ~ 26.52%
B 40 of 181 ~ 22.1%

%51.38
%26.52
%22.1

CMYK color model

#5D3028 color CMYK value is (0,48,57,64).

  • cyan value is 0.00%
  • magenta value is 48.39%
  • yellow value is 56.99%
  • key color value is 63.53%
CMYK:
(0,48,57,64)
C0M48Y57K64 
(0%,48%,57%,64%)
(0.00/0.48/0.57/0.64)	

CMYK percentages

%0
%48.39
%56.99
%63.53

Codes

Color #5D3028 in popluar color models

5D3028
RGB934840
HSL39.85%26.08%
HSB/HSV56.99%36.47%
CMYK0.00%48.39%56.99%
63.53%

Color #5D3028 in popluar number systems.

HEX5D3028
Decimal934840
Binary1011101110000101000
Octal1356050

Shades and tints

Shades of #5D3028

#5D3028
(93,48,40)
#552C25
(85,44,37)
#4D2822
(77,40,34)
#45241F
(69,36,31)
#3D201C
(61,32,28)
#351C19
(53,28,25)
#2D1816
(45,24,22)
#251413
(37,20,19)
#1D1010
(29,16,16)
#150C0D
(21,12,13)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #5D3028

#5D3028
(93,48,40)
#6B423B
(107,66,59)
#79544E
(121,84,78)
#876661
(135,102,97)
#957874
(149,120,116)
#A38A87
(163,138,135)
#B19C9A
(177,156,154)
#BFAEAD
(191,174,173)
#CDC0C0
(205,192,192)
#DBD2D3
(219,210,211)
#E9E4E6
(233,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3028; }

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

This text font color is #5D3028.


Background Color

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

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

This div background color is #5D3028.


Border color

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

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

This div border color is #5D3028.


Opacity

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

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

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

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

This text has shadow with #5D3028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3028 on black background.


Color preview on white background

This text has color #5D3028 on white background.



Black color preview on #5D3028 background

This text has black color on #5D3028 background.


White color preview on #5D3028 background

This text has white color on #5D3028 background.