COLOR #5E4A3F

HEX: #5E4A3F
RGB: (94,74,63)

Color info

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

RGB color model

#5E4A3F color RGB value is (94,74,63).

  • red value is 94;
  • green value is 74;
  • blue value is 63.
RGB:
(94,74,63)
(37%,29%,25%)

RGB channels and saturation

R 94 of 255 = 37%
G 74 of 255 = 29%
B 63 of 255 = 25%

94
74
63

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

Portions of RGB colors in percentages

R + G + B =
94 + 74 + 63 = 231 (100%)
R 94 of 231 ~ 40.69%
G 74 of 231 ~ 32.03%
B 63 of 231 ~ 27.27%

%40.69
%32.03
%27.27

CMYK color model

#5E4A3F color CMYK value is (0,21,33,63).

  • cyan value is 0.00%
  • magenta value is 21.28%
  • yellow value is 32.98%
  • key color value is 63.14%
CMYK:
(0,21,33,63)
C0M21Y33K63 
(0%,21%,33%,63%)
(0.00/0.21/0.33/0.63)	

CMYK percentages

%0
%21.28
%32.98
%63.14

Codes

Color #5E4A3F in popluar color models

5E4A3F
RGB947463
HSL21°19.75%30.78%
HSB/HSV21°32.98%36.86%
CMYK0.00%21.28%32.98%
63.14%

Color #5E4A3F in popluar number systems.

HEX5E4A3F
Decimal947463
Binary10111101001010111111
Octal13611277

Shades and tints

Shades of #5E4A3F

#5E4A3F
(94,74,63)
#56443A
(86,68,58)
#4E3E35
(78,62,53)
#463830
(70,56,48)
#3E322B
(62,50,43)
#362C26
(54,44,38)
#2E2621
(46,38,33)
#26201C
(38,32,28)
#1E1A17
(30,26,23)
#161412
(22,20,18)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #5E4A3F

#5E4A3F
(94,74,63)
#6C5A50
(108,90,80)
#7A6A61
(122,106,97)
#887A72
(136,122,114)
#968A83
(150,138,131)
#A49A94
(164,154,148)
#B2AAA5
(178,170,165)
#C0BAB6
(192,186,182)
#CECAC7
(206,202,199)
#DCDAD8
(220,218,216)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4A3F color. Also use rgb(94,74,63) instead hex code.

Text Font Color

.myTextColor { color: #5E4A3F; }

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

This text font color is #5E4A3F.


Background Color

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

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

This div background color is #5E4A3F.


Border color

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

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

This div border color is #5E4A3F.


Opacity

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

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

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

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

This text has shadow with #5E4A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4A3F on black background.


Color preview on white background

This text has color #5E4A3F on white background.



Black color preview on #5E4A3F background

This text has black color on #5E4A3F background.


White color preview on #5E4A3F background

This text has white color on #5E4A3F background.