COLOR #5D353F

HEX: #5D353F
RGB: (93,53,63)

Color info

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

RGB color model

#5D353F color RGB value is (93,53,63).

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

RGB channels and saturation

R 93 of 255 = 36%
G 53 of 255 = 21%
B 63 of 255 = 25%

93
53
63

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

Portions of RGB colors in percentages

R + G + B =
93 + 53 + 63 = 209 (100%)
R 93 of 209 ~ 44.5%
G 53 of 209 ~ 25.36%
B 63 of 209 ~ 30.14%

%44.5
%25.36
%30.14

CMYK color model

#5D353F color CMYK value is (0,43,32,64).

  • cyan value is 0.00%
  • magenta value is 43.01%
  • yellow value is 32.26%
  • key color value is 63.53%
CMYK:
(0,43,32,64)
C0M43Y32K64 
(0%,43%,32%,64%)
(0.00/0.43/0.32/0.64)	

CMYK percentages

%0
%43.01
%32.26
%63.53

Codes

Color #5D353F in popluar color models

5D353F
RGB935363
HSL345°27.40%28.63%
HSB/HSV345°43.01%36.47%
CMYK0.00%43.01%32.26%
63.53%

Color #5D353F in popluar number systems.

HEX5D353F
Decimal935363
Binary1011101110101111111
Octal1356577

Shades and tints

Shades of #5D353F

#5D353F
(93,53,63)
#55313A
(85,49,58)
#4D2D35
(77,45,53)
#452930
(69,41,48)
#3D252B
(61,37,43)
#352126
(53,33,38)
#2D1D21
(45,29,33)
#25191C
(37,25,28)
#1D1517
(29,21,23)
#151112
(21,17,18)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #5D353F

#5D353F
(93,53,63)
#6B4750
(107,71,80)
#795961
(121,89,97)
#876B72
(135,107,114)
#957D83
(149,125,131)
#A38F94
(163,143,148)
#B1A1A5
(177,161,165)
#BFB3B6
(191,179,182)
#CDC5C7
(205,197,199)
#DBD7D8
(219,215,216)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D353F; }

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

This text font color is #5D353F.


Background Color

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

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

This div background color is #5D353F.


Border color

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

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

This div border color is #5D353F.


Opacity

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

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

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

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

This text has shadow with #5D353F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D353F on black background.


Color preview on white background

This text has color #5D353F on white background.



Black color preview on #5D353F background

This text has black color on #5D353F background.


White color preview on #5D353F background

This text has white color on #5D353F background.