COLOR #5B6461

HEX: #5B6461 RGB: (91,100,97)

Color info

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

RGB color model

#5B6461 color RGB value is (91,100,97).

RGB: (91,100,97) (36%, 39%, 38%)

RGB channels and saturation

R 91 of 255 = 36%
G 100 of 255 = 39%
B 97 of 255 = 38%

91
100
97

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

Portions of RGB colors in percentages

R + G + B = 91 + 100 + 97 = 288 (100%)
R 91 of 288 ~ 31.6%
G 100 of 288 ~ 34.72%
B 97 of 288 ~ 33.68'%

%31.6
%34.72
%33.68

CMYK color model

#5B6461 color CMYK value is (9,0,3,61).

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

CMYK: (9,0,3,61)
C9M0Y3K61 (9%, 0%, 3%, 61%)
(0.09 / 0.00 / 0.03 / 0.61)

CMYK percentages

%9
%0
%3
%60.78

Codes

Color #5B6461 in popluar color models

5B 64 61
RGB 91 100 97
HSL 160° 4.71% 37.45%
HSB/HSV 160° 9.00% 39.22%
CMYK 9.00% 0.00% 3.00%
60.78%

Color #5B6461 in popluar number systems.

HEX 5B 64 61
Decimal 91 100 97
Binary 1011011 1100100 1100001
Octal 133 144 141

Shades and tints

Shades of #5B6461

#5B6461
(91,100,97)
#535B59
(83,91,89)
#4B5251
(75,82,81)
#434949
(67,73,73)
#3B4041
(59,64,65)
#333739
(51,55,57)
#2B2E31
(43,46,49)
#232529
(35,37,41)
#1B1C21
(27,28,33)
#131319
(19,19,25)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #5B6461

#5B6461
(91,100,97)
#69726F
(105,114,111)
#77807D
(119,128,125)
#858E8B
(133,142,139)
#939C99
(147,156,153)
#A1AAA7
(161,170,167)
#AFB8B5
(175,184,181)
#BDC6C3
(189,198,195)
#CBD4D1
(203,212,209)
#D9E2DF
(217,226,223)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6461; }

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

This text font color is #5B6461.

Background Color

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

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

This div background color is #5B6461.

Border color

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

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

This div border color is #5B6461.

Opacity

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

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

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

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

This text has shadow with #5B6461 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6461.

Preview

Color preview on black background

This text has color #5B6461 on black background.


Color preview on white background

This text has color #5B6461 on white background.


Black color preview on #5B6461 background

This text has black color on #5B6461 background.


White color preview on #5B6461 background

This text has white color on #5B6461 background.


Related colors

Complementary color

Complementary color for #hex is #A49B9E.


I love getcolorcode.com

Triadic colors

1 #615B64 and #64615B with #5B6461 are triadic colors.

2 #61645B and #645B61 with #5B6461 are triadic colors.