COLOR #5B6D66

HEX: #5B6D66
RGB: (91,109,102)

Color info

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

RGB color model

#5B6D66 color RGB value is (91,109,102).

  • red value is 91;
  • green value is 109;
  • blue value is 102.
RGB:
(91,109,102)
(36%,43%,40%)

RGB channels and saturation

R 91 of 255 = 36%
G 109 of 255 = 43%
B 102 of 255 = 40%

91
109
102

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

Portions of RGB colors in percentages

R + G + B =
91 + 109 + 102 = 302 (100%)
R 91 of 302 ~ 30.13%
G 109 of 302 ~ 36.09%
B 102 of 302 ~ 33.77%

%30.13
%36.09
%33.77

CMYK color model

#5B6D66 color CMYK value is (17,0,6,57).

  • cyan value is 16.51%
  • magenta value is 0.00%
  • yellow value is 6.42%
  • key color value is 57.25%
CMYK:
(17,0,6,57)
C17M0Y6K57 
(17%,0%,6%,57%)
(0.17/0.00/0.06/0.57)	

CMYK percentages

%16.51
%0
%6.42
%57.25

Codes

Color #5B6D66 in popluar color models

5B6D66
RGB91109102
HSL157°9.00%39.22%
HSB/HSV157°16.51%42.75%
CMYK16.51%0.00%6.42%
57.25%

Color #5B6D66 in popluar number systems.

HEX5B6D66
Decimal91109102
Binary101101111011011100110
Octal133155146

Shades and tints

Shades of #5B6D66

#5B6D66
(91,109,102)
#53645D
(83,100,93)
#4B5B54
(75,91,84)
#43524B
(67,82,75)
#3B4942
(59,73,66)
#334039
(51,64,57)
#2B3730
(43,55,48)
#232E27
(35,46,39)
#1B251E
(27,37,30)
#131C15
(19,28,21)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #5B6D66

#5B6D66
(91,109,102)
#697A73
(105,122,115)
#778780
(119,135,128)
#85948D
(133,148,141)
#93A19A
(147,161,154)
#A1AEA7
(161,174,167)
#AFBBB4
(175,187,180)
#BDC8C1
(189,200,193)
#CBD5CE
(203,213,206)
#D9E2DB
(217,226,219)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6D66 color. Also use rgb(91,109,102) instead hex code.

Text Font Color

.myTextColor { color: #5B6D66; }

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

This text font color is #5B6D66.


Background Color

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

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

This div background color is #5B6D66.


Border color

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

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

This div border color is #5B6D66.


Opacity

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

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

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

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

This text has shadow with #5B6D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6D66 on black background.


Color preview on white background

This text has color #5B6D66 on white background.



Black color preview on #5B6D66 background

This text has black color on #5B6D66 background.


White color preview on #5B6D66 background

This text has white color on #5B6D66 background.