COLOR #5B6463

HEX: #5B6463 RGB: (91,100,99)

Color info

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

RGB color model

#5B6463 color RGB value is (91,100,99).

RGB: (91,100,99) (36%, 39%, 39%)

RGB channels and saturation

R 91 of 255 = 36%
G 100 of 255 = 39%
B 99 of 255 = 39%

91
100
99

R + G + B ~ 38%. #5B6463 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 100 + 99 = 290 (100%)
R 91 of 290 ~ 31.38%
G 100 of 290 ~ 34.48%
B 99 of 290 ~ 34.14'%

%31.38
%34.48
%34.14

CMYK color model

#5B6463 color CMYK value is (9,0,1,61).

  • cyan value is 9.00%
  • magenta value is 0.00%
  • yellow value is 1.00%
  • key color value is 60.78%

CMYK: (9,0,1,61)
C9M0Y1K61 (9%, 0%, 1%, 61%)
(0.09 / 0.00 / 0.01 / 0.61)

CMYK percentages

%9
%0
%1
%60.78

Codes

Color #5B6463 in popluar color models

5B 64 63
RGB 91 100 99
HSL 173° 4.71% 37.45%
HSB/HSV 173° 9.00% 39.22%
CMYK 9.00% 0.00% 1.00%
60.78%

Color #5B6463 in popluar number systems.

HEX 5B 64 63
Decimal 91 100 99
Binary 1011011 1100100 1100011
Octal 133 144 143

Shades and tints

Shades of #5B6463

#5B6463
(91,100,99)
#535B5A
(83,91,90)
#4B5251
(75,82,81)
#434948
(67,73,72)
#3B403F
(59,64,63)
#333736
(51,55,54)
#2B2E2D
(43,46,45)
#232524
(35,37,36)
#1B1C1B
(27,28,27)
#131312
(19,19,18)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #5B6463

#5B6463
(91,100,99)
#697271
(105,114,113)
#77807F
(119,128,127)
#858E8D
(133,142,141)
#939C9B
(147,156,155)
#A1AAA9
(161,170,169)
#AFB8B7
(175,184,183)
#BDC6C5
(189,198,197)
#CBD4D3
(203,212,211)
#D9E2E1
(217,226,225)
#E7F0EF
(231,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6463 color. Also use rgb(91,100,99) instead hex code.

Text Font Color

.myTextColor { color: #5B6463; }

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

This text font color is #5B6463.

Background Color

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

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

This div background color is #5B6463.

Border color

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

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

This div border color is #5B6463.

Opacity

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

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

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

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

This text has shadow with #5B6463 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6463.

Preview

Color preview on black background

This text has color #5B6463 on black background.


Color preview on white background

This text has color #5B6463 on white background.


Black color preview on #5B6463 background

This text has black color on #5B6463 background.


White color preview on #5B6463 background

This text has white color on #5B6463 background.


Related colors

Complementary color

Complementary color for #hex is #A49B9C.


I love getcolorcode.com

Triadic colors

1 #635B64 and #64635B with #5B6463 are triadic colors.

2 #63645B and #645B63 with #5B6463 are triadic colors.