COLOR #5E4660

HEX: #5E4660
RGB: (94,70,96)

Color info

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

RGB color model

#5E4660 color RGB value is (94,70,96).

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

RGB channels and saturation

R 94 of 255 = 37%
G 70 of 255 = 27%
B 96 of 255 = 38%

94
70
96

R + G + B ~ 34%. #5E4660 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 70 + 96 = 260 (100%)
R 94 of 260 ~ 36.15%
G 70 of 260 ~ 26.92%
B 96 of 260 ~ 36.92%

%36.15
%26.92
%36.92

CMYK color model

#5E4660 color CMYK value is (2,27,0,62).

  • cyan value is 2.08%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(2,27,0,62)
C2M27Y0K62 
(2%,27%,0%,62%)
(0.02/0.27/0.00/0.62)	

CMYK percentages

%2.08
%27.08
%0
%62.35

Codes

Color #5E4660 in popluar color models

5E4660
RGB947096
HSL295°15.66%32.55%
HSB/HSV295°27.08%37.65%
CMYK2.08%27.08%0.00%
62.35%

Color #5E4660 in popluar number systems.

HEX5E4660
Decimal947096
Binary101111010001101100000
Octal136106140

Shades and tints

Shades of #5E4660

#5E4660
(94,70,96)
#564058
(86,64,88)
#4E3A50
(78,58,80)
#463448
(70,52,72)
#3E2E40
(62,46,64)
#362838
(54,40,56)
#2E2230
(46,34,48)
#261C28
(38,28,40)
#1E1620
(30,22,32)
#161018
(22,16,24)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #5E4660

#5E4660
(94,70,96)
#6C566E
(108,86,110)
#7A667C
(122,102,124)
#88768A
(136,118,138)
#968698
(150,134,152)
#A496A6
(164,150,166)
#B2A6B4
(178,166,180)
#C0B6C2
(192,182,194)
#CEC6D0
(206,198,208)
#DCD6DE
(220,214,222)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4660; }

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

This text font color is #5E4660.


Background Color

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

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

This div background color is #5E4660.


Border color

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

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

This div border color is #5E4660.


Opacity

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

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

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

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

This text has shadow with #5E4660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4660 on black background.


Color preview on white background

This text has color #5E4660 on white background.



Black color preview on #5E4660 background

This text has black color on #5E4660 background.


White color preview on #5E4660 background

This text has white color on #5E4660 background.