COLOR #5B646A

HEX: #5B646A
RGB: (91,100,106)

Color info

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

RGB color model

#5B646A color RGB value is (91,100,106).

  • red value is 91;
  • green value is 100;
  • blue value is 106.
RGB:
(91,100,106)
(36%,39%,42%)

RGB channels and saturation

R 91 of 255 = 36%
G 100 of 255 = 39%
B 106 of 255 = 42%

91
100
106

R + G + B ~ 39%. #5B646A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 100 + 106 = 297 (100%)
R 91 of 297 ~ 30.64%
G 100 of 297 ~ 33.67%
B 106 of 297 ~ 35.69%

%30.64
%33.67
%35.69

CMYK color model

#5B646A color CMYK value is (14,6,0,58).

  • cyan value is 14.15%
  • magenta value is 5.66%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(14,6,0,58)
C14M6Y0K58 
(14%,6%,0%,58%)
(0.14/0.06/0.00/0.58)	

CMYK percentages

%14.15
%5.66
%0
%58.43

Codes

Color #5B646A in popluar color models

5B646A
RGB91100106
HSL204°7.61%38.63%
HSB/HSV204°14.15%41.57%
CMYK14.15%5.66%0.00%
58.43%

Color #5B646A in popluar number systems.

HEX5B646A
Decimal91100106
Binary101101111001001101010
Octal133144152

Shades and tints

Shades of #5B646A

#5B646A
(91,100,106)
#535B61
(83,91,97)
#4B5258
(75,82,88)
#43494F
(67,73,79)
#3B4046
(59,64,70)
#33373D
(51,55,61)
#2B2E34
(43,46,52)
#23252B
(35,37,43)
#1B1C22
(27,28,34)
#131319
(19,19,25)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #5B646A

#5B646A
(91,100,106)
#697277
(105,114,119)
#778084
(119,128,132)
#858E91
(133,142,145)
#939C9E
(147,156,158)
#A1AAAB
(161,170,171)
#AFB8B8
(175,184,184)
#BDC6C5
(189,198,197)
#CBD4D2
(203,212,210)
#D9E2DF
(217,226,223)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B646A; }

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

This text font color is #5B646A.


Background Color

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

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

This div background color is #5B646A.


Border color

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

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

This div border color is #5B646A.


Opacity

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

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

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

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

This text has shadow with #5B646A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B646A on black background.


Color preview on white background

This text has color #5B646A on white background.



Black color preview on #5B646A background

This text has black color on #5B646A background.


White color preview on #5B646A background

This text has white color on #5B646A background.