COLOR #5E4442

HEX: #5E4442 RGB: (94,68,66)

Color info

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

RGB color model

#5E4442 color RGB value is (94,68,66).

RGB: (94,68,66) (37%, 27%, 26%)

RGB channels and saturation

R 94 of 255 = 37%
G 68 of 255 = 27%
B 66 of 255 = 26%

94
68
66

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

Portions of RGB colors in percentages

R + G + B = 94 + 68 + 66 = 228 (100%)
R 94 of 228 ~ 41.23%
G 68 of 228 ~ 29.82%
B 66 of 228 ~ 28.95'%

%41.23
%29.82
%28.95

CMYK color model

#5E4442 color CMYK value is (0,28,30,63).

  • cyan value is 0.00%
  • magenta value is 27.66%
  • yellow value is 29.79%
  • key color value is 63.14%

CMYK: (0,28,30,63)
C0M28Y30K63 (0%, 28%, 30%, 63%)
(0.00 / 0.28 / 0.30 / 0.63)

CMYK percentages

%0
%27.66
%29.79
%63.14

Codes

Color #5E4442 in popluar color models

5E 44 42
RGB 94 68 66
HSL 17.50% 31.37%
HSB/HSV 29.79% 36.86%
CMYK 0.00% 27.66% 29.79%
63.14%

Color #5E4442 in popluar number systems.

HEX 5E 44 42
Decimal 94 68 66
Binary 1011110 1000100 1000010
Octal 136 104 102

Shades and tints

Shades of #5E4442

#5E4442
(94,68,66)
#563E3C
(86,62,60)
#4E3836
(78,56,54)
#463230
(70,50,48)
#3E2C2A
(62,44,42)
#362624
(54,38,36)
#2E201E
(46,32,30)
#261A18
(38,26,24)
#1E1412
(30,20,18)
#160E0C
(22,14,12)
#0E0806
(14,8,6)
#000000
(0,0,0)

Tints of #5E4442

#5E4442
(94,68,66)
#6C5553
(108,85,83)
#7A6664
(122,102,100)
#887775
(136,119,117)
#968886
(150,136,134)
#A49997
(164,153,151)
#B2AAA8
(178,170,168)
#C0BBB9
(192,187,185)
#CECCCA
(206,204,202)
#DCDDDB
(220,221,219)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4442 color. Also use rgb(94,68,66) instead hex code.

Text Font Color

.myTextColor { color: #5E4442; }

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

This text font color is #5E4442.

Background Color

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

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

This div background color is #5E4442.

Border color

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

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

This div border color is #5E4442.

Opacity

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

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

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

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

This text has shadow with #5E4442 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E4442.

Preview

Color preview on black background

This text has color #5E4442 on black background.


Color preview on white background

This text has color #5E4442 on white background.


Black color preview on #5E4442 background

This text has black color on #5E4442 background.


White color preview on #5E4442 background

This text has white color on #5E4442 background.


Related colors

Complementary color

Complementary color for #hex is #A1BBBD.


I love getcolorcode.com

Triadic colors

1 #425E44 and #44425E with #5E4442 are triadic colors.

2 #42445E and #445E42 with #5E4442 are triadic colors.