COLOR #5B4F76

HEX: #5B4F76
RGB: (91,79,118)

Color info

#5B4F76 contains red, green and blue colors in about the same proportion. Web safe color of #5B4F76 is #666666 (or #666).

RGB color model

#5B4F76 color RGB value is (91,79,118).

  • red value is 91;
  • green value is 79;
  • blue value is 118.
RGB:
(91,79,118)
(36%,31%,46%)

RGB channels and saturation

R 91 of 255 = 36%
G 79 of 255 = 31%
B 118 of 255 = 46%

91
79
118

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

Portions of RGB colors in percentages

R + G + B =
91 + 79 + 118 = 288 (100%)
R 91 of 288 ~ 31.6%
G 79 of 288 ~ 27.43%
B 118 of 288 ~ 40.97%

%31.6
%27.43
%40.97

CMYK color model

#5B4F76 color CMYK value is (23,33,0,54).

  • cyan value is 22.88%
  • magenta value is 33.05%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(23,33,0,54)
C23M33Y0K54 
(23%,33%,0%,54%)
(0.23/0.33/0.00/0.54)	

CMYK percentages

%22.88
%33.05
%0
%53.73

Codes

Color #5B4F76 in popluar color models

5B4F76
RGB9179118
HSL258°19.80%38.63%
HSB/HSV258°33.05%46.27%
CMYK22.88%33.05%0.00%
53.73%

Color #5B4F76 in popluar number systems.

HEX5B4F76
Decimal9179118
Binary101101110011111110110
Octal133117166

Shades and tints

Shades of #5B4F76

#5B4F76
(91,79,118)
#53486C
(83,72,108)
#4B4162
(75,65,98)
#433A58
(67,58,88)
#3B334E
(59,51,78)
#332C44
(51,44,68)
#2B253A
(43,37,58)
#231E30
(35,30,48)
#1B1726
(27,23,38)
#13101C
(19,16,28)
#0B0912
(11,9,18)
#000000
(0,0,0)

Tints of #5B4F76

#5B4F76
(91,79,118)
#695F82
(105,95,130)
#776F8E
(119,111,142)
#857F9A
(133,127,154)
#938FA6
(147,143,166)
#A19FB2
(161,159,178)
#AFAFBE
(175,175,190)
#BDBFCA
(189,191,202)
#CBCFD6
(203,207,214)
#D9DFE2
(217,223,226)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4F76 color. Also use rgb(91,79,118) instead hex code.

Text Font Color

.myTextColor { color: #5B4F76; }

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

This text font color is #5B4F76.


Background Color

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

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

This div background color is #5B4F76.


Border color

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

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

This div border color is #5B4F76.


Opacity

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

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

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

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

This text has shadow with #5B4F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4F76 on black background.


Color preview on white background

This text has color #5B4F76 on white background.



Black color preview on #5B4F76 background

This text has black color on #5B4F76 background.


White color preview on #5B4F76 background

This text has white color on #5B4F76 background.