COLOR #5B3977

HEX: #5B3977
RGB: (91,57,119)

Color info

#5B3977 contains mainly red and blue colors. Web safe color of #5B3977 is #663366 (or #636).

RGB color model

#5B3977 color RGB value is (91,57,119).

  • red value is 91;
  • green value is 57;
  • blue value is 119.
RGB:
(91,57,119)
(36%,22%,47%)

RGB channels and saturation

R 91 of 255 = 36%
G 57 of 255 = 22%
B 119 of 255 = 47%

91
57
119

R + G + B ~ 35%. #5B3977 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 57 + 119 = 267 (100%)
R 91 of 267 ~ 34.08%
G 57 of 267 ~ 21.35%
B 119 of 267 ~ 44.57%

%34.08
%21.35
%44.57

CMYK color model

#5B3977 color CMYK value is (24,52,0,53).

  • cyan value is 23.53%
  • magenta value is 52.10%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(24,52,0,53)
C24M52Y0K53 
(24%,52%,0%,53%)
(0.24/0.52/0.00/0.53)	

CMYK percentages

%23.53
%52.1
%0
%53.33

Codes

Color #5B3977 in popluar color models

5B3977
RGB9157119
HSL273°35.23%34.51%
HSB/HSV273°52.10%46.67%
CMYK23.53%52.10%0.00%
53.33%

Color #5B3977 in popluar number systems.

HEX5B3977
Decimal9157119
Binary10110111110011110111
Octal13371167

Shades and tints

Shades of #5B3977

#5B3977
(91,57,119)
#53346D
(83,52,109)
#4B2F63
(75,47,99)
#432A59
(67,42,89)
#3B254F
(59,37,79)
#332045
(51,32,69)
#2B1B3B
(43,27,59)
#231631
(35,22,49)
#1B1127
(27,17,39)
#130C1D
(19,12,29)
#0B0713
(11,7,19)
#000000
(0,0,0)

Tints of #5B3977

#5B3977
(91,57,119)
#694B83
(105,75,131)
#775D8F
(119,93,143)
#856F9B
(133,111,155)
#9381A7
(147,129,167)
#A193B3
(161,147,179)
#AFA5BF
(175,165,191)
#BDB7CB
(189,183,203)
#CBC9D7
(203,201,215)
#D9DBE3
(217,219,227)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3977 color. Also use rgb(91,57,119) instead hex code.

Text Font Color

.myTextColor { color: #5B3977; }

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

This text font color is #5B3977.


Background Color

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

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

This div background color is #5B3977.


Border color

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

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

This div border color is #5B3977.


Opacity

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

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

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

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

This text has shadow with #5B3977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3977 on black background.


Color preview on white background

This text has color #5B3977 on white background.



Black color preview on #5B3977 background

This text has black color on #5B3977 background.


White color preview on #5B3977 background

This text has white color on #5B3977 background.