COLOR #5E5533

HEX: #5E5533 RGB: (94,85,51)

Color info

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

RGB color model

#5E5533 color RGB value is (94,85,51).

RGB: (94,85,51) (37%, 33%, 20%)

RGB channels and saturation

R 94 of 255 = 37%
G 85 of 255 = 33%
B 51 of 255 = 20%

94
85
51

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

Portions of RGB colors in percentages

R + G + B = 94 + 85 + 51 = 230 (100%)
R 94 of 230 ~ 40.87%
G 85 of 230 ~ 36.96%
B 51 of 230 ~ 22.17'%

%40.87
%36.96
%22.17

CMYK color model

#5E5533 color CMYK value is (0,10,46,63).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 45.74%
  • key color value is 63.14%

CMYK: (0,10,46,63)
C0M10Y46K63 (0%, 10%, 46%, 63%)
(0.00 / 0.10 / 0.46 / 0.63)

CMYK percentages

%0
%9.57
%45.74
%63.14

Codes

Color #5E5533 in popluar color models

5E 55 33
RGB 94 85 51
HSL 47° 29.66% 28.43%
HSB/HSV 47° 45.74% 36.86%
CMYK 0.00% 9.57% 45.74%
63.14%

Color #5E5533 in popluar number systems.

HEX 5E 55 33
Decimal 94 85 51
Binary 1011110 1010101 110011
Octal 136 125 63

Shades and tints

Shades of #5E5533

#5E5533
(94,85,51)
#564E2F
(86,78,47)
#4E472B
(78,71,43)
#464027
(70,64,39)
#3E3923
(62,57,35)
#36321F
(54,50,31)
#2E2B1B
(46,43,27)
#262417
(38,36,23)
#1E1D13
(30,29,19)
#16160F
(22,22,15)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #5E5533

#5E5533
(94,85,51)
#6C6445
(108,100,69)
#7A7357
(122,115,87)
#888269
(136,130,105)
#96917B
(150,145,123)
#A4A08D
(164,160,141)
#B2AF9F
(178,175,159)
#C0BEB1
(192,190,177)
#CECDC3
(206,205,195)
#DCDCD5
(220,220,213)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5533 color. Also use rgb(94,85,51) instead hex code.

Text Font Color

.myTextColor { color: #5E5533; }

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

This text font color is #5E5533.

Background Color

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

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

This div background color is #5E5533.

Border color

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

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

This div border color is #5E5533.

Opacity

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

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

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

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

This text has shadow with #5E5533 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5533.

Preview

Color preview on black background

This text has color #5E5533 on black background.


Color preview on white background

This text has color #5E5533 on white background.


Black color preview on #5E5533 background

This text has black color on #5E5533 background.


White color preview on #5E5533 background

This text has white color on #5E5533 background.


Related colors

Complementary color

Complementary color for #hex is #A1AACC.


I love getcolorcode.com

Triadic colors

1 #335E55 and #55335E with #5E5533 are triadic colors.

2 #33555E and #555E33 with #5E5533 are triadic colors.