COLOR #5B2E53

HEX: #5B2E53
RGB: (91,46,83)

Color info

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

RGB color model

#5B2E53 color RGB value is (91,46,83).

  • red value is 91;
  • green value is 46;
  • blue value is 83.
RGB:
(91,46,83)
(36%,18%,33%)

RGB channels and saturation

R 91 of 255 = 36%
G 46 of 255 = 18%
B 83 of 255 = 33%

91
46
83

R + G + B ~ 29%. #5B2E53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 46 + 83 = 220 (100%)
R 91 of 220 ~ 41.36%
G 46 of 220 ~ 20.91%
B 83 of 220 ~ 37.73%

%41.36
%20.91
%37.73

CMYK color model

#5B2E53 color CMYK value is (0,49,9,64).

  • cyan value is 0.00%
  • magenta value is 49.45%
  • yellow value is 8.79%
  • key color value is 64.31%
CMYK:
(0,49,9,64)
C0M49Y9K64 
(0%,49%,9%,64%)
(0.00/0.49/0.09/0.64)	

CMYK percentages

%0
%49.45
%8.79
%64.31

Codes

Color #5B2E53 in popluar color models

5B2E53
RGB914683
HSL311°32.85%26.86%
HSB/HSV311°49.45%35.69%
CMYK0.00%49.45%8.79%
64.31%

Color #5B2E53 in popluar number systems.

HEX5B2E53
Decimal914683
Binary10110111011101010011
Octal13356123

Shades and tints

Shades of #5B2E53

#5B2E53
(91,46,83)
#532A4C
(83,42,76)
#4B2645
(75,38,69)
#43223E
(67,34,62)
#3B1E37
(59,30,55)
#331A30
(51,26,48)
#2B1629
(43,22,41)
#231222
(35,18,34)
#1B0E1B
(27,14,27)
#130A14
(19,10,20)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #5B2E53

#5B2E53
(91,46,83)
#694162
(105,65,98)
#775471
(119,84,113)
#856780
(133,103,128)
#937A8F
(147,122,143)
#A18D9E
(161,141,158)
#AFA0AD
(175,160,173)
#BDB3BC
(189,179,188)
#CBC6CB
(203,198,203)
#D9D9DA
(217,217,218)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B2E53 color. Also use rgb(91,46,83) instead hex code.

Text Font Color

.myTextColor { color: #5B2E53; }

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

This text font color is #5B2E53.


Background Color

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

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

This div background color is #5B2E53.


Border color

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

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

This div border color is #5B2E53.


Opacity

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

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

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

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

This text has shadow with #5B2E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B2E53 on black background.


Color preview on white background

This text has color #5B2E53 on white background.



Black color preview on #5B2E53 background

This text has black color on #5B2E53 background.


White color preview on #5B2E53 background

This text has white color on #5B2E53 background.