COLOR #5E4845

HEX: #5E4845
RGB: (94,72,69)

Color info

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

RGB color model

#5E4845 color RGB value is (94,72,69).

  • red value is 94;
  • green value is 72;
  • blue value is 69.
RGB:
(94,72,69)
(37%,28%,27%)

RGB channels and saturation

R 94 of 255 = 37%
G 72 of 255 = 28%
B 69 of 255 = 27%

94
72
69

R + G + B ~ 31%. #5E4845 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 72 + 69 = 235 (100%)
R 94 of 235 ~ 40%
G 72 of 235 ~ 30.64%
B 69 of 235 ~ 29.36%

%40
%30.64
%29.36

CMYK color model

#5E4845 color CMYK value is (0,23,27,63).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 26.60%
  • key color value is 63.14%
CMYK:
(0,23,27,63)
C0M23Y27K63 
(0%,23%,27%,63%)
(0.00/0.23/0.27/0.63)	

CMYK percentages

%0
%23.4
%26.6
%63.14

Codes

Color #5E4845 in popluar color models

5E4845
RGB947269
HSL15.34%31.96%
HSB/HSV26.60%36.86%
CMYK0.00%23.40%26.60%
63.14%

Color #5E4845 in popluar number systems.

HEX5E4845
Decimal947269
Binary101111010010001000101
Octal136110105

Shades and tints

Shades of #5E4845

#5E4845
(94,72,69)
#56423F
(86,66,63)
#4E3C39
(78,60,57)
#463633
(70,54,51)
#3E302D
(62,48,45)
#362A27
(54,42,39)
#2E2421
(46,36,33)
#261E1B
(38,30,27)
#1E1815
(30,24,21)
#16120F
(22,18,15)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #5E4845

#5E4845
(94,72,69)
#6C5855
(108,88,85)
#7A6865
(122,104,101)
#887875
(136,120,117)
#968885
(150,136,133)
#A49895
(164,152,149)
#B2A8A5
(178,168,165)
#C0B8B5
(192,184,181)
#CEC8C5
(206,200,197)
#DCD8D5
(220,216,213)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4845 color. Also use rgb(94,72,69) instead hex code.

Text Font Color

.myTextColor { color: #5E4845; }

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

This text font color is #5E4845.


Background Color

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

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

This div background color is #5E4845.


Border color

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

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

This div border color is #5E4845.


Opacity

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

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

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

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

This text has shadow with #5E4845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4845 on black background.


Color preview on white background

This text has color #5E4845 on white background.



Black color preview on #5E4845 background

This text has black color on #5E4845 background.


White color preview on #5E4845 background

This text has white color on #5E4845 background.