COLOR #5E3F65

HEX: #5E3F65
RGB: (94,63,101)

Color info

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

RGB color model

#5E3F65 color RGB value is (94,63,101).

  • red value is 94;
  • green value is 63;
  • blue value is 101.
RGB:
(94,63,101)
(37%,25%,40%)

RGB channels and saturation

R 94 of 255 = 37%
G 63 of 255 = 25%
B 101 of 255 = 40%

94
63
101

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

Portions of RGB colors in percentages

R + G + B =
94 + 63 + 101 = 258 (100%)
R 94 of 258 ~ 36.43%
G 63 of 258 ~ 24.42%
B 101 of 258 ~ 39.15%

%36.43
%24.42
%39.15

CMYK color model

#5E3F65 color CMYK value is (7,38,0,60).

  • cyan value is 6.93%
  • magenta value is 37.62%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(7,38,0,60)
C7M38Y0K60 
(7%,38%,0%,60%)
(0.07/0.38/0.00/0.60)	

CMYK percentages

%6.93
%37.62
%0
%60.39

Codes

Color #5E3F65 in popluar color models

5E3F65
RGB9463101
HSL289°23.17%32.16%
HSB/HSV289°37.62%39.61%
CMYK6.93%37.62%0.00%
60.39%

Color #5E3F65 in popluar number systems.

HEX5E3F65
Decimal9463101
Binary10111101111111100101
Octal13677145

Shades and tints

Shades of #5E3F65

#5E3F65
(94,63,101)
#563A5C
(86,58,92)
#4E3553
(78,53,83)
#46304A
(70,48,74)
#3E2B41
(62,43,65)
#362638
(54,38,56)
#2E212F
(46,33,47)
#261C26
(38,28,38)
#1E171D
(30,23,29)
#161214
(22,18,20)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #5E3F65

#5E3F65
(94,63,101)
#6C5073
(108,80,115)
#7A6181
(122,97,129)
#88728F
(136,114,143)
#96839D
(150,131,157)
#A494AB
(164,148,171)
#B2A5B9
(178,165,185)
#C0B6C7
(192,182,199)
#CEC7D5
(206,199,213)
#DCD8E3
(220,216,227)
#EAE9F1
(234,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E3F65 color. Also use rgb(94,63,101) instead hex code.

Text Font Color

.myTextColor { color: #5E3F65; }

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

This text font color is #5E3F65.


Background Color

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

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

This div background color is #5E3F65.


Border color

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

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

This div border color is #5E3F65.


Opacity

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

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

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

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

This text has shadow with #5E3F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3F65 on black background.


Color preview on white background

This text has color #5E3F65 on white background.



Black color preview on #5E3F65 background

This text has black color on #5E3F65 background.


White color preview on #5E3F65 background

This text has white color on #5E3F65 background.