COLOR #5E386C

HEX: #5E386C
RGB: (94,56,108)

Color info

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

RGB color model

#5E386C color RGB value is (94,56,108).

  • red value is 94;
  • green value is 56;
  • blue value is 108.
RGB: (94,56,108) (37%,22%,42%)

RGB channels and saturation

R 94 of 255 = 37%
G 56 of 255 = 22%
B 108 of 255 = 42%

94
56
108

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

Portions of RGB colors in percentages

R + G + B =
94 + 56 + 108 = 258 (100%)
R 94 of 258 ~ 36.43%
G 56 of 258 ~ 21.71%
B 108 of 258 ~ 41.86%

%36.43
%21.71
%41.86

CMYK color model

#5E386C color CMYK value is (13,48,0,58).

  • cyan value is 12.96%
  • magenta value is 48.15%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (13,48,0,58) C13M48Y0K58 (13%,48%,0%,58%) (0.13/0.48/0.00/0.58)

CMYK percentages

%12.96
%48.15
%0
%57.65

Codes

Color #5E386C in popluar color models

5E386C
RGB9456108
HSL284°31.71%32.16%
HSB/HSV284°48.15%42.35%
CMYK12.96%48.15%0.00%
57.65%

Color #5E386C in popluar number systems.

HEX5E386C
Decimal9456108
Binary10111101110001101100
Octal13670154

Shades and tints

Shades of #5E386C

#5E386C
(94,56,108)
#563363
(86,51,99)
#4E2E5A
(78,46,90)
#462951
(70,41,81)
#3E2448
(62,36,72)
#361F3F
(54,31,63)
#2E1A36
(46,26,54)
#26152D
(38,21,45)
#1E1024
(30,16,36)
#160B1B
(22,11,27)
#0E0612
(14,6,18)
#000000
(0,0,0)

Tints of #5E386C

#5E386C
(94,56,108)
#6C4A79
(108,74,121)
#7A5C86
(122,92,134)
#886E93
(136,110,147)
#9680A0
(150,128,160)
#A492AD
(164,146,173)
#B2A4BA
(178,164,186)
#C0B6C7
(192,182,199)
#CEC8D4
(206,200,212)
#DCDAE1
(220,218,225)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E386C; }

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

This text font color is #5E386C.


Background Color

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

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

This div background color is #5E386C.


Border color

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

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

This div border color is #5E386C.


Opacity

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

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

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

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

This text has shadow with #5E386C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5E386C on black background.


Color preview on white background

This text has color #5E386C on white background.



Black color preview on #5E386C background

This text has black color on #5E386C background.


White color preview on #5E386C background

This text has white color on #5E386C background.