COLOR #5B6B65

HEX: #5B6B65
RGB: (91,107,101)

Color info

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

RGB color model

#5B6B65 color RGB value is (91,107,101).

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

RGB channels and saturation

R 91 of 255 = 36%
G 107 of 255 = 42%
B 101 of 255 = 40%

91
107
101

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

Portions of RGB colors in percentages

R + G + B =
91 + 107 + 101 = 299 (100%)
R 91 of 299 ~ 30.43%
G 107 of 299 ~ 35.79%
B 101 of 299 ~ 33.78%

%30.43
%35.79
%33.78

CMYK color model

#5B6B65 color CMYK value is (15,0,6,58).

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 5.61%
  • key color value is 58.04%
CMYK:
(15,0,6,58)
C15M0Y6K58 
(15%,0%,6%,58%)
(0.15/0.00/0.06/0.58)	

CMYK percentages

%14.95
%0
%5.61
%58.04

Codes

Color #5B6B65 in popluar color models

5B6B65
RGB91107101
HSL158°8.08%38.82%
HSB/HSV158°14.95%41.96%
CMYK14.95%0.00%5.61%
58.04%

Color #5B6B65 in popluar number systems.

HEX5B6B65
Decimal91107101
Binary101101111010111100101
Octal133153145

Shades and tints

Shades of #5B6B65

#5B6B65
(91,107,101)
#53625C
(83,98,92)
#4B5953
(75,89,83)
#43504A
(67,80,74)
#3B4741
(59,71,65)
#333E38
(51,62,56)
#2B352F
(43,53,47)
#232C26
(35,44,38)
#1B231D
(27,35,29)
#131A14
(19,26,20)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #5B6B65

#5B6B65
(91,107,101)
#697873
(105,120,115)
#778581
(119,133,129)
#85928F
(133,146,143)
#939F9D
(147,159,157)
#A1ACAB
(161,172,171)
#AFB9B9
(175,185,185)
#BDC6C7
(189,198,199)
#CBD3D5
(203,211,213)
#D9E0E3
(217,224,227)
#E7EDF1
(231,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6B65; }

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

This text font color is #5B6B65.


Background Color

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

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

This div background color is #5B6B65.


Border color

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

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

This div border color is #5B6B65.


Opacity

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

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

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

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

This text has shadow with #5B6B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6B65 on black background.


Color preview on white background

This text has color #5B6B65 on white background.



Black color preview on #5B6B65 background

This text has black color on #5B6B65 background.


White color preview on #5B6B65 background

This text has white color on #5B6B65 background.