COLOR #656B64

HEX: #656B64
RGB: (101,107,100)

Color info

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

RGB color model

#656B64 color RGB value is (101,107,100).

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

RGB channels and saturation

R 101 of 255 = 40%
G 107 of 255 = 42%
B 100 of 255 = 39%

101
107
100

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

Portions of RGB colors in percentages

R + G + B =
101 + 107 + 100 = 308 (100%)
R 101 of 308 ~ 32.79%
G 107 of 308 ~ 34.74%
B 100 of 308 ~ 32.47%

%32.79
%34.74
%32.47

CMYK color model

#656B64 color CMYK value is (6,0,7,58).

  • cyan value is 5.61%
  • magenta value is 0.00%
  • yellow value is 6.54%
  • key color value is 58.04%
CMYK:
(6,0,7,58)
C6M0Y7K58 
(6%,0%,7%,58%)
(0.06/0.00/0.07/0.58)	

CMYK percentages

%5.61
%0
%6.54
%58.04

Codes

Color #656B64 in popluar color models

656B64
RGB101107100
HSL111°3.38%40.59%
HSB/HSV111°6.54%41.96%
CMYK5.61%0.00%6.54%
58.04%

Color #656B64 in popluar number systems.

HEX656B64
Decimal101107100
Binary110010111010111100100
Octal145153144

Shades and tints

Shades of #656B64

#656B64
(101,107,100)
#5C625B
(92,98,91)
#535952
(83,89,82)
#4A5049
(74,80,73)
#414740
(65,71,64)
#383E37
(56,62,55)
#2F352E
(47,53,46)
#262C25
(38,44,37)
#1D231C
(29,35,28)
#141A13
(20,26,19)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #656B64

#656B64
(101,107,100)
#737872
(115,120,114)
#818580
(129,133,128)
#8F928E
(143,146,142)
#9D9F9C
(157,159,156)
#ABACAA
(171,172,170)
#B9B9B8
(185,185,184)
#C7C6C6
(199,198,198)
#D5D3D4
(213,211,212)
#E3E0E2
(227,224,226)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656B64; }

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

This text font color is #656B64.


Background Color

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

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

This div background color is #656B64.


Border color

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

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

This div border color is #656B64.


Opacity

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

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

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

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

This text has shadow with #656B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656B64 on black background.


Color preview on white background

This text has color #656B64 on white background.



Black color preview on #656B64 background

This text has black color on #656B64 background.


White color preview on #656B64 background

This text has white color on #656B64 background.