COLOR #5E5336

HEX: #5E5336
RGB: (94,83,54)

Color info

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

RGB color model

#5E5336 color RGB value is (94,83,54).

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

RGB channels and saturation

R 94 of 255 = 37%
G 83 of 255 = 33%
B 54 of 255 = 21%

94
83
54

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

Portions of RGB colors in percentages

R + G + B =
94 + 83 + 54 = 231 (100%)
R 94 of 231 ~ 40.69%
G 83 of 231 ~ 35.93%
B 54 of 231 ~ 23.38%

%40.69
%35.93
%23.38

CMYK color model

#5E5336 color CMYK value is (0,12,43,63).

  • cyan value is 0.00%
  • magenta value is 11.70%
  • yellow value is 42.55%
  • key color value is 63.14%
CMYK:
(0,12,43,63)
C0M12Y43K63 
(0%,12%,43%,63%)
(0.00/0.12/0.43/0.63)	

CMYK percentages

%0
%11.7
%42.55
%63.14

Codes

Color #5E5336 in popluar color models

5E5336
RGB948354
HSL44°27.03%29.02%
HSB/HSV44°42.55%36.86%
CMYK0.00%11.70%42.55%
63.14%

Color #5E5336 in popluar number systems.

HEX5E5336
Decimal948354
Binary10111101010011110110
Octal13612366

Shades and tints

Shades of #5E5336

#5E5336
(94,83,54)
#564C32
(86,76,50)
#4E452E
(78,69,46)
#463E2A
(70,62,42)
#3E3726
(62,55,38)
#363022
(54,48,34)
#2E291E
(46,41,30)
#26221A
(38,34,26)
#1E1B16
(30,27,22)
#161412
(22,20,18)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #5E5336

#5E5336
(94,83,54)
#6C6248
(108,98,72)
#7A715A
(122,113,90)
#88806C
(136,128,108)
#968F7E
(150,143,126)
#A49E90
(164,158,144)
#B2ADA2
(178,173,162)
#C0BCB4
(192,188,180)
#CECBC6
(206,203,198)
#DCDAD8
(220,218,216)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5336; }

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

This text font color is #5E5336.


Background Color

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

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

This div background color is #5E5336.


Border color

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

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

This div border color is #5E5336.


Opacity

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

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

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

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

This text has shadow with #5E5336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5336 on black background.


Color preview on white background

This text has color #5E5336 on white background.



Black color preview on #5E5336 background

This text has black color on #5E5336 background.


White color preview on #5E5336 background

This text has white color on #5E5336 background.