COLOR #5E464A

HEX: #5E464A
RGB: (94,70,74)

Color info

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

RGB color model

#5E464A color RGB value is (94,70,74).

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

RGB channels and saturation

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

94
70
74

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

Portions of RGB colors in percentages

R + G + B =
94 + 70 + 74 = 238 (100%)
R 94 of 238 ~ 39.5%
G 70 of 238 ~ 29.41%
B 74 of 238 ~ 31.09%

%39.5
%29.41
%31.09

CMYK color model

#5E464A color CMYK value is (0,26,21,63).

  • cyan value is 0.00%
  • magenta value is 25.53%
  • yellow value is 21.28%
  • key color value is 63.14%
CMYK:
(0,26,21,63)
C0M26Y21K63 
(0%,26%,21%,63%)
(0.00/0.26/0.21/0.63)	

CMYK percentages

%0
%25.53
%21.28
%63.14

Codes

Color #5E464A in popluar color models

5E464A
RGB947074
HSL350°14.63%32.16%
HSB/HSV350°25.53%36.86%
CMYK0.00%25.53%21.28%
63.14%

Color #5E464A in popluar number systems.

HEX5E464A
Decimal947074
Binary101111010001101001010
Octal136106112

Shades and tints

Shades of #5E464A

#5E464A
(94,70,74)
#564044
(86,64,68)
#4E3A3E
(78,58,62)
#463438
(70,52,56)
#3E2E32
(62,46,50)
#36282C
(54,40,44)
#2E2226
(46,34,38)
#261C20
(38,28,32)
#1E161A
(30,22,26)
#161014
(22,16,20)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #5E464A

#5E464A
(94,70,74)
#6C565A
(108,86,90)
#7A666A
(122,102,106)
#88767A
(136,118,122)
#96868A
(150,134,138)
#A4969A
(164,150,154)
#B2A6AA
(178,166,170)
#C0B6BA
(192,182,186)
#CEC6CA
(206,198,202)
#DCD6DA
(220,214,218)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E464A; }

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

This text font color is #5E464A.


Background Color

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

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

This div background color is #5E464A.


Border color

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

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

This div border color is #5E464A.


Opacity

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

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

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

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

This text has shadow with #5E464A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E464A on black background.


Color preview on white background

This text has color #5E464A on white background.



Black color preview on #5E464A background

This text has black color on #5E464A background.


White color preview on #5E464A background

This text has white color on #5E464A background.