COLOR #5E4B3F

HEX: #5E4B3F
RGB: (94,75,63)

Color info

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

RGB color model

#5E4B3F color RGB value is (94,75,63).

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

RGB channels and saturation

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

94
75
63

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

Portions of RGB colors in percentages

R + G + B =
94 + 75 + 63 = 232 (100%)
R 94 of 232 ~ 40.52%
G 75 of 232 ~ 32.33%
B 63 of 232 ~ 27.16%

%40.52
%32.33
%27.16

CMYK color model

#5E4B3F color CMYK value is (0,20,33,63).

  • cyan value is 0.00%
  • magenta value is 20.21%
  • yellow value is 32.98%
  • key color value is 63.14%
CMYK:
(0,20,33,63)
C0M20Y33K63 
(0%,20%,33%,63%)
(0.00/0.20/0.33/0.63)	

CMYK percentages

%0
%20.21
%32.98
%63.14

Codes

Color #5E4B3F in popluar color models

5E4B3F
RGB947563
HSL23°19.75%30.78%
HSB/HSV23°32.98%36.86%
CMYK0.00%20.21%32.98%
63.14%

Color #5E4B3F in popluar number systems.

HEX5E4B3F
Decimal947563
Binary10111101001011111111
Octal13611377

Shades and tints

Shades of #5E4B3F

#5E4B3F
(94,75,63)
#56453A
(86,69,58)
#4E3F35
(78,63,53)
#463930
(70,57,48)
#3E332B
(62,51,43)
#362D26
(54,45,38)
#2E2721
(46,39,33)
#26211C
(38,33,28)
#1E1B17
(30,27,23)
#161512
(22,21,18)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #5E4B3F

#5E4B3F
(94,75,63)
#6C5B50
(108,91,80)
#7A6B61
(122,107,97)
#887B72
(136,123,114)
#968B83
(150,139,131)
#A49B94
(164,155,148)
#B2ABA5
(178,171,165)
#C0BBB6
(192,187,182)
#CECBC7
(206,203,199)
#DCDBD8
(220,219,216)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4B3F; }

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

This text font color is #5E4B3F.


Background Color

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

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

This div background color is #5E4B3F.


Border color

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

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

This div border color is #5E4B3F.


Opacity

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

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

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

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

This text has shadow with #5E4B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4B3F on black background.


Color preview on white background

This text has color #5E4B3F on white background.



Black color preview on #5E4B3F background

This text has black color on #5E4B3F background.


White color preview on #5E4B3F background

This text has white color on #5E4B3F background.