COLOR #5B535F

HEX: #5B535F
RGB: (91,83,95)

Color info

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

RGB color model

#5B535F color RGB value is (91,83,95).

  • red value is 91;
  • green value is 83;
  • blue value is 95.
RGB:
(91,83,95)
(36%,33%,37%)

RGB channels and saturation

R 91 of 255 = 36%
G 83 of 255 = 33%
B 95 of 255 = 37%

91
83
95

R + G + B ~ 35%. #5B535F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 83 + 95 = 269 (100%)
R 91 of 269 ~ 33.83%
G 83 of 269 ~ 30.86%
B 95 of 269 ~ 35.32%

%33.83
%30.86
%35.32

CMYK color model

#5B535F color CMYK value is (4,13,0,63).

  • cyan value is 4.21%
  • magenta value is 12.63%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(4,13,0,63)
C4M13Y0K63 
(4%,13%,0%,63%)
(0.04/0.13/0.00/0.63)	

CMYK percentages

%4.21
%12.63
%0
%62.75

Codes

Color #5B535F in popluar color models

5B535F
RGB918395
HSL280°6.74%34.90%
HSB/HSV280°12.63%37.25%
CMYK4.21%12.63%0.00%
62.75%

Color #5B535F in popluar number systems.

HEX5B535F
Decimal918395
Binary101101110100111011111
Octal133123137

Shades and tints

Shades of #5B535F

#5B535F
(91,83,95)
#534C57
(83,76,87)
#4B454F
(75,69,79)
#433E47
(67,62,71)
#3B373F
(59,55,63)
#333037
(51,48,55)
#2B292F
(43,41,47)
#232227
(35,34,39)
#1B1B1F
(27,27,31)
#131417
(19,20,23)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #5B535F

#5B535F
(91,83,95)
#69626D
(105,98,109)
#77717B
(119,113,123)
#858089
(133,128,137)
#938F97
(147,143,151)
#A19EA5
(161,158,165)
#AFADB3
(175,173,179)
#BDBCC1
(189,188,193)
#CBCBCF
(203,203,207)
#D9DADD
(217,218,221)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B535F color. Also use rgb(91,83,95) instead hex code.

Text Font Color

.myTextColor { color: #5B535F; }

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

This text font color is #5B535F.


Background Color

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

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

This div background color is #5B535F.


Border color

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

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

This div border color is #5B535F.


Opacity

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

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

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

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

This text has shadow with #5B535F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B535F on black background.


Color preview on white background

This text has color #5B535F on white background.



Black color preview on #5B535F background

This text has black color on #5B535F background.


White color preview on #5B535F background

This text has white color on #5B535F background.