COLOR #5B6B6A

HEX: #5B6B6A
RGB: (91,107,106)

Color info

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

RGB color model

#5B6B6A color RGB value is (91,107,106).

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

RGB channels and saturation

R 91 of 255 = 36%
G 107 of 255 = 42%
B 106 of 255 = 42%

91
107
106

R + G + B ~ 40%. #5B6B6A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
91 + 107 + 106 = 304 (100%)
R 91 of 304 ~ 29.93%
G 107 of 304 ~ 35.2%
B 106 of 304 ~ 34.87%

%29.93
%35.2
%34.87

CMYK color model

#5B6B6A color CMYK value is (15,0,1,58).

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 58.04%
CMYK:
(15,0,1,58)
C15M0Y1K58 
(15%,0%,1%,58%)
(0.15/0.00/0.01/0.58)	

CMYK percentages

%14.95
%0
%0.93
%58.04

Codes

Color #5B6B6A in popluar color models

5B6B6A
RGB91107106
HSL176°8.08%38.82%
HSB/HSV176°14.95%41.96%
CMYK14.95%0.00%0.93%
58.04%

Color #5B6B6A in popluar number systems.

HEX5B6B6A
Decimal91107106
Binary101101111010111101010
Octal133153152

Shades and tints

Shades of #5B6B6A

#5B6B6A
(91,107,106)
#536261
(83,98,97)
#4B5958
(75,89,88)
#43504F
(67,80,79)
#3B4746
(59,71,70)
#333E3D
(51,62,61)
#2B3534
(43,53,52)
#232C2B
(35,44,43)
#1B2322
(27,35,34)
#131A19
(19,26,25)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #5B6B6A

#5B6B6A
(91,107,106)
#697877
(105,120,119)
#778584
(119,133,132)
#859291
(133,146,145)
#939F9E
(147,159,158)
#A1ACAB
(161,172,171)
#AFB9B8
(175,185,184)
#BDC6C5
(189,198,197)
#CBD3D2
(203,211,210)
#D9E0DF
(217,224,223)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6B6A; }

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

This text font color is #5B6B6A.


Background Color

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

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

This div background color is #5B6B6A.


Border color

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

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

This div border color is #5B6B6A.


Opacity

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

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

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

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

This text has shadow with #5B6B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6B6A on black background.


Color preview on white background

This text has color #5B6B6A on white background.



Black color preview on #5B6B6A background

This text has black color on #5B6B6A background.


White color preview on #5B6B6A background

This text has white color on #5B6B6A background.