COLOR #5E3261

HEX: #5E3261
RGB: (94,50,97)

Color info

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

RGB color model

#5E3261 color RGB value is (94,50,97).

  • red value is 94;
  • green value is 50;
  • blue value is 97.
RGB:
(94,50,97)
(37%,20%,38%)

RGB channels and saturation

R 94 of 255 = 37%
G 50 of 255 = 20%
B 97 of 255 = 38%

94
50
97

R + G + B ~ 32%. #5E3261 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 50 + 97 = 241 (100%)
R 94 of 241 ~ 39%
G 50 of 241 ~ 20.75%
B 97 of 241 ~ 40.25%

%39
%20.75
%40.25

CMYK color model

#5E3261 color CMYK value is (3,48,0,62).

  • cyan value is 3.09%
  • magenta value is 48.45%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(3,48,0,62)
C3M48Y0K62 
(3%,48%,0%,62%)
(0.03/0.48/0.00/0.62)	

CMYK percentages

%3.09
%48.45
%0
%61.96

Codes

Color #5E3261 in popluar color models

5E3261
RGB945097
HSL296°31.97%28.82%
HSB/HSV296°48.45%38.04%
CMYK3.09%48.45%0.00%
61.96%

Color #5E3261 in popluar number systems.

HEX5E3261
Decimal945097
Binary10111101100101100001
Octal13662141

Shades and tints

Shades of #5E3261

#5E3261
(94,50,97)
#562E59
(86,46,89)
#4E2A51
(78,42,81)
#462649
(70,38,73)
#3E2241
(62,34,65)
#361E39
(54,30,57)
#2E1A31
(46,26,49)
#261629
(38,22,41)
#1E1221
(30,18,33)
#160E19
(22,14,25)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #5E3261

#5E3261
(94,50,97)
#6C446F
(108,68,111)
#7A567D
(122,86,125)
#88688B
(136,104,139)
#967A99
(150,122,153)
#A48CA7
(164,140,167)
#B29EB5
(178,158,181)
#C0B0C3
(192,176,195)
#CEC2D1
(206,194,209)
#DCD4DF
(220,212,223)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3261; }

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

This text font color is #5E3261.


Background Color

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

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

This div background color is #5E3261.


Border color

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

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

This div border color is #5E3261.


Opacity

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

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

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

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

This text has shadow with #5E3261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3261 on black background.


Color preview on white background

This text has color #5E3261 on white background.



Black color preview on #5E3261 background

This text has black color on #5E3261 background.


White color preview on #5E3261 background

This text has white color on #5E3261 background.