COLOR #5E3A38

HEX: #5E3A38
RGB: (94,58,56)

Color info

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

RGB color model

#5E3A38 color RGB value is (94,58,56).

  • red value is 94;
  • green value is 58;
  • blue value is 56.
RGB:
(94,58,56)
(37%,23%,22%)

RGB channels and saturation

R 94 of 255 = 37%
G 58 of 255 = 23%
B 56 of 255 = 22%

94
58
56

R + G + B ~ 27%. #5E3A38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 58 + 56 = 208 (100%)
R 94 of 208 ~ 45.19%
G 58 of 208 ~ 27.88%
B 56 of 208 ~ 26.92%

%45.19
%27.88
%26.92

CMYK color model

#5E3A38 color CMYK value is (0,38,40,63).

  • cyan value is 0.00%
  • magenta value is 38.30%
  • yellow value is 40.43%
  • key color value is 63.14%
CMYK:
(0,38,40,63)
C0M38Y40K63 
(0%,38%,40%,63%)
(0.00/0.38/0.40/0.63)	

CMYK percentages

%0
%38.3
%40.43
%63.14

Codes

Color #5E3A38 in popluar color models

5E3A38
RGB945856
HSL25.33%29.41%
HSB/HSV40.43%36.86%
CMYK0.00%38.30%40.43%
63.14%

Color #5E3A38 in popluar number systems.

HEX5E3A38
Decimal945856
Binary1011110111010111000
Octal1367270

Shades and tints

Shades of #5E3A38

#5E3A38
(94,58,56)
#563533
(86,53,51)
#4E302E
(78,48,46)
#462B29
(70,43,41)
#3E2624
(62,38,36)
#36211F
(54,33,31)
#2E1C1A
(46,28,26)
#261715
(38,23,21)
#1E1210
(30,18,16)
#160D0B
(22,13,11)
#0E0806
(14,8,6)
#000000
(0,0,0)

Tints of #5E3A38

#5E3A38
(94,58,56)
#6C4B4A
(108,75,74)
#7A5C5C
(122,92,92)
#886D6E
(136,109,110)
#967E80
(150,126,128)
#A48F92
(164,143,146)
#B2A0A4
(178,160,164)
#C0B1B6
(192,177,182)
#CEC2C8
(206,194,200)
#DCD3DA
(220,211,218)
#EAE4EC
(234,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E3A38 color. Also use rgb(94,58,56) instead hex code.

Text Font Color

.myTextColor { color: #5E3A38; }

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

This text font color is #5E3A38.


Background Color

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

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

This div background color is #5E3A38.


Border color

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

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

This div border color is #5E3A38.


Opacity

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

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

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

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

This text has shadow with #5E3A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3A38 on black background.


Color preview on white background

This text has color #5E3A38 on white background.



Black color preview on #5E3A38 background

This text has black color on #5E3A38 background.


White color preview on #5E3A38 background

This text has white color on #5E3A38 background.