COLOR #5E426B

HEX: #5E426B
RGB: (94,66,107)

Color info

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

RGB color model

#5E426B color RGB value is (94,66,107).

  • red value is 94;
  • green value is 66;
  • blue value is 107.
RGB:
(94,66,107)
(37%,26%,42%)

RGB channels and saturation

R 94 of 255 = 37%
G 66 of 255 = 26%
B 107 of 255 = 42%

94
66
107

R + G + B ~ 35%. #5E426B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 66 + 107 = 267 (100%)
R 94 of 267 ~ 35.21%
G 66 of 267 ~ 24.72%
B 107 of 267 ~ 40.07%

%35.21
%24.72
%40.07

CMYK color model

#5E426B color CMYK value is (12,38,0,58).

  • cyan value is 12.15%
  • magenta value is 38.32%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(12,38,0,58)
C12M38Y0K58 
(12%,38%,0%,58%)
(0.12/0.38/0.00/0.58)	

CMYK percentages

%12.15
%38.32
%0
%58.04

Codes

Color #5E426B in popluar color models

5E426B
RGB9466107
HSL281°23.70%33.92%
HSB/HSV281°38.32%41.96%
CMYK12.15%38.32%0.00%
58.04%

Color #5E426B in popluar number systems.

HEX5E426B
Decimal9466107
Binary101111010000101101011
Octal136102153

Shades and tints

Shades of #5E426B

#5E426B
(94,66,107)
#563C62
(86,60,98)
#4E3659
(78,54,89)
#463050
(70,48,80)
#3E2A47
(62,42,71)
#36243E
(54,36,62)
#2E1E35
(46,30,53)
#26182C
(38,24,44)
#1E1223
(30,18,35)
#160C1A
(22,12,26)
#0E0611
(14,6,17)
#000000
(0,0,0)

Tints of #5E426B

#5E426B
(94,66,107)
#6C5378
(108,83,120)
#7A6485
(122,100,133)
#887592
(136,117,146)
#96869F
(150,134,159)
#A497AC
(164,151,172)
#B2A8B9
(178,168,185)
#C0B9C6
(192,185,198)
#CECAD3
(206,202,211)
#DCDBE0
(220,219,224)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E426B; }

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

This text font color is #5E426B.


Background Color

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

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

This div background color is #5E426B.


Border color

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

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

This div border color is #5E426B.


Opacity

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

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

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

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

This text has shadow with #5E426B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E426B on black background.


Color preview on white background

This text has color #5E426B on white background.



Black color preview on #5E426B background

This text has black color on #5E426B background.


White color preview on #5E426B background

This text has white color on #5E426B background.