COLOR #5B504E

HEX: #5B504E
RGB: (91,80,78)

Color info

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

RGB color model

#5B504E color RGB value is (91,80,78).

  • red value is 91;
  • green value is 80;
  • blue value is 78.
RGB:
(91,80,78)
(36%,31%,31%)

RGB channels and saturation

R 91 of 255 = 36%
G 80 of 255 = 31%
B 78 of 255 = 31%

91
80
78

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

Portions of RGB colors in percentages

R + G + B =
91 + 80 + 78 = 249 (100%)
R 91 of 249 ~ 36.55%
G 80 of 249 ~ 32.13%
B 78 of 249 ~ 31.33%

%36.55
%32.13
%31.33

CMYK color model

#5B504E color CMYK value is (0,12,14,64).

  • cyan value is 0.00%
  • magenta value is 12.09%
  • yellow value is 14.29%
  • key color value is 64.31%
CMYK:
(0,12,14,64)
C0M12Y14K64 
(0%,12%,14%,64%)
(0.00/0.12/0.14/0.64)	

CMYK percentages

%0
%12.09
%14.29
%64.31

Codes

Color #5B504E in popluar color models

5B504E
RGB918078
HSL7.69%33.14%
HSB/HSV14.29%35.69%
CMYK0.00%12.09%14.29%
64.31%

Color #5B504E in popluar number systems.

HEX5B504E
Decimal918078
Binary101101110100001001110
Octal133120116

Shades and tints

Shades of #5B504E

#5B504E
(91,80,78)
#534947
(83,73,71)
#4B4240
(75,66,64)
#433B39
(67,59,57)
#3B3432
(59,52,50)
#332D2B
(51,45,43)
#2B2624
(43,38,36)
#231F1D
(35,31,29)
#1B1816
(27,24,22)
#13110F
(19,17,15)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #5B504E

#5B504E
(91,80,78)
#695F5E
(105,95,94)
#776E6E
(119,110,110)
#857D7E
(133,125,126)
#938C8E
(147,140,142)
#A19B9E
(161,155,158)
#AFAAAE
(175,170,174)
#BDB9BE
(189,185,190)
#CBC8CE
(203,200,206)
#D9D7DE
(217,215,222)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B504E color. Also use rgb(91,80,78) instead hex code.

Text Font Color

.myTextColor { color: #5B504E; }

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

This text font color is #5B504E.


Background Color

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

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

This div background color is #5B504E.


Border color

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

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

This div border color is #5B504E.


Opacity

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

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

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

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

This text has shadow with #5B504E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B504E on black background.


Color preview on white background

This text has color #5B504E on white background.



Black color preview on #5B504E background

This text has black color on #5B504E background.


White color preview on #5B504E background

This text has white color on #5B504E background.