COLOR #656C6B

HEX: #656C6B
RGB: (101,108,107)

Color info

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

RGB color model

#656C6B color RGB value is (101,108,107).

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

RGB channels and saturation

R 101 of 255 = 40%
G 108 of 255 = 42%
B 107 of 255 = 42%

101
108
107

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

Portions of RGB colors in percentages

R + G + B =
101 + 108 + 107 = 316 (100%)
R 101 of 316 ~ 31.96%
G 108 of 316 ~ 34.18%
B 107 of 316 ~ 33.86%

%31.96
%34.18
%33.86

CMYK color model

#656C6B color CMYK value is (6,0,1,58).

  • cyan value is 6.48%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 57.65%
CMYK:
(6,0,1,58)
C6M0Y1K58 
(6%,0%,1%,58%)
(0.06/0.00/0.01/0.58)	

CMYK percentages

%6.48
%0
%0.93
%57.65

Codes

Color #656C6B in popluar color models

656C6B
RGB101108107
HSL171°3.35%40.98%
HSB/HSV171°6.48%42.35%
CMYK6.48%0.00%0.93%
57.65%

Color #656C6B in popluar number systems.

HEX656C6B
Decimal101108107
Binary110010111011001101011
Octal145154153

Shades and tints

Shades of #656C6B

#656C6B
(101,108,107)
#5C6362
(92,99,98)
#535A59
(83,90,89)
#4A5150
(74,81,80)
#414847
(65,72,71)
#383F3E
(56,63,62)
#2F3635
(47,54,53)
#262D2C
(38,45,44)
#1D2423
(29,36,35)
#141B1A
(20,27,26)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #656C6B

#656C6B
(101,108,107)
#737978
(115,121,120)
#818685
(129,134,133)
#8F9392
(143,147,146)
#9DA09F
(157,160,159)
#ABADAC
(171,173,172)
#B9BAB9
(185,186,185)
#C7C7C6
(199,199,198)
#D5D4D3
(213,212,211)
#E3E1E0
(227,225,224)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656C6B; }

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

This text font color is #656C6B.


Background Color

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

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

This div background color is #656C6B.


Border color

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

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

This div border color is #656C6B.


Opacity

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

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

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

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

This text has shadow with #656C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656C6B on black background.


Color preview on white background

This text has color #656C6B on white background.



Black color preview on #656C6B background

This text has black color on #656C6B background.


White color preview on #656C6B background

This text has white color on #656C6B background.