COLOR #5B4D77

HEX: #5B4D77
RGB: (91,77,119)

Color info

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

RGB color model

#5B4D77 color RGB value is (91,77,119).

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

RGB channels and saturation

R 91 of 255 = 36%
G 77 of 255 = 30%
B 119 of 255 = 47%

91
77
119

R + G + B ~ 38%. #5B4D77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 77 + 119 = 287 (100%)
R 91 of 287 ~ 31.71%
G 77 of 287 ~ 26.83%
B 119 of 287 ~ 41.46%

%31.71
%26.83
%41.46

CMYK color model

#5B4D77 color CMYK value is (24,35,0,53).

  • cyan value is 23.53%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(24,35,0,53)
C24M35Y0K53 
(24%,35%,0%,53%)
(0.24/0.35/0.00/0.53)	

CMYK percentages

%23.53
%35.29
%0
%53.33

Codes

Color #5B4D77 in popluar color models

5B4D77
RGB9177119
HSL260°21.43%38.43%
HSB/HSV260°35.29%46.67%
CMYK23.53%35.29%0.00%
53.33%

Color #5B4D77 in popluar number systems.

HEX5B4D77
Decimal9177119
Binary101101110011011110111
Octal133115167

Shades and tints

Shades of #5B4D77

#5B4D77
(91,77,119)
#53466D
(83,70,109)
#4B3F63
(75,63,99)
#433859
(67,56,89)
#3B314F
(59,49,79)
#332A45
(51,42,69)
#2B233B
(43,35,59)
#231C31
(35,28,49)
#1B1527
(27,21,39)
#130E1D
(19,14,29)
#0B0713
(11,7,19)
#000000
(0,0,0)

Tints of #5B4D77

#5B4D77
(91,77,119)
#695D83
(105,93,131)
#776D8F
(119,109,143)
#857D9B
(133,125,155)
#938DA7
(147,141,167)
#A19DB3
(161,157,179)
#AFADBF
(175,173,191)
#BDBDCB
(189,189,203)
#CBCDD7
(203,205,215)
#D9DDE3
(217,221,227)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4D77; }

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

This text font color is #5B4D77.


Background Color

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

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

This div background color is #5B4D77.


Border color

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

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

This div border color is #5B4D77.


Opacity

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

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

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

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

This text has shadow with #5B4D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4D77 on black background.


Color preview on white background

This text has color #5B4D77 on white background.



Black color preview on #5B4D77 background

This text has black color on #5B4D77 background.


White color preview on #5B4D77 background

This text has white color on #5B4D77 background.