COLOR #5B4A54

HEX: #5B4A54
RGB: (91,74,84)

Color info

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

RGB color model

#5B4A54 color RGB value is (91,74,84).

  • red value is 91;
  • green value is 74;
  • blue value is 84.
RGB:
(91,74,84)
(36%,29%,33%)

RGB channels and saturation

R 91 of 255 = 36%
G 74 of 255 = 29%
B 84 of 255 = 33%

91
74
84

R + G + B ~ 33%. #5B4A54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 74 + 84 = 249 (100%)
R 91 of 249 ~ 36.55%
G 74 of 249 ~ 29.72%
B 84 of 249 ~ 33.73%

%36.55
%29.72
%33.73

CMYK color model

#5B4A54 color CMYK value is (0,19,8,64).

  • cyan value is 0.00%
  • magenta value is 18.68%
  • yellow value is 7.69%
  • key color value is 64.31%
CMYK:
(0,19,8,64)
C0M19Y8K64 
(0%,19%,8%,64%)
(0.00/0.19/0.08/0.64)	

CMYK percentages

%0
%18.68
%7.69
%64.31

Codes

Color #5B4A54 in popluar color models

5B4A54
RGB917484
HSL325°10.30%32.35%
HSB/HSV325°18.68%35.69%
CMYK0.00%18.68%7.69%
64.31%

Color #5B4A54 in popluar number systems.

HEX5B4A54
Decimal917484
Binary101101110010101010100
Octal133112124

Shades and tints

Shades of #5B4A54

#5B4A54
(91,74,84)
#53444D
(83,68,77)
#4B3E46
(75,62,70)
#43383F
(67,56,63)
#3B3238
(59,50,56)
#332C31
(51,44,49)
#2B262A
(43,38,42)
#232023
(35,32,35)
#1B1A1C
(27,26,28)
#131415
(19,20,21)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #5B4A54

#5B4A54
(91,74,84)
#695A63
(105,90,99)
#776A72
(119,106,114)
#857A81
(133,122,129)
#938A90
(147,138,144)
#A19A9F
(161,154,159)
#AFAAAE
(175,170,174)
#BDBABD
(189,186,189)
#CBCACC
(203,202,204)
#D9DADB
(217,218,219)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4A54 color. Also use rgb(91,74,84) instead hex code.

Text Font Color

.myTextColor { color: #5B4A54; }

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

This text font color is #5B4A54.


Background Color

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

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

This div background color is #5B4A54.


Border color

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

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

This div border color is #5B4A54.


Opacity

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

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

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

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

This text has shadow with #5B4A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4A54 on black background.


Color preview on white background

This text has color #5B4A54 on white background.



Black color preview on #5B4A54 background

This text has black color on #5B4A54 background.


White color preview on #5B4A54 background

This text has white color on #5B4A54 background.