COLOR #656F7E

HEX: #656F7E
RGB: (101,111,126)

Color info

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

RGB color model

#656F7E color RGB value is (101,111,126).

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

RGB channels and saturation

R 101 of 255 = 40%
G 111 of 255 = 44%
B 126 of 255 = 49%

101
111
126

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

Portions of RGB colors in percentages

R + G + B =
101 + 111 + 126 = 338 (100%)
R 101 of 338 ~ 29.88%
G 111 of 338 ~ 32.84%
B 126 of 338 ~ 37.28%

%29.88
%32.84
%37.28

CMYK color model

#656F7E color CMYK value is (20,12,0,51).

  • cyan value is 19.84%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(20,12,0,51)
C20M12Y0K51 
(20%,12%,0%,51%)
(0.20/0.12/0.00/0.51)	

CMYK percentages

%19.84
%11.9
%0
%50.59

Codes

Color #656F7E in popluar color models

656F7E
RGB101111126
HSL216°11.01%44.51%
HSB/HSV216°19.84%49.41%
CMYK19.84%11.90%0.00%
50.59%

Color #656F7E in popluar number systems.

HEX656F7E
Decimal101111126
Binary110010111011111111110
Octal145157176

Shades and tints

Shades of #656F7E

#656F7E
(101,111,126)
#5C6573
(92,101,115)
#535B68
(83,91,104)
#4A515D
(74,81,93)
#414752
(65,71,82)
#383D47
(56,61,71)
#2F333C
(47,51,60)
#262931
(38,41,49)
#1D1F26
(29,31,38)
#14151B
(20,21,27)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #656F7E

#656F7E
(101,111,126)
#737C89
(115,124,137)
#818994
(129,137,148)
#8F969F
(143,150,159)
#9DA3AA
(157,163,170)
#ABB0B5
(171,176,181)
#B9BDC0
(185,189,192)
#C7CACB
(199,202,203)
#D5D7D6
(213,215,214)
#E3E4E1
(227,228,225)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656F7E; }

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

This text font color is #656F7E.


Background Color

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

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

This div background color is #656F7E.


Border color

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

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

This div border color is #656F7E.


Opacity

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

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

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

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

This text has shadow with #656F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656F7E on black background.


Color preview on white background

This text has color #656F7E on white background.



Black color preview on #656F7E background

This text has black color on #656F7E background.


White color preview on #656F7E background

This text has white color on #656F7E background.