COLOR #5B5653

HEX: #5B5653
RGB: (91,86,83)

Color info

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

RGB color model

#5B5653 color RGB value is (91,86,83).

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

RGB channels and saturation

R 91 of 255 = 36%
G 86 of 255 = 34%
B 83 of 255 = 33%

91
86
83

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

Portions of RGB colors in percentages

R + G + B =
91 + 86 + 83 = 260 (100%)
R 91 of 260 ~ 35%
G 86 of 260 ~ 33.08%
B 83 of 260 ~ 31.92%

%35
%33.08
%31.92

CMYK color model

#5B5653 color CMYK value is (0,5,9,64).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 8.79%
  • key color value is 64.31%
CMYK:
(0,5,9,64)
C0M5Y9K64 
(0%,5%,9%,64%)
(0.00/0.05/0.09/0.64)	

CMYK percentages

%0
%5.49
%8.79
%64.31

Codes

Color #5B5653 in popluar color models

5B5653
RGB918683
HSL23°4.60%34.12%
HSB/HSV23°8.79%35.69%
CMYK0.00%5.49%8.79%
64.31%

Color #5B5653 in popluar number systems.

HEX5B5653
Decimal918683
Binary101101110101101010011
Octal133126123

Shades and tints

Shades of #5B5653

#5B5653
(91,86,83)
#534F4C
(83,79,76)
#4B4845
(75,72,69)
#43413E
(67,65,62)
#3B3A37
(59,58,55)
#333330
(51,51,48)
#2B2C29
(43,44,41)
#232522
(35,37,34)
#1B1E1B
(27,30,27)
#131714
(19,23,20)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #5B5653

#5B5653
(91,86,83)
#696562
(105,101,98)
#777471
(119,116,113)
#858380
(133,131,128)
#93928F
(147,146,143)
#A1A19E
(161,161,158)
#AFB0AD
(175,176,173)
#BDBFBC
(189,191,188)
#CBCECB
(203,206,203)
#D9DDDA
(217,221,218)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5653; }

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

This text font color is #5B5653.


Background Color

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

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

This div background color is #5B5653.


Border color

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

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

This div border color is #5B5653.


Opacity

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

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

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

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

This text has shadow with #5B5653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5653 on black background.


Color preview on white background

This text has color #5B5653 on white background.



Black color preview on #5B5653 background

This text has black color on #5B5653 background.


White color preview on #5B5653 background

This text has white color on #5B5653 background.