COLOR #5E434E

HEX: #5E434E
RGB: (94,67,78)

Color info

#5E434E contains red, green and blue colors in about the same proportion. Web safe color of #5E434E is #663366 (or #636).

RGB color model

#5E434E color RGB value is (94,67,78).

  • red value is 94;
  • green value is 67;
  • blue value is 78.
RGB:
(94,67,78)
(37%,26%,31%)

RGB channels and saturation

R 94 of 255 = 37%
G 67 of 255 = 26%
B 78 of 255 = 31%

94
67
78

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

Portions of RGB colors in percentages

R + G + B =
94 + 67 + 78 = 239 (100%)
R 94 of 239 ~ 39.33%
G 67 of 239 ~ 28.03%
B 78 of 239 ~ 32.64%

%39.33
%28.03
%32.64

CMYK color model

#5E434E color CMYK value is (0,29,17,63).

  • cyan value is 0.00%
  • magenta value is 28.72%
  • yellow value is 17.02%
  • key color value is 63.14%
CMYK:
(0,29,17,63)
C0M29Y17K63 
(0%,29%,17%,63%)
(0.00/0.29/0.17/0.63)	

CMYK percentages

%0
%28.72
%17.02
%63.14

Codes

Color #5E434E in popluar color models

5E434E
RGB946778
HSL336°16.77%31.57%
HSB/HSV336°28.72%36.86%
CMYK0.00%28.72%17.02%
63.14%

Color #5E434E in popluar number systems.

HEX5E434E
Decimal946778
Binary101111010000111001110
Octal136103116

Shades and tints

Shades of #5E434E

#5E434E
(94,67,78)
#563D47
(86,61,71)
#4E3740
(78,55,64)
#463139
(70,49,57)
#3E2B32
(62,43,50)
#36252B
(54,37,43)
#2E1F24
(46,31,36)
#26191D
(38,25,29)
#1E1316
(30,19,22)
#160D0F
(22,13,15)
#0E0708
(14,7,8)
#000000
(0,0,0)

Tints of #5E434E

#5E434E
(94,67,78)
#6C545E
(108,84,94)
#7A656E
(122,101,110)
#88767E
(136,118,126)
#96878E
(150,135,142)
#A4989E
(164,152,158)
#B2A9AE
(178,169,174)
#C0BABE
(192,186,190)
#CECBCE
(206,203,206)
#DCDCDE
(220,220,222)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E434E color. Also use rgb(94,67,78) instead hex code.

Text Font Color

.myTextColor { color: #5E434E; }

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

This text font color is #5E434E.


Background Color

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

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

This div background color is #5E434E.


Border color

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

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

This div border color is #5E434E.


Opacity

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

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

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

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

This text has shadow with #5E434E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E434E on black background.


Color preview on white background

This text has color #5E434E on white background.



Black color preview on #5E434E background

This text has black color on #5E434E background.


White color preview on #5E434E background

This text has white color on #5E434E background.