COLOR #5D5A33

HEX: #5D5A33
RGB: (93,90,51)

Color info

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

RGB color model

#5D5A33 color RGB value is (93,90,51).

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

RGB channels and saturation

R 93 of 255 = 36%
G 90 of 255 = 35%
B 51 of 255 = 20%

93
90
51

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

Portions of RGB colors in percentages

R + G + B =
93 + 90 + 51 = 234 (100%)
R 93 of 234 ~ 39.74%
G 90 of 234 ~ 38.46%
B 51 of 234 ~ 21.79%

%39.74
%38.46
%21.79

CMYK color model

#5D5A33 color CMYK value is (0,3,45,64).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 45.16%
  • key color value is 63.53%
CMYK:
(0,3,45,64)
C0M3Y45K64 
(0%,3%,45%,64%)
(0.00/0.03/0.45/0.64)	

CMYK percentages

%0
%3.23
%45.16
%63.53

Codes

Color #5D5A33 in popluar color models

5D5A33
RGB939051
HSL56°29.17%28.24%
HSB/HSV56°45.16%36.47%
CMYK0.00%3.23%45.16%
63.53%

Color #5D5A33 in popluar number systems.

HEX5D5A33
Decimal939051
Binary10111011011010110011
Octal13513263

Shades and tints

Shades of #5D5A33

#5D5A33
(93,90,51)
#55522F
(85,82,47)
#4D4A2B
(77,74,43)
#454227
(69,66,39)
#3D3A23
(61,58,35)
#35321F
(53,50,31)
#2D2A1B
(45,42,27)
#252217
(37,34,23)
#1D1A13
(29,26,19)
#15120F
(21,18,15)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #5D5A33

#5D5A33
(93,90,51)
#6B6945
(107,105,69)
#797857
(121,120,87)
#878769
(135,135,105)
#95967B
(149,150,123)
#A3A58D
(163,165,141)
#B1B49F
(177,180,159)
#BFC3B1
(191,195,177)
#CDD2C3
(205,210,195)
#DBE1D5
(219,225,213)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5A33; }

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

This text font color is #5D5A33.


Background Color

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

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

This div background color is #5D5A33.


Border color

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

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

This div border color is #5D5A33.


Opacity

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

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

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

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

This text has shadow with #5D5A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5A33 on black background.


Color preview on white background

This text has color #5D5A33 on white background.



Black color preview on #5D5A33 background

This text has black color on #5D5A33 background.


White color preview on #5D5A33 background

This text has white color on #5D5A33 background.