COLOR #5D3E35

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

93
62
53

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

Portions of RGB colors in percentages

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

%44.71
%29.81
%25.48

CMYK color model

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

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

CMYK percentages

%0
%33.33
%43.01
%63.53

Codes

Color #5D3E35 in popluar color models

5D3E35
RGB936253
HSL14°27.40%28.63%
HSB/HSV14°43.01%36.47%
CMYK0.00%33.33%43.01%
63.53%

Color #5D3E35 in popluar number systems.

HEX5D3E35
Decimal936253
Binary1011101111110110101
Octal1357665

Shades and tints

Shades of #5D3E35

#5D3E35
(93,62,53)
#553931
(85,57,49)
#4D342D
(77,52,45)
#452F29
(69,47,41)
#3D2A25
(61,42,37)
#352521
(53,37,33)
#2D201D
(45,32,29)
#251B19
(37,27,25)
#1D1615
(29,22,21)
#151111
(21,17,17)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #5D3E35

#5D3E35
(93,62,53)
#6B4F47
(107,79,71)
#796059
(121,96,89)
#87716B
(135,113,107)
#95827D
(149,130,125)
#A3938F
(163,147,143)
#B1A4A1
(177,164,161)
#BFB5B3
(191,181,179)
#CDC6C5
(205,198,197)
#DBD7D7
(219,215,215)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3E35; }

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

This text font color is #5D3E35.


Background Color

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

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

This div background color is #5D3E35.


Border color

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

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

This div border color is #5D3E35.


Opacity

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

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

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

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

This text has shadow with #5D3E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3E35 on black background.


Color preview on white background

This text has color #5D3E35 on white background.



Black color preview on #5D3E35 background

This text has black color on #5D3E35 background.


White color preview on #5D3E35 background

This text has white color on #5D3E35 background.