COLOR #5E3E61

HEX: #5E3E61
RGB: (94,62,97)

Color info

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

RGB color model

#5E3E61 color RGB value is (94,62,97).

  • red value is 94;
  • green value is 62;
  • blue value is 97.
RGB:
(94,62,97)
(37%,24%,38%)

RGB channels and saturation

R 94 of 255 = 37%
G 62 of 255 = 24%
B 97 of 255 = 38%

94
62
97

R + G + B ~ 33%. #5E3E61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 62 + 97 = 253 (100%)
R 94 of 253 ~ 37.15%
G 62 of 253 ~ 24.51%
B 97 of 253 ~ 38.34%

%37.15
%24.51
%38.34

CMYK color model

#5E3E61 color CMYK value is (3,36,0,62).

  • cyan value is 3.09%
  • magenta value is 36.08%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(3,36,0,62)
C3M36Y0K62 
(3%,36%,0%,62%)
(0.03/0.36/0.00/0.62)	

CMYK percentages

%3.09
%36.08
%0
%61.96

Codes

Color #5E3E61 in popluar color models

5E3E61
RGB946297
HSL295°22.01%31.18%
HSB/HSV295°36.08%38.04%
CMYK3.09%36.08%0.00%
61.96%

Color #5E3E61 in popluar number systems.

HEX5E3E61
Decimal946297
Binary10111101111101100001
Octal13676141

Shades and tints

Shades of #5E3E61

#5E3E61
(94,62,97)
#563959
(86,57,89)
#4E3451
(78,52,81)
#462F49
(70,47,73)
#3E2A41
(62,42,65)
#362539
(54,37,57)
#2E2031
(46,32,49)
#261B29
(38,27,41)
#1E1621
(30,22,33)
#161119
(22,17,25)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #5E3E61

#5E3E61
(94,62,97)
#6C4F6F
(108,79,111)
#7A607D
(122,96,125)
#88718B
(136,113,139)
#968299
(150,130,153)
#A493A7
(164,147,167)
#B2A4B5
(178,164,181)
#C0B5C3
(192,181,195)
#CEC6D1
(206,198,209)
#DCD7DF
(220,215,223)
#EAE8ED
(234,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E3E61 color. Also use rgb(94,62,97) instead hex code.

Text Font Color

.myTextColor { color: #5E3E61; }

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

This text font color is #5E3E61.


Background Color

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

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

This div background color is #5E3E61.


Border color

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

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

This div border color is #5E3E61.


Opacity

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

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

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

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

This text has shadow with #5E3E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3E61 on black background.


Color preview on white background

This text has color #5E3E61 on white background.



Black color preview on #5E3E61 background

This text has black color on #5E3E61 background.


White color preview on #5E3E61 background

This text has white color on #5E3E61 background.