COLOR #656764

HEX: #656764
RGB: (101,103,100)

Color info

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

RGB color model

#656764 color RGB value is (101,103,100).

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

RGB channels and saturation

R 101 of 255 = 40%
G 103 of 255 = 40%
B 100 of 255 = 39%

101
103
100

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

Portions of RGB colors in percentages

R + G + B =
101 + 103 + 100 = 304 (100%)
R 101 of 304 ~ 33.22%
G 103 of 304 ~ 33.88%
B 100 of 304 ~ 32.89%

%33.22
%33.88
%32.89

CMYK color model

#656764 color CMYK value is (2,0,3,60).

  • cyan value is 1.94%
  • magenta value is 0.00%
  • yellow value is 2.91%
  • key color value is 59.61%
CMYK:
(2,0,3,60)
C2M0Y3K60 
(2%,0%,3%,60%)
(0.02/0.00/0.03/0.60)	

CMYK percentages

%1.94
%0
%2.91
%59.61

Codes

Color #656764 in popluar color models

656764
RGB101103100
HSL100°1.48%39.80%
HSB/HSV100°2.91%40.39%
CMYK1.94%0.00%2.91%
59.61%

Color #656764 in popluar number systems.

HEX656764
Decimal101103100
Binary110010111001111100100
Octal145147144

Shades and tints

Shades of #656764

#656764
(101,103,100)
#5C5E5B
(92,94,91)
#535552
(83,85,82)
#4A4C49
(74,76,73)
#414340
(65,67,64)
#383A37
(56,58,55)
#2F312E
(47,49,46)
#262825
(38,40,37)
#1D1F1C
(29,31,28)
#141613
(20,22,19)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #656764

#656764
(101,103,100)
#737472
(115,116,114)
#818180
(129,129,128)
#8F8E8E
(143,142,142)
#9D9B9C
(157,155,156)
#ABA8AA
(171,168,170)
#B9B5B8
(185,181,184)
#C7C2C6
(199,194,198)
#D5CFD4
(213,207,212)
#E3DCE2
(227,220,226)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656764; }

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

This text font color is #656764.


Background Color

.myBgColor { background-color: #656764; }

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

This div background color is #656764.


Border color

.myBorderColor { border: 1px solid #656764; }

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

This div border color is #656764.


Opacity

.myOpacity80 { color: #656764; opacity: 0.8; }

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

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

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

This text has shadow with #656764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656764 on black background.


Color preview on white background

This text has color #656764 on white background.



Black color preview on #656764 background

This text has black color on #656764 background.


White color preview on #656764 background

This text has white color on #656764 background.