COLOR #5E474A

HEX: #5E474A
RGB: (94,71,74)

Color info

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

RGB color model

#5E474A color RGB value is (94,71,74).

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

RGB channels and saturation

R 94 of 255 = 37%
G 71 of 255 = 28%
B 74 of 255 = 29%

94
71
74

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

Portions of RGB colors in percentages

R + G + B =
94 + 71 + 74 = 239 (100%)
R 94 of 239 ~ 39.33%
G 71 of 239 ~ 29.71%
B 74 of 239 ~ 30.96%

%39.33
%29.71
%30.96

CMYK color model

#5E474A color CMYK value is (0,24,21,63).

  • cyan value is 0.00%
  • magenta value is 24.47%
  • yellow value is 21.28%
  • key color value is 63.14%
CMYK:
(0,24,21,63)
C0M24Y21K63 
(0%,24%,21%,63%)
(0.00/0.24/0.21/0.63)	

CMYK percentages

%0
%24.47
%21.28
%63.14

Codes

Color #5E474A in popluar color models

5E474A
RGB947174
HSL352°13.94%32.35%
HSB/HSV352°24.47%36.86%
CMYK0.00%24.47%21.28%
63.14%

Color #5E474A in popluar number systems.

HEX5E474A
Decimal947174
Binary101111010001111001010
Octal136107112

Shades and tints

Shades of #5E474A

#5E474A
(94,71,74)
#564144
(86,65,68)
#4E3B3E
(78,59,62)
#463538
(70,53,56)
#3E2F32
(62,47,50)
#36292C
(54,41,44)
#2E2326
(46,35,38)
#261D20
(38,29,32)
#1E171A
(30,23,26)
#161114
(22,17,20)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #5E474A

#5E474A
(94,71,74)
#6C575A
(108,87,90)
#7A676A
(122,103,106)
#88777A
(136,119,122)
#96878A
(150,135,138)
#A4979A
(164,151,154)
#B2A7AA
(178,167,170)
#C0B7BA
(192,183,186)
#CEC7CA
(206,199,202)
#DCD7DA
(220,215,218)
#EAE7EA
(234,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E474A; }

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

This text font color is #5E474A.


Background Color

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

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

This div background color is #5E474A.


Border color

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

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

This div border color is #5E474A.


Opacity

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

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

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

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

This text has shadow with #5E474A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E474A on black background.


Color preview on white background

This text has color #5E474A on white background.



Black color preview on #5E474A background

This text has black color on #5E474A background.


White color preview on #5E474A background

This text has white color on #5E474A background.