COLOR #5E4F31

HEX: #5E4F31
RGB: (94,79,49)

Color info

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

RGB color model

#5E4F31 color RGB value is (94,79,49).

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

RGB channels and saturation

R 94 of 255 = 37%
G 79 of 255 = 31%
B 49 of 255 = 19%

94
79
49

R + G + B ~ 29%. #5E4F31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 79 + 49 = 222 (100%)
R 94 of 222 ~ 42.34%
G 79 of 222 ~ 35.59%
B 49 of 222 ~ 22.07%

%42.34
%35.59
%22.07

CMYK color model

#5E4F31 color CMYK value is (0,16,48,63).

  • cyan value is 0.00%
  • magenta value is 15.96%
  • yellow value is 47.87%
  • key color value is 63.14%
CMYK:
(0,16,48,63)
C0M16Y48K63 
(0%,16%,48%,63%)
(0.00/0.16/0.48/0.63)	

CMYK percentages

%0
%15.96
%47.87
%63.14

Codes

Color #5E4F31 in popluar color models

5E4F31
RGB947949
HSL40°31.47%28.04%
HSB/HSV40°47.87%36.86%
CMYK0.00%15.96%47.87%
63.14%

Color #5E4F31 in popluar number systems.

HEX5E4F31
Decimal947949
Binary10111101001111110001
Octal13611761

Shades and tints

Shades of #5E4F31

#5E4F31
(94,79,49)
#56482D
(86,72,45)
#4E4129
(78,65,41)
#463A25
(70,58,37)
#3E3321
(62,51,33)
#362C1D
(54,44,29)
#2E2519
(46,37,25)
#261E15
(38,30,21)
#1E1711
(30,23,17)
#16100D
(22,16,13)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #5E4F31

#5E4F31
(94,79,49)
#6C5F43
(108,95,67)
#7A6F55
(122,111,85)
#887F67
(136,127,103)
#968F79
(150,143,121)
#A49F8B
(164,159,139)
#B2AF9D
(178,175,157)
#C0BFAF
(192,191,175)
#CECFC1
(206,207,193)
#DCDFD3
(220,223,211)
#EAEFE5
(234,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4F31; }

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

This text font color is #5E4F31.


Background Color

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

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

This div background color is #5E4F31.


Border color

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

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

This div border color is #5E4F31.


Opacity

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

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

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

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

This text has shadow with #5E4F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4F31 on black background.


Color preview on white background

This text has color #5E4F31 on white background.



Black color preview on #5E4F31 background

This text has black color on #5E4F31 background.


White color preview on #5E4F31 background

This text has white color on #5E4F31 background.