COLOR #5D5332

HEX: #5D5332
RGB: (93,83,50)

Color info

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

RGB color model

#5D5332 color RGB value is (93,83,50).

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

RGB channels and saturation

R 93 of 255 = 36%
G 83 of 255 = 33%
B 50 of 255 = 20%

93
83
50

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

Portions of RGB colors in percentages

R + G + B =
93 + 83 + 50 = 226 (100%)
R 93 of 226 ~ 41.15%
G 83 of 226 ~ 36.73%
B 50 of 226 ~ 22.12%

%41.15
%36.73
%22.12

CMYK color model

#5D5332 color CMYK value is (0,11,46,64).

  • cyan value is 0.00%
  • magenta value is 10.75%
  • yellow value is 46.24%
  • key color value is 63.53%
CMYK:
(0,11,46,64)
C0M11Y46K64 
(0%,11%,46%,64%)
(0.00/0.11/0.46/0.64)	

CMYK percentages

%0
%10.75
%46.24
%63.53

Codes

Color #5D5332 in popluar color models

5D5332
RGB938350
HSL46°30.07%28.04%
HSB/HSV46°46.24%36.47%
CMYK0.00%10.75%46.24%
63.53%

Color #5D5332 in popluar number systems.

HEX5D5332
Decimal938350
Binary10111011010011110010
Octal13512362

Shades and tints

Shades of #5D5332

#5D5332
(93,83,50)
#554C2E
(85,76,46)
#4D452A
(77,69,42)
#453E26
(69,62,38)
#3D3722
(61,55,34)
#35301E
(53,48,30)
#2D291A
(45,41,26)
#252216
(37,34,22)
#1D1B12
(29,27,18)
#15140E
(21,20,14)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #5D5332

#5D5332
(93,83,50)
#6B6244
(107,98,68)
#797156
(121,113,86)
#878068
(135,128,104)
#958F7A
(149,143,122)
#A39E8C
(163,158,140)
#B1AD9E
(177,173,158)
#BFBCB0
(191,188,176)
#CDCBC2
(205,203,194)
#DBDAD4
(219,218,212)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5332; }

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

This text font color is #5D5332.


Background Color

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

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

This div background color is #5D5332.


Border color

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

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

This div border color is #5D5332.


Opacity

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

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

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

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

This text has shadow with #5D5332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5332 on black background.


Color preview on white background

This text has color #5D5332 on white background.



Black color preview on #5D5332 background

This text has black color on #5D5332 background.


White color preview on #5D5332 background

This text has white color on #5D5332 background.