COLOR #5E3359

HEX: #5E3359 RGB: (94,51,89)

Color info

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

RGB color model

#5E3359 color RGB value is (94,51,89).

RGB: (94,51,89) (37%, 20%, 35%)

RGB channels and saturation

R 94 of 255 = 37%
G 51 of 255 = 20%
B 89 of 255 = 35%

94
51
89

R + G + B ~ 31%. #5E3359 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 51 + 89 = 234 (100%)
R 94 of 234 ~ 40.17%
G 51 of 234 ~ 21.79%
B 89 of 234 ~ 38.03'%

%40.17
%21.79
%38.03

CMYK color model

#5E3359 color CMYK value is (0,46,5,63).

  • cyan value is 0.00%
  • magenta value is 45.74%
  • yellow value is 5.32%
  • key color value is 63.14%

CMYK: (0,46,5,63)
C0M46Y5K63 (0%, 46%, 5%, 63%)
(0.00 / 0.46 / 0.05 / 0.63)

CMYK percentages

%0
%45.74
%5.32
%63.14

Codes

Color #5E3359 in popluar color models

5E 33 59
RGB 94 51 89
HSL 307° 29.66% 28.43%
HSB/HSV 307° 45.74% 36.86%
CMYK 0.00% 45.74% 5.32%
63.14%

Color #5E3359 in popluar number systems.

HEX 5E 33 59
Decimal 94 51 89
Binary 1011110 110011 1011001
Octal 136 63 131

Shades and tints

Shades of #5E3359

#5E3359
(94,51,89)
#562F51
(86,47,81)
#4E2B49
(78,43,73)
#462741
(70,39,65)
#3E2339
(62,35,57)
#361F31
(54,31,49)
#2E1B29
(46,27,41)
#261721
(38,23,33)
#1E1319
(30,19,25)
#160F11
(22,15,17)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #5E3359

#5E3359
(94,51,89)
#6C4568
(108,69,104)
#7A5777
(122,87,119)
#886986
(136,105,134)
#967B95
(150,123,149)
#A48DA4
(164,141,164)
#B29FB3
(178,159,179)
#C0B1C2
(192,177,194)
#CEC3D1
(206,195,209)
#DCD5E0
(220,213,224)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3359; }

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

This text font color is #5E3359.

Background Color

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

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

This div background color is #5E3359.

Border color

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

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

This div border color is #5E3359.

Opacity

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

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

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

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

This text has shadow with #5E3359 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E3359.

Preview

Color preview on black background

This text has color #5E3359 on black background.


Color preview on white background

This text has color #5E3359 on white background.


Black color preview on #5E3359 background

This text has black color on #5E3359 background.


White color preview on #5E3359 background

This text has white color on #5E3359 background.


Related colors

Complementary color

Complementary color for #hex is #A1CCA6.


I love getcolorcode.com

Triadic colors

1 #595E33 and #33595E with #5E3359 are triadic colors.

2 #59335E and #335E59 with #5E3359 are triadic colors.