COLOR #5E3D5E

HEX: #5E3D5E
RGB: (94,61,94)

Color info

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

RGB color model

#5E3D5E color RGB value is (94,61,94).

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

RGB channels and saturation

R 94 of 255 = 37%
G 61 of 255 = 24%
B 94 of 255 = 37%

94
61
94

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

Portions of RGB colors in percentages

R + G + B =
94 + 61 + 94 = 249 (100%)
R 94 of 249 ~ 37.75%
G 61 of 249 ~ 24.5%
B 94 of 249 ~ 37.75%

%37.75
%24.5
%37.75

CMYK color model

#5E3D5E color CMYK value is (0,35,0,63).

  • cyan value is 0.00%
  • magenta value is 35.11%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(0,35,0,63)
C0M35Y0K63 
(0%,35%,0%,63%)
(0.00/0.35/0.00/0.63)	

CMYK percentages

%0
%35.11
%0
%63.14

Codes

Color #5E3D5E in popluar color models

5E3D5E
RGB946194
HSL300°21.29%30.39%
HSB/HSV300°35.11%36.86%
CMYK0.00%35.11%0.00%
63.14%

Color #5E3D5E in popluar number systems.

HEX5E3D5E
Decimal946194
Binary10111101111011011110
Octal13675136

Shades and tints

Shades of #5E3D5E

#5E3D5E
(94,61,94)
#563856
(86,56,86)
#4E334E
(78,51,78)
#462E46
(70,46,70)
#3E293E
(62,41,62)
#362436
(54,36,54)
#2E1F2E
(46,31,46)
#261A26
(38,26,38)
#1E151E
(30,21,30)
#161016
(22,16,22)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #5E3D5E

#5E3D5E
(94,61,94)
#6C4E6C
(108,78,108)
#7A5F7A
(122,95,122)
#887088
(136,112,136)
#968196
(150,129,150)
#A492A4
(164,146,164)
#B2A3B2
(178,163,178)
#C0B4C0
(192,180,192)
#CEC5CE
(206,197,206)
#DCD6DC
(220,214,220)
#EAE7EA
(234,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3D5E; }

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

This text font color is #5E3D5E.


Background Color

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

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

This div background color is #5E3D5E.


Border color

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

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

This div border color is #5E3D5E.


Opacity

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

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

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

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

This text has shadow with #5E3D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3D5E on black background.


Color preview on white background

This text has color #5E3D5E on white background.



Black color preview on #5E3D5E background

This text has black color on #5E3D5E background.


White color preview on #5E3D5E background

This text has white color on #5E3D5E background.