COLOR #5D353E

HEX: #5D353E
RGB: (93,53,62)

Color info

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

RGB color model

#5D353E color RGB value is (93,53,62).

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

RGB channels and saturation

R 93 of 255 = 36%
G 53 of 255 = 21%
B 62 of 255 = 24%

93
53
62

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

Portions of RGB colors in percentages

R + G + B =
93 + 53 + 62 = 208 (100%)
R 93 of 208 ~ 44.71%
G 53 of 208 ~ 25.48%
B 62 of 208 ~ 29.81%

%44.71
%25.48
%29.81

CMYK color model

#5D353E color CMYK value is (0,43,33,64).

  • cyan value is 0.00%
  • magenta value is 43.01%
  • yellow value is 33.33%
  • key color value is 63.53%
CMYK:
(0,43,33,64)
C0M43Y33K64 
(0%,43%,33%,64%)
(0.00/0.43/0.33/0.64)	

CMYK percentages

%0
%43.01
%33.33
%63.53

Codes

Color #5D353E in popluar color models

5D353E
RGB935362
HSL347°27.40%28.63%
HSB/HSV347°43.01%36.47%
CMYK0.00%43.01%33.33%
63.53%

Color #5D353E in popluar number systems.

HEX5D353E
Decimal935362
Binary1011101110101111110
Octal1356576

Shades and tints

Shades of #5D353E

#5D353E
(93,53,62)
#553139
(85,49,57)
#4D2D34
(77,45,52)
#45292F
(69,41,47)
#3D252A
(61,37,42)
#352125
(53,33,37)
#2D1D20
(45,29,32)
#25191B
(37,25,27)
#1D1516
(29,21,22)
#151111
(21,17,17)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #5D353E

#5D353E
(93,53,62)
#6B474F
(107,71,79)
#795960
(121,89,96)
#876B71
(135,107,113)
#957D82
(149,125,130)
#A38F93
(163,143,147)
#B1A1A4
(177,161,164)
#BFB3B5
(191,179,181)
#CDC5C6
(205,197,198)
#DBD7D7
(219,215,215)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D353E; }

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

This text font color is #5D353E.


Background Color

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

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

This div background color is #5D353E.


Border color

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

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

This div border color is #5D353E.


Opacity

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

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

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

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

This text has shadow with #5D353E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D353E on black background.


Color preview on white background

This text has color #5D353E on white background.



Black color preview on #5D353E background

This text has black color on #5D353E background.


White color preview on #5D353E background

This text has white color on #5D353E background.