COLOR #5D5D3D

HEX: #5D5D3D
RGB: (93,93,61)

Color info

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

RGB color model

#5D5D3D color RGB value is (93,93,61).

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

RGB channels and saturation

R 93 of 255 = 36%
G 93 of 255 = 36%
B 61 of 255 = 24%

93
93
61

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

Portions of RGB colors in percentages

R + G + B =
93 + 93 + 61 = 247 (100%)
R 93 of 247 ~ 37.65%
G 93 of 247 ~ 37.65%
B 61 of 247 ~ 24.7%

%37.65
%37.65
%24.7

CMYK color model

#5D5D3D color CMYK value is (0,0,34,64).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 34.41%
  • key color value is 63.53%
CMYK:
(0,0,34,64)
C0M0Y34K64 
(0%,0%,34%,64%)
(0.00/0.00/0.34/0.64)	

CMYK percentages

%0
%0
%34.41
%63.53

Codes

Color #5D5D3D in popluar color models

5D5D3D
RGB939361
HSL60°20.78%30.20%
HSB/HSV60°34.41%36.47%
CMYK0.00%0.00%34.41%
63.53%

Color #5D5D3D in popluar number systems.

HEX5D5D3D
Decimal939361
Binary10111011011101111101
Octal13513575

Shades and tints

Shades of #5D5D3D

#5D5D3D
(93,93,61)
#555538
(85,85,56)
#4D4D33
(77,77,51)
#45452E
(69,69,46)
#3D3D29
(61,61,41)
#353524
(53,53,36)
#2D2D1F
(45,45,31)
#25251A
(37,37,26)
#1D1D15
(29,29,21)
#151510
(21,21,16)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #5D5D3D

#5D5D3D
(93,93,61)
#6B6B4E
(107,107,78)
#79795F
(121,121,95)
#878770
(135,135,112)
#959581
(149,149,129)
#A3A392
(163,163,146)
#B1B1A3
(177,177,163)
#BFBFB4
(191,191,180)
#CDCDC5
(205,205,197)
#DBDBD6
(219,219,214)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5D3D; }

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

This text font color is #5D5D3D.


Background Color

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

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

This div background color is #5D5D3D.


Border color

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

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

This div border color is #5D5D3D.


Opacity

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

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

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

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

This text has shadow with #5D5D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5D3D on black background.


Color preview on white background

This text has color #5D5D3D on white background.



Black color preview on #5D5D3D background

This text has black color on #5D5D3D background.


White color preview on #5D5D3D background

This text has white color on #5D5D3D background.