COLOR #5D351D

HEX: #5D351D
RGB: (93,53,29)

Color info

#5D351D contains mainly red and green colors. Web safe color of #5D351D is #663333 (or #633).

RGB color model

#5D351D color RGB value is (93,53,29).

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

RGB channels and saturation

R 93 of 255 = 36%
G 53 of 255 = 21%
B 29 of 255 = 11%

93
53
29

R + G + B ~ 23%. #5D351D is dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 53 + 29 = 175 (100%)
R 93 of 175 ~ 53.14%
G 53 of 175 ~ 30.29%
B 29 of 175 ~ 16.57%

%53.14
%30.29
%16.57

CMYK color model

#5D351D color CMYK value is (0,43,69,64).

  • cyan value is 0.00%
  • magenta value is 43.01%
  • yellow value is 68.82%
  • key color value is 63.53%
CMYK:
(0,43,69,64)
C0M43Y69K64 
(0%,43%,69%,64%)
(0.00/0.43/0.69/0.64)	

CMYK percentages

%0
%43.01
%68.82
%63.53

Codes

Color #5D351D in popluar color models

5D351D
RGB935329
HSL23°52.46%23.92%
HSB/HSV23°68.82%36.47%
CMYK0.00%43.01%68.82%
63.53%

Color #5D351D in popluar number systems.

HEX5D351D
Decimal935329
Binary101110111010111101
Octal1356535

Shades and tints

Shades of #5D351D

#5D351D
(93,53,29)
#55311B
(85,49,27)
#4D2D19
(77,45,25)
#452917
(69,41,23)
#3D2515
(61,37,21)
#352113
(53,33,19)
#2D1D11
(45,29,17)
#25190F
(37,25,15)
#1D150D
(29,21,13)
#15110B
(21,17,11)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #5D351D

#5D351D
(93,53,29)
#6B4731
(107,71,49)
#795945
(121,89,69)
#876B59
(135,107,89)
#957D6D
(149,125,109)
#A38F81
(163,143,129)
#B1A195
(177,161,149)
#BFB3A9
(191,179,169)
#CDC5BD
(205,197,189)
#DBD7D1
(219,215,209)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D351D; }

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

This text font color is #5D351D.


Background Color

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

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

This div background color is #5D351D.


Border color

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

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

This div border color is #5D351D.


Opacity

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

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

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

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

This text has shadow with #5D351D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D351D on black background.


Color preview on white background

This text has color #5D351D on white background.



Black color preview on #5D351D background

This text has black color on #5D351D background.


White color preview on #5D351D background

This text has white color on #5D351D background.