COLOR #5B375F

HEX: #5B375F
RGB: (91,55,95)

Color info

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

RGB color model

#5B375F color RGB value is (91,55,95).

  • red value is 91;
  • green value is 55;
  • blue value is 95.
RGB:
(91,55,95)
(36%,22%,37%)

RGB channels and saturation

R 91 of 255 = 36%
G 55 of 255 = 22%
B 95 of 255 = 37%

91
55
95

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

Portions of RGB colors in percentages

R + G + B =
91 + 55 + 95 = 241 (100%)
R 91 of 241 ~ 37.76%
G 55 of 241 ~ 22.82%
B 95 of 241 ~ 39.42%

%37.76
%22.82
%39.42

CMYK color model

#5B375F color CMYK value is (4,42,0,63).

  • cyan value is 4.21%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(4,42,0,63)
C4M42Y0K63 
(4%,42%,0%,63%)
(0.04/0.42/0.00/0.63)	

CMYK percentages

%4.21
%42.11
%0
%62.75

Codes

Color #5B375F in popluar color models

5B375F
RGB915595
HSL294°26.67%29.41%
HSB/HSV294°42.11%37.25%
CMYK4.21%42.11%0.00%
62.75%

Color #5B375F in popluar number systems.

HEX5B375F
Decimal915595
Binary10110111101111011111
Octal13367137

Shades and tints

Shades of #5B375F

#5B375F
(91,55,95)
#533257
(83,50,87)
#4B2D4F
(75,45,79)
#432847
(67,40,71)
#3B233F
(59,35,63)
#331E37
(51,30,55)
#2B192F
(43,25,47)
#231427
(35,20,39)
#1B0F1F
(27,15,31)
#130A17
(19,10,23)
#0B050F
(11,5,15)
#000000
(0,0,0)

Tints of #5B375F

#5B375F
(91,55,95)
#69496D
(105,73,109)
#775B7B
(119,91,123)
#856D89
(133,109,137)
#937F97
(147,127,151)
#A191A5
(161,145,165)
#AFA3B3
(175,163,179)
#BDB5C1
(189,181,193)
#CBC7CF
(203,199,207)
#D9D9DD
(217,217,221)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B375F color. Also use rgb(91,55,95) instead hex code.

Text Font Color

.myTextColor { color: #5B375F; }

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

This text font color is #5B375F.


Background Color

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

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

This div background color is #5B375F.


Border color

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

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

This div border color is #5B375F.


Opacity

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

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

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

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

This text has shadow with #5B375F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B375F on black background.


Color preview on white background

This text has color #5B375F on white background.



Black color preview on #5B375F background

This text has black color on #5B375F background.


White color preview on #5B375F background

This text has white color on #5B375F background.