COLOR #5D3F29

HEX: #5D3F29
RGB: (93,63,41)

Color info

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

RGB color model

#5D3F29 color RGB value is (93,63,41).

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

RGB channels and saturation

R 93 of 255 = 36%
G 63 of 255 = 25%
B 41 of 255 = 16%

93
63
41

R + G + B ~ 26%. #5D3F29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 63 + 41 = 197 (100%)
R 93 of 197 ~ 47.21%
G 63 of 197 ~ 31.98%
B 41 of 197 ~ 20.81%

%47.21
%31.98
%20.81

CMYK color model

#5D3F29 color CMYK value is (0,32,56,64).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 55.91%
  • key color value is 63.53%
CMYK:
(0,32,56,64)
C0M32Y56K64 
(0%,32%,56%,64%)
(0.00/0.32/0.56/0.64)	

CMYK percentages

%0
%32.26
%55.91
%63.53

Codes

Color #5D3F29 in popluar color models

5D3F29
RGB936341
HSL25°38.81%26.27%
HSB/HSV25°55.91%36.47%
CMYK0.00%32.26%55.91%
63.53%

Color #5D3F29 in popluar number systems.

HEX5D3F29
Decimal936341
Binary1011101111111101001
Octal1357751

Shades and tints

Shades of #5D3F29

#5D3F29
(93,63,41)
#553A26
(85,58,38)
#4D3523
(77,53,35)
#453020
(69,48,32)
#3D2B1D
(61,43,29)
#35261A
(53,38,26)
#2D2117
(45,33,23)
#251C14
(37,28,20)
#1D1711
(29,23,17)
#15120E
(21,18,14)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #5D3F29

#5D3F29
(93,63,41)
#6B503C
(107,80,60)
#79614F
(121,97,79)
#877262
(135,114,98)
#958375
(149,131,117)
#A39488
(163,148,136)
#B1A59B
(177,165,155)
#BFB6AE
(191,182,174)
#CDC7C1
(205,199,193)
#DBD8D4
(219,216,212)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3F29; }

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

This text font color is #5D3F29.


Background Color

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

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

This div background color is #5D3F29.


Border color

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

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

This div border color is #5D3F29.


Opacity

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

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

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

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

This text has shadow with #5D3F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3F29 on black background.


Color preview on white background

This text has color #5D3F29 on white background.



Black color preview on #5D3F29 background

This text has black color on #5D3F29 background.


White color preview on #5D3F29 background

This text has white color on #5D3F29 background.