COLOR #5D5C3A

HEX: #5D5C3A
RGB: (93,92,58)

Color info

#5D5C3A contains red, green and blue colors in about the same proportion. Web safe color of #5D5C3A is #666633 (or #663).

RGB color model

#5D5C3A color RGB value is (93,92,58).

  • red value is 93;
  • green value is 92;
  • blue value is 58.
RGB:
(93,92,58)
(36%,36%,23%)

RGB channels and saturation

R 93 of 255 = 36%
G 92 of 255 = 36%
B 58 of 255 = 23%

93
92
58

R + G + B ~ 32%. #5D5C3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 92 + 58 = 243 (100%)
R 93 of 243 ~ 38.27%
G 92 of 243 ~ 37.86%
B 58 of 243 ~ 23.87%

%38.27
%37.86
%23.87

CMYK color model

#5D5C3A color CMYK value is (0,1,38,64).

  • cyan value is 0.00%
  • magenta value is 1.08%
  • yellow value is 37.63%
  • key color value is 63.53%
CMYK:
(0,1,38,64)
C0M1Y38K64 
(0%,1%,38%,64%)
(0.00/0.01/0.38/0.64)	

CMYK percentages

%0
%1.08
%37.63
%63.53

Codes

Color #5D5C3A in popluar color models

5D5C3A
RGB939258
HSL58°23.18%29.61%
HSB/HSV58°37.63%36.47%
CMYK0.00%1.08%37.63%
63.53%

Color #5D5C3A in popluar number systems.

HEX5D5C3A
Decimal939258
Binary10111011011100111010
Octal13513472

Shades and tints

Shades of #5D5C3A

#5D5C3A
(93,92,58)
#555435
(85,84,53)
#4D4C30
(77,76,48)
#45442B
(69,68,43)
#3D3C26
(61,60,38)
#353421
(53,52,33)
#2D2C1C
(45,44,28)
#252417
(37,36,23)
#1D1C12
(29,28,18)
#15140D
(21,20,13)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #5D5C3A

#5D5C3A
(93,92,58)
#6B6A4B
(107,106,75)
#79785C
(121,120,92)
#87866D
(135,134,109)
#95947E
(149,148,126)
#A3A28F
(163,162,143)
#B1B0A0
(177,176,160)
#BFBEB1
(191,190,177)
#CDCCC2
(205,204,194)
#DBDAD3
(219,218,211)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5C3A color. Also use rgb(93,92,58) instead hex code.

Text Font Color

.myTextColor { color: #5D5C3A; }

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

This text font color is #5D5C3A.


Background Color

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

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

This div background color is #5D5C3A.


Border color

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

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

This div border color is #5D5C3A.


Opacity

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

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

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

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

This text has shadow with #5D5C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5C3A on black background.


Color preview on white background

This text has color #5D5C3A on white background.



Black color preview on #5D5C3A background

This text has black color on #5D5C3A background.


White color preview on #5D5C3A background

This text has white color on #5D5C3A background.