COLOR #5E4226

HEX: #5E4226
RGB: (94,66,38)

Color info

#5E4226 contains red, green and blue colors in about the same proportion. Web safe color of #5E4226 is #663333 (or #633).

RGB color model

#5E4226 color RGB value is (94,66,38).

  • red value is 94;
  • green value is 66;
  • blue value is 38.
RGB:
(94,66,38)
(37%,26%,15%)

RGB channels and saturation

R 94 of 255 = 37%
G 66 of 255 = 26%
B 38 of 255 = 15%

94
66
38

R + G + B ~ 26%. #5E4226 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 66 + 38 = 198 (100%)
R 94 of 198 ~ 47.47%
G 66 of 198 ~ 33.33%
B 38 of 198 ~ 19.19%

%47.47
%33.33
%19.19

CMYK color model

#5E4226 color CMYK value is (0,30,60,63).

  • cyan value is 0.00%
  • magenta value is 29.79%
  • yellow value is 59.57%
  • key color value is 63.14%
CMYK:
(0,30,60,63)
C0M30Y60K63 
(0%,30%,60%,63%)
(0.00/0.30/0.60/0.63)	

CMYK percentages

%0
%29.79
%59.57
%63.14

Codes

Color #5E4226 in popluar color models

5E4226
RGB946638
HSL30°42.42%25.88%
HSB/HSV30°59.57%36.86%
CMYK0.00%29.79%59.57%
63.14%

Color #5E4226 in popluar number systems.

HEX5E4226
Decimal946638
Binary10111101000010100110
Octal13610246

Shades and tints

Shades of #5E4226

#5E4226
(94,66,38)
#563C23
(86,60,35)
#4E3620
(78,54,32)
#46301D
(70,48,29)
#3E2A1A
(62,42,26)
#362417
(54,36,23)
#2E1E14
(46,30,20)
#261811
(38,24,17)
#1E120E
(30,18,14)
#160C0B
(22,12,11)
#0E0608
(14,6,8)
#000000
(0,0,0)

Tints of #5E4226

#5E4226
(94,66,38)
#6C5339
(108,83,57)
#7A644C
(122,100,76)
#88755F
(136,117,95)
#968672
(150,134,114)
#A49785
(164,151,133)
#B2A898
(178,168,152)
#C0B9AB
(192,185,171)
#CECABE
(206,202,190)
#DCDBD1
(220,219,209)
#EAECE4
(234,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4226 color. Also use rgb(94,66,38) instead hex code.

Text Font Color

.myTextColor { color: #5E4226; }

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

This text font color is #5E4226.


Background Color

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

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

This div background color is #5E4226.


Border color

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

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

This div border color is #5E4226.


Opacity

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

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

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

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

This text has shadow with #5E4226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4226 on black background.


Color preview on white background

This text has color #5E4226 on white background.



Black color preview on #5E4226 background

This text has black color on #5E4226 background.


White color preview on #5E4226 background

This text has white color on #5E4226 background.