COLOR #5B4651

HEX: #5B4651
RGB: (91,70,81)

Color info

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

RGB color model

#5B4651 color RGB value is (91,70,81).

  • red value is 91;
  • green value is 70;
  • blue value is 81.
RGB:
(91,70,81)
(36%,27%,32%)

RGB channels and saturation

R 91 of 255 = 36%
G 70 of 255 = 27%
B 81 of 255 = 32%

91
70
81

R + G + B ~ 32%. #5B4651 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 70 + 81 = 242 (100%)
R 91 of 242 ~ 37.6%
G 70 of 242 ~ 28.93%
B 81 of 242 ~ 33.47%

%37.6
%28.93
%33.47

CMYK color model

#5B4651 color CMYK value is (0,23,11,64).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 10.99%
  • key color value is 64.31%
CMYK:
(0,23,11,64)
C0M23Y11K64 
(0%,23%,11%,64%)
(0.00/0.23/0.11/0.64)	

CMYK percentages

%0
%23.08
%10.99
%64.31

Codes

Color #5B4651 in popluar color models

5B4651
RGB917081
HSL329°13.04%31.57%
HSB/HSV329°23.08%35.69%
CMYK0.00%23.08%10.99%
64.31%

Color #5B4651 in popluar number systems.

HEX5B4651
Decimal917081
Binary101101110001101010001
Octal133106121

Shades and tints

Shades of #5B4651

#5B4651
(91,70,81)
#53404A
(83,64,74)
#4B3A43
(75,58,67)
#43343C
(67,52,60)
#3B2E35
(59,46,53)
#33282E
(51,40,46)
#2B2227
(43,34,39)
#231C20
(35,28,32)
#1B1619
(27,22,25)
#131012
(19,16,18)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #5B4651

#5B4651
(91,70,81)
#695660
(105,86,96)
#77666F
(119,102,111)
#85767E
(133,118,126)
#93868D
(147,134,141)
#A1969C
(161,150,156)
#AFA6AB
(175,166,171)
#BDB6BA
(189,182,186)
#CBC6C9
(203,198,201)
#D9D6D8
(217,214,216)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4651 color. Also use rgb(91,70,81) instead hex code.

Text Font Color

.myTextColor { color: #5B4651; }

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

This text font color is #5B4651.


Background Color

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

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

This div background color is #5B4651.


Border color

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

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

This div border color is #5B4651.


Opacity

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

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

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

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

This text has shadow with #5B4651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4651 on black background.


Color preview on white background

This text has color #5B4651 on white background.



Black color preview on #5B4651 background

This text has black color on #5B4651 background.


White color preview on #5B4651 background

This text has white color on #5B4651 background.