COLOR #5D5321

HEX: #5D5321
RGB: (93,83,33)

Color info

#5D5321 contains mainly red and green colors. Web safe color of #5D5321 is #666633 (or #663).

RGB color model

#5D5321 color RGB value is (93,83,33).

  • red value is 93;
  • green value is 83;
  • blue value is 33.
RGB:
(93,83,33)
(36%,33%,13%)

RGB channels and saturation

R 93 of 255 = 36%
G 83 of 255 = 33%
B 33 of 255 = 13%

93
83
33

R + G + B ~ 27%. #5D5321 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 83 + 33 = 209 (100%)
R 93 of 209 ~ 44.5%
G 83 of 209 ~ 39.71%
B 33 of 209 ~ 15.79%

%44.5
%39.71
%15.79

CMYK color model

#5D5321 color CMYK value is (0,11,65,64).

  • cyan value is 0.00%
  • magenta value is 10.75%
  • yellow value is 64.52%
  • key color value is 63.53%
CMYK:
(0,11,65,64)
C0M11Y65K64 
(0%,11%,65%,64%)
(0.00/0.11/0.65/0.64)	

CMYK percentages

%0
%10.75
%64.52
%63.53

Codes

Color #5D5321 in popluar color models

5D5321
RGB938333
HSL50°47.62%24.71%
HSB/HSV50°64.52%36.47%
CMYK0.00%10.75%64.52%
63.53%

Color #5D5321 in popluar number systems.

HEX5D5321
Decimal938333
Binary10111011010011100001
Octal13512341

Shades and tints

Shades of #5D5321

#5D5321
(93,83,33)
#554C1E
(85,76,30)
#4D451B
(77,69,27)
#453E18
(69,62,24)
#3D3715
(61,55,21)
#353012
(53,48,18)
#2D290F
(45,41,15)
#25220C
(37,34,12)
#1D1B09
(29,27,9)
#151406
(21,20,6)
#0D0D03
(13,13,3)
#000000
(0,0,0)

Tints of #5D5321

#5D5321
(93,83,33)
#6B6235
(107,98,53)
#797149
(121,113,73)
#87805D
(135,128,93)
#958F71
(149,143,113)
#A39E85
(163,158,133)
#B1AD99
(177,173,153)
#BFBCAD
(191,188,173)
#CDCBC1
(205,203,193)
#DBDAD5
(219,218,213)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5321; }

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

This text font color is #5D5321.


Background Color

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

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

This div background color is #5D5321.


Border color

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

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

This div border color is #5D5321.


Opacity

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

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

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

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

This text has shadow with #5D5321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5321 on black background.


Color preview on white background

This text has color #5D5321 on white background.



Black color preview on #5D5321 background

This text has black color on #5D5321 background.


White color preview on #5D5321 background

This text has white color on #5D5321 background.