COLOR #5D5320

HEX: #5D5320
RGB: (93,83,32)

Color info

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

RGB color model

#5D5320 color RGB value is (93,83,32).

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

RGB channels and saturation

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

93
83
32

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

Portions of RGB colors in percentages

R + G + B =
93 + 83 + 32 = 208 (100%)
R 93 of 208 ~ 44.71%
G 83 of 208 ~ 39.9%
B 32 of 208 ~ 15.38%

%44.71
%39.9
%15.38

CMYK color model

#5D5320 color CMYK value is (0,11,66,64).

  • cyan value is 0.00%
  • magenta value is 10.75%
  • yellow value is 65.59%
  • key color value is 63.53%
CMYK:
(0,11,66,64)
C0M11Y66K64 
(0%,11%,66%,64%)
(0.00/0.11/0.66/0.64)	

CMYK percentages

%0
%10.75
%65.59
%63.53

Codes

Color #5D5320 in popluar color models

5D5320
RGB938332
HSL50°48.80%24.51%
HSB/HSV50°65.59%36.47%
CMYK0.00%10.75%65.59%
63.53%

Color #5D5320 in popluar number systems.

HEX5D5320
Decimal938332
Binary10111011010011100000
Octal13512340

Shades and tints

Shades of #5D5320

#5D5320
(93,83,32)
#554C1E
(85,76,30)
#4D451C
(77,69,28)
#453E1A
(69,62,26)
#3D3718
(61,55,24)
#353016
(53,48,22)
#2D2914
(45,41,20)
#252212
(37,34,18)
#1D1B10
(29,27,16)
#15140E
(21,20,14)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #5D5320

#5D5320
(93,83,32)
#6B6234
(107,98,52)
#797148
(121,113,72)
#87805C
(135,128,92)
#958F70
(149,143,112)
#A39E84
(163,158,132)
#B1AD98
(177,173,152)
#BFBCAC
(191,188,172)
#CDCBC0
(205,203,192)
#DBDAD4
(219,218,212)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5320; }

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

This text font color is #5D5320.


Background Color

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

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

This div background color is #5D5320.


Border color

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

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

This div border color is #5D5320.


Opacity

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

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

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

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

This text has shadow with #5D5320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5320 on black background.


Color preview on white background

This text has color #5D5320 on white background.



Black color preview on #5D5320 background

This text has black color on #5D5320 background.


White color preview on #5D5320 background

This text has white color on #5D5320 background.