COLOR #5E4B3D

HEX: #5E4B3D
RGB: (94,75,61)

Color info

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

RGB color model

#5E4B3D color RGB value is (94,75,61).

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

RGB channels and saturation

R 94 of 255 = 37%
G 75 of 255 = 29%
B 61 of 255 = 24%

94
75
61

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

Portions of RGB colors in percentages

R + G + B =
94 + 75 + 61 = 230 (100%)
R 94 of 230 ~ 40.87%
G 75 of 230 ~ 32.61%
B 61 of 230 ~ 26.52%

%40.87
%32.61
%26.52

CMYK color model

#5E4B3D color CMYK value is (0,20,35,63).

  • cyan value is 0.00%
  • magenta value is 20.21%
  • yellow value is 35.11%
  • key color value is 63.14%
CMYK:
(0,20,35,63)
C0M20Y35K63 
(0%,20%,35%,63%)
(0.00/0.20/0.35/0.63)	

CMYK percentages

%0
%20.21
%35.11
%63.14

Codes

Color #5E4B3D in popluar color models

5E4B3D
RGB947561
HSL25°21.29%30.39%
HSB/HSV25°35.11%36.86%
CMYK0.00%20.21%35.11%
63.14%

Color #5E4B3D in popluar number systems.

HEX5E4B3D
Decimal947561
Binary10111101001011111101
Octal13611375

Shades and tints

Shades of #5E4B3D

#5E4B3D
(94,75,61)
#564538
(86,69,56)
#4E3F33
(78,63,51)
#46392E
(70,57,46)
#3E3329
(62,51,41)
#362D24
(54,45,36)
#2E271F
(46,39,31)
#26211A
(38,33,26)
#1E1B15
(30,27,21)
#161510
(22,21,16)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #5E4B3D

#5E4B3D
(94,75,61)
#6C5B4E
(108,91,78)
#7A6B5F
(122,107,95)
#887B70
(136,123,112)
#968B81
(150,139,129)
#A49B92
(164,155,146)
#B2ABA3
(178,171,163)
#C0BBB4
(192,187,180)
#CECBC5
(206,203,197)
#DCDBD6
(220,219,214)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4B3D; }

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

This text font color is #5E4B3D.


Background Color

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

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

This div background color is #5E4B3D.


Border color

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

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

This div border color is #5E4B3D.


Opacity

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

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

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

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

This text has shadow with #5E4B3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4B3D on black background.


Color preview on white background

This text has color #5E4B3D on white background.



Black color preview on #5E4B3D background

This text has black color on #5E4B3D background.


White color preview on #5E4B3D background

This text has white color on #5E4B3D background.