COLOR #656B6F

HEX: #656B6F
RGB: (101,107,111)

Color info

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

RGB color model

#656B6F color RGB value is (101,107,111).

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

RGB channels and saturation

R 101 of 255 = 40%
G 107 of 255 = 42%
B 111 of 255 = 44%

101
107
111

R + G + B ~ 42%. #656B6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 107 + 111 = 319 (100%)
R 101 of 319 ~ 31.66%
G 107 of 319 ~ 33.54%
B 111 of 319 ~ 34.8%

%31.66
%33.54
%34.8

CMYK color model

#656B6F color CMYK value is (9,4,0,56).

  • cyan value is 9.01%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(9,4,0,56)
C9M4Y0K56 
(9%,4%,0%,56%)
(0.09/0.04/0.00/0.56)	

CMYK percentages

%9.01
%3.6
%0
%56.47

Codes

Color #656B6F in popluar color models

656B6F
RGB101107111
HSL204°4.72%41.57%
HSB/HSV204°9.01%43.53%
CMYK9.01%3.60%0.00%
56.47%

Color #656B6F in popluar number systems.

HEX656B6F
Decimal101107111
Binary110010111010111101111
Octal145153157

Shades and tints

Shades of #656B6F

#656B6F
(101,107,111)
#5C6265
(92,98,101)
#53595B
(83,89,91)
#4A5051
(74,80,81)
#414747
(65,71,71)
#383E3D
(56,62,61)
#2F3533
(47,53,51)
#262C29
(38,44,41)
#1D231F
(29,35,31)
#141A15
(20,26,21)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #656B6F

#656B6F
(101,107,111)
#73787C
(115,120,124)
#818589
(129,133,137)
#8F9296
(143,146,150)
#9D9FA3
(157,159,163)
#ABACB0
(171,172,176)
#B9B9BD
(185,185,189)
#C7C6CA
(199,198,202)
#D5D3D7
(213,211,215)
#E3E0E4
(227,224,228)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656B6F color. Also use rgb(101,107,111) instead hex code.

Text Font Color

.myTextColor { color: #656B6F; }

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

This text font color is #656B6F.


Background Color

.myBgColor { background-color: #656B6F; }

<div style="background-color:#656B6F">Inner text</div>

This div background color is #656B6F.


Border color

.myBorderColor { border: 1px solid #656B6F; }

<div style="border:3px solid #656B6F">Div</div>

This div border color is #656B6F.


Opacity

.myOpacity80 { color: #656B6F; opacity: 0.8; }

<p style="color:#656B6F;opacity:0.8;">80%</p>

Text with #656B6F 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 #656B6F;}

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

This text has shadow with #656B6F color.

.textShadow {text-shadow: 3px 3px 1px #656B6F, 3px 3px 1px red;}

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

This text has shadow with #656B6F primary color and red secondary color.


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

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

This text has shadow with #656B6F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656B6F on black background.


Color preview on white background

This text has color #656B6F on white background.



Black color preview on #656B6F background

This text has black color on #656B6F background.


White color preview on #656B6F background

This text has white color on #656B6F background.