COLOR #5E444D

HEX: #5E444D
RGB: (94,68,77)

Color info

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

RGB color model

#5E444D color RGB value is (94,68,77).

  • red value is 94;
  • green value is 68;
  • blue value is 77.
RGB:
(94,68,77)
(37%,27%,30%)

RGB channels and saturation

R 94 of 255 = 37%
G 68 of 255 = 27%
B 77 of 255 = 30%

94
68
77

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

Portions of RGB colors in percentages

R + G + B =
94 + 68 + 77 = 239 (100%)
R 94 of 239 ~ 39.33%
G 68 of 239 ~ 28.45%
B 77 of 239 ~ 32.22%

%39.33
%28.45
%32.22

CMYK color model

#5E444D color CMYK value is (0,28,18,63).

  • cyan value is 0.00%
  • magenta value is 27.66%
  • yellow value is 18.09%
  • key color value is 63.14%
CMYK:
(0,28,18,63)
C0M28Y18K63 
(0%,28%,18%,63%)
(0.00/0.28/0.18/0.63)	

CMYK percentages

%0
%27.66
%18.09
%63.14

Codes

Color #5E444D in popluar color models

5E444D
RGB946877
HSL339°16.05%31.76%
HSB/HSV339°27.66%36.86%
CMYK0.00%27.66%18.09%
63.14%

Color #5E444D in popluar number systems.

HEX5E444D
Decimal946877
Binary101111010001001001101
Octal136104115

Shades and tints

Shades of #5E444D

#5E444D
(94,68,77)
#563E46
(86,62,70)
#4E383F
(78,56,63)
#463238
(70,50,56)
#3E2C31
(62,44,49)
#36262A
(54,38,42)
#2E2023
(46,32,35)
#261A1C
(38,26,28)
#1E1415
(30,20,21)
#160E0E
(22,14,14)
#0E0807
(14,8,7)
#000000
(0,0,0)

Tints of #5E444D

#5E444D
(94,68,77)
#6C555D
(108,85,93)
#7A666D
(122,102,109)
#88777D
(136,119,125)
#96888D
(150,136,141)
#A4999D
(164,153,157)
#B2AAAD
(178,170,173)
#C0BBBD
(192,187,189)
#CECCCD
(206,204,205)
#DCDDDD
(220,221,221)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E444D; }

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

This text font color is #5E444D.


Background Color

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

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

This div background color is #5E444D.


Border color

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

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

This div border color is #5E444D.


Opacity

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

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

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

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

This text has shadow with #5E444D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E444D on black background.


Color preview on white background

This text has color #5E444D on white background.



Black color preview on #5E444D background

This text has black color on #5E444D background.


White color preview on #5E444D background

This text has white color on #5E444D background.