COLOR #5D5D31

HEX: #5D5D31
RGB: (93,93,49)

Color info

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

RGB color model

#5D5D31 color RGB value is (93,93,49).

  • red value is 93;
  • green value is 93;
  • blue value is 49.
RGB:
(93,93,49)
(36%,36%,19%)

RGB channels and saturation

R 93 of 255 = 36%
G 93 of 255 = 36%
B 49 of 255 = 19%

93
93
49

R + G + B ~ 30%. #5D5D31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 93 + 49 = 235 (100%)
R 93 of 235 ~ 39.57%
G 93 of 235 ~ 39.57%
B 49 of 235 ~ 20.85%

%39.57
%39.57
%20.85

CMYK color model

#5D5D31 color CMYK value is (0,0,47,64).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 47.31%
  • key color value is 63.53%
CMYK:
(0,0,47,64)
C0M0Y47K64 
(0%,0%,47%,64%)
(0.00/0.00/0.47/0.64)	

CMYK percentages

%0
%0
%47.31
%63.53

Codes

Color #5D5D31 in popluar color models

5D5D31
RGB939349
HSL60°30.99%27.84%
HSB/HSV60°47.31%36.47%
CMYK0.00%0.00%47.31%
63.53%

Color #5D5D31 in popluar number systems.

HEX5D5D31
Decimal939349
Binary10111011011101110001
Octal13513561

Shades and tints

Shades of #5D5D31

#5D5D31
(93,93,49)
#55552D
(85,85,45)
#4D4D29
(77,77,41)
#454525
(69,69,37)
#3D3D21
(61,61,33)
#35351D
(53,53,29)
#2D2D19
(45,45,25)
#252515
(37,37,21)
#1D1D11
(29,29,17)
#15150D
(21,21,13)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #5D5D31

#5D5D31
(93,93,49)
#6B6B43
(107,107,67)
#797955
(121,121,85)
#878767
(135,135,103)
#959579
(149,149,121)
#A3A38B
(163,163,139)
#B1B19D
(177,177,157)
#BFBFAF
(191,191,175)
#CDCDC1
(205,205,193)
#DBDBD3
(219,219,211)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5D31; }

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

This text font color is #5D5D31.


Background Color

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

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

This div background color is #5D5D31.


Border color

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

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

This div border color is #5D5D31.


Opacity

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

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

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

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

This text has shadow with #5D5D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5D31 on black background.


Color preview on white background

This text has color #5D5D31 on white background.



Black color preview on #5D5D31 background

This text has black color on #5D5D31 background.


White color preview on #5D5D31 background

This text has white color on #5D5D31 background.