COLOR #5E3355

HEX: #5E3355 RGB: (94,51,85)

Color info

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

RGB color model

#5E3355 color RGB value is (94,51,85).

RGB: (94,51,85) (37%, 20%, 33%)

RGB channels and saturation

R 94 of 255 = 37%
G 51 of 255 = 20%
B 85 of 255 = 33%

94
51
85

R + G + B ~ 30%. #5E3355 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 51 + 85 = 230 (100%)
R 94 of 230 ~ 40.87%
G 51 of 230 ~ 22.17%
B 85 of 230 ~ 36.96'%

%40.87
%22.17
%36.96

CMYK color model

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

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

CMYK: (0,46,10,63)
C0M46Y10K63 (0%, 46%, 10%, 63%)
(0.00 / 0.46 / 0.10 / 0.63)

CMYK percentages

%0
%45.74
%9.57
%63.14

Codes

Color #5E3355 in popluar color models

5E 33 55
RGB 94 51 85
HSL 313° 29.66% 28.43%
HSB/HSV 313° 45.74% 36.86%
CMYK 0.00% 45.74% 9.57%
63.14%

Color #5E3355 in popluar number systems.

HEX 5E 33 55
Decimal 94 51 85
Binary 1011110 110011 1010101
Octal 136 63 125

Shades and tints

Shades of #5E3355

#5E3355
(94,51,85)
#562F4E
(86,47,78)
#4E2B47
(78,43,71)
#462740
(70,39,64)
#3E2339
(62,35,57)
#361F32
(54,31,50)
#2E1B2B
(46,27,43)
#261724
(38,23,36)
#1E131D
(30,19,29)
#160F16
(22,15,22)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #5E3355

#5E3355
(94,51,85)
#6C4564
(108,69,100)
#7A5773
(122,87,115)
#886982
(136,105,130)
#967B91
(150,123,145)
#A48DA0
(164,141,160)
#B29FAF
(178,159,175)
#C0B1BE
(192,177,190)
#CEC3CD
(206,195,205)
#DCD5DC
(220,213,220)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3355; }

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

This text font color is #5E3355.

Background Color

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

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

This div background color is #5E3355.

Border color

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

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

This div border color is #5E3355.

Opacity

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

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

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

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

This text has shadow with #5E3355 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E3355.

Preview

Color preview on black background

This text has color #5E3355 on black background.


Color preview on white background

This text has color #5E3355 on white background.


Black color preview on #5E3355 background

This text has black color on #5E3355 background.


White color preview on #5E3355 background

This text has white color on #5E3355 background.


Related colors

Complementary color

Complementary color for #hex is #A1CCAA.


I love getcolorcode.com

Triadic colors

1 #555E33 and #33555E with #5E3355 are triadic colors.

2 #55335E and #335E55 with #5E3355 are triadic colors.