COLOR #656E7F

HEX: #656E7F
RGB: (101,110,127)

Color info

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

RGB color model

#656E7F color RGB value is (101,110,127).

  • red value is 101;
  • green value is 110;
  • blue value is 127.
RGB:
(101,110,127)
(40%,43%,50%)

RGB channels and saturation

R 101 of 255 = 40%
G 110 of 255 = 43%
B 127 of 255 = 50%

101
110
127

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

Portions of RGB colors in percentages

R + G + B =
101 + 110 + 127 = 338 (100%)
R 101 of 338 ~ 29.88%
G 110 of 338 ~ 32.54%
B 127 of 338 ~ 37.57%

%29.88
%32.54
%37.57

CMYK color model

#656E7F color CMYK value is (20,13,0,50).

  • cyan value is 20.47%
  • magenta value is 13.39%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(20,13,0,50)
C20M13Y0K50 
(20%,13%,0%,50%)
(0.20/0.13/0.00/0.50)	

CMYK percentages

%20.47
%13.39
%0
%50.2

Codes

Color #656E7F in popluar color models

656E7F
RGB101110127
HSL219°11.40%44.71%
HSB/HSV219°20.47%49.80%
CMYK20.47%13.39%0.00%
50.20%

Color #656E7F in popluar number systems.

HEX656E7F
Decimal101110127
Binary110010111011101111111
Octal145156177

Shades and tints

Shades of #656E7F

#656E7F
(101,110,127)
#5C6474
(92,100,116)
#535A69
(83,90,105)
#4A505E
(74,80,94)
#414653
(65,70,83)
#383C48
(56,60,72)
#2F323D
(47,50,61)
#262832
(38,40,50)
#1D1E27
(29,30,39)
#14141C
(20,20,28)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #656E7F

#656E7F
(101,110,127)
#737B8A
(115,123,138)
#818895
(129,136,149)
#8F95A0
(143,149,160)
#9DA2AB
(157,162,171)
#ABAFB6
(171,175,182)
#B9BCC1
(185,188,193)
#C7C9CC
(199,201,204)
#D5D6D7
(213,214,215)
#E3E3E2
(227,227,226)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656E7F color. Also use rgb(101,110,127) instead hex code.

Text Font Color

.myTextColor { color: #656E7F; }

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

This text font color is #656E7F.


Background Color

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

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

This div background color is #656E7F.


Border color

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

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

This div border color is #656E7F.


Opacity

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

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

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

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

This text has shadow with #656E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656E7F on black background.


Color preview on white background

This text has color #656E7F on white background.



Black color preview on #656E7F background

This text has black color on #656E7F background.


White color preview on #656E7F background

This text has white color on #656E7F background.