COLOR #5D3E3F

HEX: #5D3E3F
RGB: (93,62,63)

Color info

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

RGB color model

#5D3E3F color RGB value is (93,62,63).

  • red value is 93;
  • green value is 62;
  • blue value is 63.
RGB:
(93,62,63)
(36%,24%,25%)

RGB channels and saturation

R 93 of 255 = 36%
G 62 of 255 = 24%
B 63 of 255 = 25%

93
62
63

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

Portions of RGB colors in percentages

R + G + B =
93 + 62 + 63 = 218 (100%)
R 93 of 218 ~ 42.66%
G 62 of 218 ~ 28.44%
B 63 of 218 ~ 28.9%

%42.66
%28.44
%28.9

CMYK color model

#5D3E3F color CMYK value is (0,33,32,64).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 32.26%
  • key color value is 63.53%
CMYK:
(0,33,32,64)
C0M33Y32K64 
(0%,33%,32%,64%)
(0.00/0.33/0.32/0.64)	

CMYK percentages

%0
%33.33
%32.26
%63.53

Codes

Color #5D3E3F in popluar color models

5D3E3F
RGB936263
HSL358°20.00%30.39%
HSB/HSV358°33.33%36.47%
CMYK0.00%33.33%32.26%
63.53%

Color #5D3E3F in popluar number systems.

HEX5D3E3F
Decimal936263
Binary1011101111110111111
Octal1357677

Shades and tints

Shades of #5D3E3F

#5D3E3F
(93,62,63)
#55393A
(85,57,58)
#4D3435
(77,52,53)
#452F30
(69,47,48)
#3D2A2B
(61,42,43)
#352526
(53,37,38)
#2D2021
(45,32,33)
#251B1C
(37,27,28)
#1D1617
(29,22,23)
#151112
(21,17,18)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #5D3E3F

#5D3E3F
(93,62,63)
#6B4F50
(107,79,80)
#796061
(121,96,97)
#877172
(135,113,114)
#958283
(149,130,131)
#A39394
(163,147,148)
#B1A4A5
(177,164,165)
#BFB5B6
(191,181,182)
#CDC6C7
(205,198,199)
#DBD7D8
(219,215,216)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3E3F color. Also use rgb(93,62,63) instead hex code.

Text Font Color

.myTextColor { color: #5D3E3F; }

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

This text font color is #5D3E3F.


Background Color

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

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

This div background color is #5D3E3F.


Border color

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

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

This div border color is #5D3E3F.


Opacity

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

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

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

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

This text has shadow with #5D3E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3E3F on black background.


Color preview on white background

This text has color #5D3E3F on white background.



Black color preview on #5D3E3F background

This text has black color on #5D3E3F background.


White color preview on #5D3E3F background

This text has white color on #5D3E3F background.