COLOR #5E5333

HEX: #5E5333
RGB: (94,83,51)

Color info

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

RGB color model

#5E5333 color RGB value is (94,83,51).

  • red value is 94;
  • green value is 83;
  • blue value is 51.
RGB:
(94,83,51)
(37%,33%,20%)

RGB channels and saturation

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

94
83
51

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

Portions of RGB colors in percentages

R + G + B =
94 + 83 + 51 = 228 (100%)
R 94 of 228 ~ 41.23%
G 83 of 228 ~ 36.4%
B 51 of 228 ~ 22.37%

%41.23
%36.4
%22.37

CMYK color model

#5E5333 color CMYK value is (0,12,46,63).

  • cyan value is 0.00%
  • magenta value is 11.70%
  • yellow value is 45.74%
  • key color value is 63.14%
CMYK:
(0,12,46,63)
C0M12Y46K63 
(0%,12%,46%,63%)
(0.00/0.12/0.46/0.63)	

CMYK percentages

%0
%11.7
%45.74
%63.14

Codes

Color #5E5333 in popluar color models

5E5333
RGB948351
HSL45°29.66%28.43%
HSB/HSV45°45.74%36.86%
CMYK0.00%11.70%45.74%
63.14%

Color #5E5333 in popluar number systems.

HEX5E5333
Decimal948351
Binary10111101010011110011
Octal13612363

Shades and tints

Shades of #5E5333

#5E5333
(94,83,51)
#564C2F
(86,76,47)
#4E452B
(78,69,43)
#463E27
(70,62,39)
#3E3723
(62,55,35)
#36301F
(54,48,31)
#2E291B
(46,41,27)
#262217
(38,34,23)
#1E1B13
(30,27,19)
#16140F
(22,20,15)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #5E5333

#5E5333
(94,83,51)
#6C6245
(108,98,69)
#7A7157
(122,113,87)
#888069
(136,128,105)
#968F7B
(150,143,123)
#A49E8D
(164,158,141)
#B2AD9F
(178,173,159)
#C0BCB1
(192,188,177)
#CECBC3
(206,203,195)
#DCDAD5
(220,218,213)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5333; }

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

This text font color is #5E5333.


Background Color

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

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

This div background color is #5E5333.


Border color

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

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

This div border color is #5E5333.


Opacity

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

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

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

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

This text has shadow with #5E5333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5333 on black background.


Color preview on white background

This text has color #5E5333 on white background.



Black color preview on #5E5333 background

This text has black color on #5E5333 background.


White color preview on #5E5333 background

This text has white color on #5E5333 background.