COLOR #5E4A45

HEX: #5E4A45
RGB: (94,74,69)

Color info

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

RGB color model

#5E4A45 color RGB value is (94,74,69).

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

RGB channels and saturation

R 94 of 255 = 37%
G 74 of 255 = 29%
B 69 of 255 = 27%

94
74
69

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

Portions of RGB colors in percentages

R + G + B =
94 + 74 + 69 = 237 (100%)
R 94 of 237 ~ 39.66%
G 74 of 237 ~ 31.22%
B 69 of 237 ~ 29.11%

%39.66
%31.22
%29.11

CMYK color model

#5E4A45 color CMYK value is (0,21,27,63).

  • cyan value is 0.00%
  • magenta value is 21.28%
  • yellow value is 26.60%
  • key color value is 63.14%
CMYK:
(0,21,27,63)
C0M21Y27K63 
(0%,21%,27%,63%)
(0.00/0.21/0.27/0.63)	

CMYK percentages

%0
%21.28
%26.6
%63.14

Codes

Color #5E4A45 in popluar color models

5E4A45
RGB947469
HSL12°15.34%31.96%
HSB/HSV12°26.60%36.86%
CMYK0.00%21.28%26.60%
63.14%

Color #5E4A45 in popluar number systems.

HEX5E4A45
Decimal947469
Binary101111010010101000101
Octal136112105

Shades and tints

Shades of #5E4A45

#5E4A45
(94,74,69)
#56443F
(86,68,63)
#4E3E39
(78,62,57)
#463833
(70,56,51)
#3E322D
(62,50,45)
#362C27
(54,44,39)
#2E2621
(46,38,33)
#26201B
(38,32,27)
#1E1A15
(30,26,21)
#16140F
(22,20,15)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #5E4A45

#5E4A45
(94,74,69)
#6C5A55
(108,90,85)
#7A6A65
(122,106,101)
#887A75
(136,122,117)
#968A85
(150,138,133)
#A49A95
(164,154,149)
#B2AAA5
(178,170,165)
#C0BAB5
(192,186,181)
#CECAC5
(206,202,197)
#DCDAD5
(220,218,213)
#EAEAE5
(234,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4A45; }

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

This text font color is #5E4A45.


Background Color

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

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

This div background color is #5E4A45.


Border color

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

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

This div border color is #5E4A45.


Opacity

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

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

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

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

This text has shadow with #5E4A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4A45 on black background.


Color preview on white background

This text has color #5E4A45 on white background.



Black color preview on #5E4A45 background

This text has black color on #5E4A45 background.


White color preview on #5E4A45 background

This text has white color on #5E4A45 background.