COLOR #656D7E

HEX: #656D7E RGB: (101,109,126)

Color info

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

RGB color model

#656D7E color RGB value is (101,109,126).

RGB: (101,109,126) (40%, 43%, 49%)

RGB channels and saturation

R 101 of 255 = 40%
G 109 of 255 = 43%
B 126 of 255 = 49%

101
109
126

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

Portions of RGB colors in percentages

R + G + B = 101 + 109 + 126 = 336 (100%)
R 101 of 336 ~ 30.06%
G 109 of 336 ~ 32.44%
B 126 of 336 ~ 37.5'%

%30.06
%32.44
%37.5

CMYK color model

#656D7E color CMYK value is (20,13,0,51).

  • cyan value is 19.84%
  • magenta value is 13.49%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (20,13,0,51)
C20M13Y0K51 (20%, 13%, 0%, 51%)
(0.20 / 0.13 / 0.00 / 0.51)

CMYK percentages

%19.84
%13.49
%0
%50.59

Codes

Color #656D7E in popluar color models

65 6D 7E
RGB 101 109 126
HSL 221° 11.01% 44.51%
HSB/HSV 221° 19.84% 49.41%
CMYK 19.84% 13.49% 0.00%
50.59%

Color #656D7E in popluar number systems.

HEX 65 6D 7E
Decimal 101 109 126
Binary 1100101 1101101 1111110
Octal 145 155 176

Shades and tints

Shades of #656D7E

#656D7E
(101,109,126)
#5C6473
(92,100,115)
#535B68
(83,91,104)
#4A525D
(74,82,93)
#414952
(65,73,82)
#384047
(56,64,71)
#2F373C
(47,55,60)
#262E31
(38,46,49)
#1D2526
(29,37,38)
#141C1B
(20,28,27)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #656D7E

#656D7E
(101,109,126)
#737A89
(115,122,137)
#818794
(129,135,148)
#8F949F
(143,148,159)
#9DA1AA
(157,161,170)
#ABAEB5
(171,174,181)
#B9BBC0
(185,187,192)
#C7C8CB
(199,200,203)
#D5D5D6
(213,213,214)
#E3E2E1
(227,226,225)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656D7E; }

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

This text font color is #656D7E.

Background Color

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

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

This div background color is #656D7E.

Border color

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

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

This div border color is #656D7E.

Opacity

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

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

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

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

This text has shadow with #656D7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #656D7E.

Preview

Color preview on black background

This text has color #656D7E on black background.


Color preview on white background

This text has color #656D7E on white background.


Black color preview on #656D7E background

This text has black color on #656D7E background.


White color preview on #656D7E background

This text has white color on #656D7E background.


Related colors

Complementary color

Complementary color for #hex is #9A9281.


I love getcolorcode.com

Triadic colors

1 #7E656D and #6D7E65 with #656D7E are triadic colors.

2 #7E6D65 and #6D657E with #656D7E are triadic colors.