COLOR #5B4D58

HEX: #5B4D58
RGB: (91,77,88)

Color info

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

RGB color model

#5B4D58 color RGB value is (91,77,88).

  • red value is 91;
  • green value is 77;
  • blue value is 88.
RGB:
(91,77,88)
(36%,30%,35%)

RGB channels and saturation

R 91 of 255 = 36%
G 77 of 255 = 30%
B 88 of 255 = 35%

91
77
88

R + G + B ~ 34%. #5B4D58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 77 + 88 = 256 (100%)
R 91 of 256 ~ 35.55%
G 77 of 256 ~ 30.08%
B 88 of 256 ~ 34.38%

%35.55
%30.08
%34.38

CMYK color model

#5B4D58 color CMYK value is (0,15,3,64).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 3.30%
  • key color value is 64.31%
CMYK:
(0,15,3,64)
C0M15Y3K64 
(0%,15%,3%,64%)
(0.00/0.15/0.03/0.64)	

CMYK percentages

%0
%15.38
%3.3
%64.31

Codes

Color #5B4D58 in popluar color models

5B4D58
RGB917788
HSL313°8.33%32.94%
HSB/HSV313°15.38%35.69%
CMYK0.00%15.38%3.30%
64.31%

Color #5B4D58 in popluar number systems.

HEX5B4D58
Decimal917788
Binary101101110011011011000
Octal133115130

Shades and tints

Shades of #5B4D58

#5B4D58
(91,77,88)
#534650
(83,70,80)
#4B3F48
(75,63,72)
#433840
(67,56,64)
#3B3138
(59,49,56)
#332A30
(51,42,48)
#2B2328
(43,35,40)
#231C20
(35,28,32)
#1B1518
(27,21,24)
#130E10
(19,14,16)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #5B4D58

#5B4D58
(91,77,88)
#695D67
(105,93,103)
#776D76
(119,109,118)
#857D85
(133,125,133)
#938D94
(147,141,148)
#A19DA3
(161,157,163)
#AFADB2
(175,173,178)
#BDBDC1
(189,189,193)
#CBCDD0
(203,205,208)
#D9DDDF
(217,221,223)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4D58 color. Also use rgb(91,77,88) instead hex code.

Text Font Color

.myTextColor { color: #5B4D58; }

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

This text font color is #5B4D58.


Background Color

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

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

This div background color is #5B4D58.


Border color

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

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

This div border color is #5B4D58.


Opacity

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

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

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

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

This text has shadow with #5B4D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4D58 on black background.


Color preview on white background

This text has color #5B4D58 on white background.



Black color preview on #5B4D58 background

This text has black color on #5B4D58 background.


White color preview on #5B4D58 background

This text has white color on #5B4D58 background.