COLOR #5E466B

HEX: #5E466B
RGB: (94,70,107)

Color info

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

RGB color model

#5E466B color RGB value is (94,70,107).

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

RGB channels and saturation

R 94 of 255 = 37%
G 70 of 255 = 27%
B 107 of 255 = 42%

94
70
107

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

Portions of RGB colors in percentages

R + G + B =
94 + 70 + 107 = 271 (100%)
R 94 of 271 ~ 34.69%
G 70 of 271 ~ 25.83%
B 107 of 271 ~ 39.48%

%34.69
%25.83
%39.48

CMYK color model

#5E466B color CMYK value is (12,35,0,58).

  • cyan value is 12.15%
  • magenta value is 34.58%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(12,35,0,58)
C12M35Y0K58 
(12%,35%,0%,58%)
(0.12/0.35/0.00/0.58)	

CMYK percentages

%12.15
%34.58
%0
%58.04

Codes

Color #5E466B in popluar color models

5E466B
RGB9470107
HSL279°20.90%34.71%
HSB/HSV279°34.58%41.96%
CMYK12.15%34.58%0.00%
58.04%

Color #5E466B in popluar number systems.

HEX5E466B
Decimal9470107
Binary101111010001101101011
Octal136106153

Shades and tints

Shades of #5E466B

#5E466B
(94,70,107)
#564062
(86,64,98)
#4E3A59
(78,58,89)
#463450
(70,52,80)
#3E2E47
(62,46,71)
#36283E
(54,40,62)
#2E2235
(46,34,53)
#261C2C
(38,28,44)
#1E1623
(30,22,35)
#16101A
(22,16,26)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #5E466B

#5E466B
(94,70,107)
#6C5678
(108,86,120)
#7A6685
(122,102,133)
#887692
(136,118,146)
#96869F
(150,134,159)
#A496AC
(164,150,172)
#B2A6B9
(178,166,185)
#C0B6C6
(192,182,198)
#CEC6D3
(206,198,211)
#DCD6E0
(220,214,224)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E466B; }

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

This text font color is #5E466B.


Background Color

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

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

This div background color is #5E466B.


Border color

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

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

This div border color is #5E466B.


Opacity

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

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

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

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

This text has shadow with #5E466B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E466B on black background.


Color preview on white background

This text has color #5E466B on white background.



Black color preview on #5E466B background

This text has black color on #5E466B background.


White color preview on #5E466B background

This text has white color on #5E466B background.