COLOR #5E4263

HEX: #5E4263
RGB: (94,66,99)

Color info

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

RGB color model

#5E4263 color RGB value is (94,66,99).

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

RGB channels and saturation

R 94 of 255 = 37%
G 66 of 255 = 26%
B 99 of 255 = 39%

94
66
99

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

Portions of RGB colors in percentages

R + G + B =
94 + 66 + 99 = 259 (100%)
R 94 of 259 ~ 36.29%
G 66 of 259 ~ 25.48%
B 99 of 259 ~ 38.22%

%36.29
%25.48
%38.22

CMYK color model

#5E4263 color CMYK value is (5,33,0,61).

  • cyan value is 5.05%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(5,33,0,61)
C5M33Y0K61 
(5%,33%,0%,61%)
(0.05/0.33/0.00/0.61)	

CMYK percentages

%5.05
%33.33
%0
%61.18

Codes

Color #5E4263 in popluar color models

5E4263
RGB946699
HSL291°20.00%32.35%
HSB/HSV291°33.33%38.82%
CMYK5.05%33.33%0.00%
61.18%

Color #5E4263 in popluar number systems.

HEX5E4263
Decimal946699
Binary101111010000101100011
Octal136102143

Shades and tints

Shades of #5E4263

#5E4263
(94,66,99)
#563C5A
(86,60,90)
#4E3651
(78,54,81)
#463048
(70,48,72)
#3E2A3F
(62,42,63)
#362436
(54,36,54)
#2E1E2D
(46,30,45)
#261824
(38,24,36)
#1E121B
(30,18,27)
#160C12
(22,12,18)
#0E0609
(14,6,9)
#000000
(0,0,0)

Tints of #5E4263

#5E4263
(94,66,99)
#6C5371
(108,83,113)
#7A647F
(122,100,127)
#88758D
(136,117,141)
#96869B
(150,134,155)
#A497A9
(164,151,169)
#B2A8B7
(178,168,183)
#C0B9C5
(192,185,197)
#CECAD3
(206,202,211)
#DCDBE1
(220,219,225)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4263; }

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

This text font color is #5E4263.


Background Color

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

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

This div background color is #5E4263.


Border color

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

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

This div border color is #5E4263.


Opacity

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

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

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

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

This text has shadow with #5E4263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4263 on black background.


Color preview on white background

This text has color #5E4263 on white background.



Black color preview on #5E4263 background

This text has black color on #5E4263 background.


White color preview on #5E4263 background

This text has white color on #5E4263 background.