COLOR #5E4663

HEX: #5E4663 RGB: (94,70,99)

Color info

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

RGB color model

#5E4663 color RGB value is (94,70,99).

RGB: (94,70,99) (37%, 27%, 39%)

RGB channels and saturation

R 94 of 255 = 37%
G 70 of 255 = 27%
B 99 of 255 = 39%

94
70
99

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

Portions of RGB colors in percentages

R + G + B = 94 + 70 + 99 = 263 (100%)
R 94 of 263 ~ 35.74%
G 70 of 263 ~ 26.62%
B 99 of 263 ~ 37.64'%

%35.74
%26.62
%37.64

CMYK color model

#5E4663 color CMYK value is (5,29,0,61).

  • cyan value is 5.05%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (5,29,0,61)
C5M29Y0K61 (5%, 29%, 0%, 61%)
(0.05 / 0.29 / 0.00 / 0.61)

CMYK percentages

%5.05
%29.29
%0
%61.18

Codes

Color #5E4663 in popluar color models

5E 46 63
RGB 94 70 99
HSL 290° 17.16% 33.14%
HSB/HSV 290° 29.29% 38.82%
CMYK 5.05% 29.29% 0.00%
61.18%

Color #5E4663 in popluar number systems.

HEX 5E 46 63
Decimal 94 70 99
Binary 1011110 1000110 1100011
Octal 136 106 143

Shades and tints

Shades of #5E4663

#5E4663
(94,70,99)
#56405A
(86,64,90)
#4E3A51
(78,58,81)
#463448
(70,52,72)
#3E2E3F
(62,46,63)
#362836
(54,40,54)
#2E222D
(46,34,45)
#261C24
(38,28,36)
#1E161B
(30,22,27)
#161012
(22,16,18)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #5E4663

#5E4663
(94,70,99)
#6C5671
(108,86,113)
#7A667F
(122,102,127)
#88768D
(136,118,141)
#96869B
(150,134,155)
#A496A9
(164,150,169)
#B2A6B7
(178,166,183)
#C0B6C5
(192,182,197)
#CEC6D3
(206,198,211)
#DCD6E1
(220,214,225)
#EAE6EF
(234,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4663; }

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

This text font color is #5E4663.

Background Color

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

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

This div background color is #5E4663.

Border color

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

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

This div border color is #5E4663.

Opacity

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

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

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

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

This text has shadow with #5E4663 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E4663.

Preview

Color preview on black background

This text has color #5E4663 on black background.


Color preview on white background

This text has color #5E4663 on white background.


Black color preview on #5E4663 background

This text has black color on #5E4663 background.


White color preview on #5E4663 background

This text has white color on #5E4663 background.


Related colors

Complementary color

Complementary color for #hex is #A1B99C.


I love getcolorcode.com

Triadic colors

1 #635E46 and #46635E with #5E4663 are triadic colors.

2 #63465E and #465E63 with #5E4663 are triadic colors.