COLOR #5E376F

HEX: #5E376F RGB: (94,55,111)

Color info

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

RGB color model

#5E376F color RGB value is (94,55,111).

RGB: (94,55,111) (37%, 22%, 44%)

RGB channels and saturation

R 94 of 255 = 37%
G 55 of 255 = 22%
B 111 of 255 = 44%

94
55
111

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

Portions of RGB colors in percentages

R + G + B = 94 + 55 + 111 = 260 (100%)
R 94 of 260 ~ 36.15%
G 55 of 260 ~ 21.15%
B 111 of 260 ~ 42.69'%

%36.15
%21.15
%42.69

CMYK color model

#5E376F color CMYK value is (15,50,0,56).

  • cyan value is 15.32%
  • magenta value is 50.45%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (15,50,0,56)
C15M50Y0K56 (15%, 50%, 0%, 56%)
(0.15 / 0.50 / 0.00 / 0.56)

CMYK percentages

%15.32
%50.45
%0
%56.47

Codes

Color #5E376F in popluar color models

5E 37 6F
RGB 94 55 111
HSL 282° 33.73% 32.55%
HSB/HSV 282° 50.45% 43.53%
CMYK 15.32% 50.45% 0.00%
56.47%

Color #5E376F in popluar number systems.

HEX 5E 37 6F
Decimal 94 55 111
Binary 1011110 110111 1101111
Octal 136 67 157

Shades and tints

Shades of #5E376F

#5E376F
(94,55,111)
#563265
(86,50,101)
#4E2D5B
(78,45,91)
#462851
(70,40,81)
#3E2347
(62,35,71)
#361E3D
(54,30,61)
#2E1933
(46,25,51)
#261429
(38,20,41)
#1E0F1F
(30,15,31)
#160A15
(22,10,21)
#0E050B
(14,5,11)
#000000
(0,0,0)

Tints of #5E376F

#5E376F
(94,55,111)
#6C497C
(108,73,124)
#7A5B89
(122,91,137)
#886D96
(136,109,150)
#967FA3
(150,127,163)
#A491B0
(164,145,176)
#B2A3BD
(178,163,189)
#C0B5CA
(192,181,202)
#CEC7D7
(206,199,215)
#DCD9E4
(220,217,228)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E376F; }

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

This text font color is #5E376F.

Background Color

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

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

This div background color is #5E376F.

Border color

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

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

This div border color is #5E376F.

Opacity

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

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

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

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

This text has shadow with #5E376F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E376F.

Preview

Color preview on black background

This text has color #5E376F on black background.


Color preview on white background

This text has color #5E376F on white background.


Black color preview on #5E376F background

This text has black color on #5E376F background.


White color preview on #5E376F background

This text has white color on #5E376F background.


Related colors

Complementary color

Complementary color for #hex is #A1C890.


I love getcolorcode.com

Triadic colors

1 #6F5E37 and #376F5E with #5E376F are triadic colors.

2 #6F375E and #375E6F with #5E376F are triadic colors.