COLOR #656F76

HEX: #656F76
RGB: (101,111,118)

Color info

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

RGB color model

#656F76 color RGB value is (101,111,118).

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

RGB channels and saturation

R 101 of 255 = 40%
G 111 of 255 = 44%
B 118 of 255 = 46%

101
111
118

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

Portions of RGB colors in percentages

R + G + B =
101 + 111 + 118 = 330 (100%)
R 101 of 330 ~ 30.61%
G 111 of 330 ~ 33.64%
B 118 of 330 ~ 35.76%

%30.61
%33.64
%35.76

CMYK color model

#656F76 color CMYK value is (14,6,0,54).

  • cyan value is 14.41%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(14,6,0,54)
C14M6Y0K54 
(14%,6%,0%,54%)
(0.14/0.06/0.00/0.54)	

CMYK percentages

%14.41
%5.93
%0
%53.73

Codes

Color #656F76 in popluar color models

656F76
RGB101111118
HSL205°7.76%42.94%
HSB/HSV205°14.41%46.27%
CMYK14.41%5.93%0.00%
53.73%

Color #656F76 in popluar number systems.

HEX656F76
Decimal101111118
Binary110010111011111110110
Octal145157166

Shades and tints

Shades of #656F76

#656F76
(101,111,118)
#5C656C
(92,101,108)
#535B62
(83,91,98)
#4A5158
(74,81,88)
#41474E
(65,71,78)
#383D44
(56,61,68)
#2F333A
(47,51,58)
#262930
(38,41,48)
#1D1F26
(29,31,38)
#14151C
(20,21,28)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #656F76

#656F76
(101,111,118)
#737C82
(115,124,130)
#81898E
(129,137,142)
#8F969A
(143,150,154)
#9DA3A6
(157,163,166)
#ABB0B2
(171,176,178)
#B9BDBE
(185,189,190)
#C7CACA
(199,202,202)
#D5D7D6
(213,215,214)
#E3E4E2
(227,228,226)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656F76; }

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

This text font color is #656F76.


Background Color

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

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

This div background color is #656F76.


Border color

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

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

This div border color is #656F76.


Opacity

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

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

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

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

This text has shadow with #656F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656F76 on black background.


Color preview on white background

This text has color #656F76 on white background.



Black color preview on #656F76 background

This text has black color on #656F76 background.


White color preview on #656F76 background

This text has white color on #656F76 background.