COLOR #5B4F6B

HEX: #5B4F6B
RGB: (91,79,107)

Color info

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

RGB color model

#5B4F6B color RGB value is (91,79,107).

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

RGB channels and saturation

R 91 of 255 = 36%
G 79 of 255 = 31%
B 107 of 255 = 42%

91
79
107

R + G + B ~ 36%. #5B4F6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 79 + 107 = 277 (100%)
R 91 of 277 ~ 32.85%
G 79 of 277 ~ 28.52%
B 107 of 277 ~ 38.63%

%32.85
%28.52
%38.63

CMYK color model

#5B4F6B color CMYK value is (15,26,0,58).

  • cyan value is 14.95%
  • magenta value is 26.17%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(15,26,0,58)
C15M26Y0K58 
(15%,26%,0%,58%)
(0.15/0.26/0.00/0.58)	

CMYK percentages

%14.95
%26.17
%0
%58.04

Codes

Color #5B4F6B in popluar color models

5B4F6B
RGB9179107
HSL266°15.05%36.47%
HSB/HSV266°26.17%41.96%
CMYK14.95%26.17%0.00%
58.04%

Color #5B4F6B in popluar number systems.

HEX5B4F6B
Decimal9179107
Binary101101110011111101011
Octal133117153

Shades and tints

Shades of #5B4F6B

#5B4F6B
(91,79,107)
#534862
(83,72,98)
#4B4159
(75,65,89)
#433A50
(67,58,80)
#3B3347
(59,51,71)
#332C3E
(51,44,62)
#2B2535
(43,37,53)
#231E2C
(35,30,44)
#1B1723
(27,23,35)
#13101A
(19,16,26)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #5B4F6B

#5B4F6B
(91,79,107)
#695F78
(105,95,120)
#776F85
(119,111,133)
#857F92
(133,127,146)
#938F9F
(147,143,159)
#A19FAC
(161,159,172)
#AFAFB9
(175,175,185)
#BDBFC6
(189,191,198)
#CBCFD3
(203,207,211)
#D9DFE0
(217,223,224)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4F6B; }

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

This text font color is #5B4F6B.


Background Color

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

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

This div background color is #5B4F6B.


Border color

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

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

This div border color is #5B4F6B.


Opacity

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

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

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

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

This text has shadow with #5B4F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4F6B on black background.


Color preview on white background

This text has color #5B4F6B on white background.



Black color preview on #5B4F6B background

This text has black color on #5B4F6B background.


White color preview on #5B4F6B background

This text has white color on #5B4F6B background.