COLOR #5B4F66

HEX: #5B4F66
RGB: (91,79,102)

Color info

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

RGB color model

#5B4F66 color RGB value is (91,79,102).

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

RGB channels and saturation

R 91 of 255 = 36%
G 79 of 255 = 31%
B 102 of 255 = 40%

91
79
102

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

Portions of RGB colors in percentages

R + G + B =
91 + 79 + 102 = 272 (100%)
R 91 of 272 ~ 33.46%
G 79 of 272 ~ 29.04%
B 102 of 272 ~ 37.5%

%33.46
%29.04
%37.5

CMYK color model

#5B4F66 color CMYK value is (11,23,0,60).

  • cyan value is 10.78%
  • magenta value is 22.55%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(11,23,0,60)
C11M23Y0K60 
(11%,23%,0%,60%)
(0.11/0.23/0.00/0.60)	

CMYK percentages

%10.78
%22.55
%0
%60

Codes

Color #5B4F66 in popluar color models

5B4F66
RGB9179102
HSL271°12.71%35.49%
HSB/HSV271°22.55%40.00%
CMYK10.78%22.55%0.00%
60.00%

Color #5B4F66 in popluar number systems.

HEX5B4F66
Decimal9179102
Binary101101110011111100110
Octal133117146

Shades and tints

Shades of #5B4F66

#5B4F66
(91,79,102)
#53485D
(83,72,93)
#4B4154
(75,65,84)
#433A4B
(67,58,75)
#3B3342
(59,51,66)
#332C39
(51,44,57)
#2B2530
(43,37,48)
#231E27
(35,30,39)
#1B171E
(27,23,30)
#131015
(19,16,21)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #5B4F66

#5B4F66
(91,79,102)
#695F73
(105,95,115)
#776F80
(119,111,128)
#857F8D
(133,127,141)
#938F9A
(147,143,154)
#A19FA7
(161,159,167)
#AFAFB4
(175,175,180)
#BDBFC1
(189,191,193)
#CBCFCE
(203,207,206)
#D9DFDB
(217,223,219)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4F66; }

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

This text font color is #5B4F66.


Background Color

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

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

This div background color is #5B4F66.


Border color

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

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

This div border color is #5B4F66.


Opacity

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

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

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

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

This text has shadow with #5B4F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4F66 on black background.


Color preview on white background

This text has color #5B4F66 on white background.



Black color preview on #5B4F66 background

This text has black color on #5B4F66 background.


White color preview on #5B4F66 background

This text has white color on #5B4F66 background.