COLOR #5E5631

HEX: #5E5631
RGB: (94,86,49)

Color info

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

RGB color model

#5E5631 color RGB value is (94,86,49).

  • red value is 94;
  • green value is 86;
  • blue value is 49.
RGB:
(94,86,49)
(37%,34%,19%)

RGB channels and saturation

R 94 of 255 = 37%
G 86 of 255 = 34%
B 49 of 255 = 19%

94
86
49

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

Portions of RGB colors in percentages

R + G + B =
94 + 86 + 49 = 229 (100%)
R 94 of 229 ~ 41.05%
G 86 of 229 ~ 37.55%
B 49 of 229 ~ 21.4%

%41.05
%37.55
%21.4

CMYK color model

#5E5631 color CMYK value is (0,9,48,63).

  • cyan value is 0.00%
  • magenta value is 8.51%
  • yellow value is 47.87%
  • key color value is 63.14%
CMYK:
(0,9,48,63)
C0M9Y48K63 
(0%,9%,48%,63%)
(0.00/0.09/0.48/0.63)	

CMYK percentages

%0
%8.51
%47.87
%63.14

Codes

Color #5E5631 in popluar color models

5E5631
RGB948649
HSL49°31.47%28.04%
HSB/HSV49°47.87%36.86%
CMYK0.00%8.51%47.87%
63.14%

Color #5E5631 in popluar number systems.

HEX5E5631
Decimal948649
Binary10111101010110110001
Octal13612661

Shades and tints

Shades of #5E5631

#5E5631
(94,86,49)
#564F2D
(86,79,45)
#4E4829
(78,72,41)
#464125
(70,65,37)
#3E3A21
(62,58,33)
#36331D
(54,51,29)
#2E2C19
(46,44,25)
#262515
(38,37,21)
#1E1E11
(30,30,17)
#16170D
(22,23,13)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #5E5631

#5E5631
(94,86,49)
#6C6543
(108,101,67)
#7A7455
(122,116,85)
#888367
(136,131,103)
#969279
(150,146,121)
#A4A18B
(164,161,139)
#B2B09D
(178,176,157)
#C0BFAF
(192,191,175)
#CECEC1
(206,206,193)
#DCDDD3
(220,221,211)
#EAECE5
(234,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5631 color. Also use rgb(94,86,49) instead hex code.

Text Font Color

.myTextColor { color: #5E5631; }

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

This text font color is #5E5631.


Background Color

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

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

This div background color is #5E5631.


Border color

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

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

This div border color is #5E5631.


Opacity

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

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

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

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

This text has shadow with #5E5631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5631 on black background.


Color preview on white background

This text has color #5E5631 on white background.



Black color preview on #5E5631 background

This text has black color on #5E5631 background.


White color preview on #5E5631 background

This text has white color on #5E5631 background.