COLOR #5D5233

HEX: #5D5233
RGB: (93,82,51)

Color info

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

RGB color model

#5D5233 color RGB value is (93,82,51).

  • red value is 93;
  • green value is 82;
  • blue value is 51.
RGB:
(93,82,51)
(36%,32%,20%)

RGB channels and saturation

R 93 of 255 = 36%
G 82 of 255 = 32%
B 51 of 255 = 20%

93
82
51

R + G + B ~ 29%. #5D5233 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 82 + 51 = 226 (100%)
R 93 of 226 ~ 41.15%
G 82 of 226 ~ 36.28%
B 51 of 226 ~ 22.57%

%41.15
%36.28
%22.57

CMYK color model

#5D5233 color CMYK value is (0,12,45,64).

  • cyan value is 0.00%
  • magenta value is 11.83%
  • yellow value is 45.16%
  • key color value is 63.53%
CMYK:
(0,12,45,64)
C0M12Y45K64 
(0%,12%,45%,64%)
(0.00/0.12/0.45/0.64)	

CMYK percentages

%0
%11.83
%45.16
%63.53

Codes

Color #5D5233 in popluar color models

5D5233
RGB938251
HSL44°29.17%28.24%
HSB/HSV44°45.16%36.47%
CMYK0.00%11.83%45.16%
63.53%

Color #5D5233 in popluar number systems.

HEX5D5233
Decimal938251
Binary10111011010010110011
Octal13512263

Shades and tints

Shades of #5D5233

#5D5233
(93,82,51)
#554B2F
(85,75,47)
#4D442B
(77,68,43)
#453D27
(69,61,39)
#3D3623
(61,54,35)
#352F1F
(53,47,31)
#2D281B
(45,40,27)
#252117
(37,33,23)
#1D1A13
(29,26,19)
#15130F
(21,19,15)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #5D5233

#5D5233
(93,82,51)
#6B6145
(107,97,69)
#797057
(121,112,87)
#877F69
(135,127,105)
#958E7B
(149,142,123)
#A39D8D
(163,157,141)
#B1AC9F
(177,172,159)
#BFBBB1
(191,187,177)
#CDCAC3
(205,202,195)
#DBD9D5
(219,217,213)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5233; }

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

This text font color is #5D5233.


Background Color

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

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

This div background color is #5D5233.


Border color

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

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

This div border color is #5D5233.


Opacity

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

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

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

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

This text has shadow with #5D5233 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5233 on black background.


Color preview on white background

This text has color #5D5233 on white background.



Black color preview on #5D5233 background

This text has black color on #5D5233 background.


White color preview on #5D5233 background

This text has white color on #5D5233 background.