COLOR #5D3031

HEX: #5D3031
RGB: (93,48,49)

Color info

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

RGB color model

#5D3031 color RGB value is (93,48,49).

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

RGB channels and saturation

R 93 of 255 = 36%
G 48 of 255 = 19%
B 49 of 255 = 19%

93
48
49

R + G + B ~ 25%. #5D3031 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 48 + 49 = 190 (100%)
R 93 of 190 ~ 48.95%
G 48 of 190 ~ 25.26%
B 49 of 190 ~ 25.79%

%48.95
%25.26
%25.79

CMYK color model

#5D3031 color CMYK value is (0,48,47,64).

  • cyan value is 0.00%
  • magenta value is 48.39%
  • yellow value is 47.31%
  • key color value is 63.53%
CMYK:
(0,48,47,64)
C0M48Y47K64 
(0%,48%,47%,64%)
(0.00/0.48/0.47/0.64)	

CMYK percentages

%0
%48.39
%47.31
%63.53

Codes

Color #5D3031 in popluar color models

5D3031
RGB934849
HSL359°31.91%27.65%
HSB/HSV359°48.39%36.47%
CMYK0.00%48.39%47.31%
63.53%

Color #5D3031 in popluar number systems.

HEX5D3031
Decimal934849
Binary1011101110000110001
Octal1356061

Shades and tints

Shades of #5D3031

#5D3031
(93,48,49)
#552C2D
(85,44,45)
#4D2829
(77,40,41)
#452425
(69,36,37)
#3D2021
(61,32,33)
#351C1D
(53,28,29)
#2D1819
(45,24,25)
#251415
(37,20,21)
#1D1011
(29,16,17)
#150C0D
(21,12,13)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #5D3031

#5D3031
(93,48,49)
#6B4243
(107,66,67)
#795455
(121,84,85)
#876667
(135,102,103)
#957879
(149,120,121)
#A38A8B
(163,138,139)
#B19C9D
(177,156,157)
#BFAEAF
(191,174,175)
#CDC0C1
(205,192,193)
#DBD2D3
(219,210,211)
#E9E4E5
(233,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3031; }

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

This text font color is #5D3031.


Background Color

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

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

This div background color is #5D3031.


Border color

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

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

This div border color is #5D3031.


Opacity

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

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

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

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

This text has shadow with #5D3031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3031 on black background.


Color preview on white background

This text has color #5D3031 on white background.



Black color preview on #5D3031 background

This text has black color on #5D3031 background.


White color preview on #5D3031 background

This text has white color on #5D3031 background.