COLOR #656E71

HEX: #656E71 RGB: (101,110,113)

Color info

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

RGB color model

#656E71 color RGB value is (101,110,113).

RGB: (101,110,113) (40%, 43%, 44%)

RGB channels and saturation

R 101 of 255 = 40%
G 110 of 255 = 43%
B 113 of 255 = 44%

101
110
113

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

Portions of RGB colors in percentages

R + G + B = 101 + 110 + 113 = 324 (100%)
R 101 of 324 ~ 31.17%
G 110 of 324 ~ 33.95%
B 113 of 324 ~ 34.88'%

%31.17
%33.95
%34.88

CMYK color model

#656E71 color CMYK value is (11,3,0,56).

  • cyan value is 10.62%
  • magenta value is 2.65%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (11,3,0,56)
C11M3Y0K56 (11%, 3%, 0%, 56%)
(0.11 / 0.03 / 0.00 / 0.56)

CMYK percentages

%10.62
%2.65
%0
%55.69

Codes

Color #656E71 in popluar color models

65 6E 71
RGB 101 110 113
HSL 195° 5.61% 41.96%
HSB/HSV 195° 10.62% 44.31%
CMYK 10.62% 2.65% 0.00%
55.69%

Color #656E71 in popluar number systems.

HEX 65 6E 71
Decimal 101 110 113
Binary 1100101 1101110 1110001
Octal 145 156 161

Shades and tints

Shades of #656E71

#656E71
(101,110,113)
#5C6467
(92,100,103)
#535A5D
(83,90,93)
#4A5053
(74,80,83)
#414649
(65,70,73)
#383C3F
(56,60,63)
#2F3235
(47,50,53)
#26282B
(38,40,43)
#1D1E21
(29,30,33)
#141417
(20,20,23)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #656E71

#656E71
(101,110,113)
#737B7D
(115,123,125)
#818889
(129,136,137)
#8F9595
(143,149,149)
#9DA2A1
(157,162,161)
#ABAFAD
(171,175,173)
#B9BCB9
(185,188,185)
#C7C9C5
(199,201,197)
#D5D6D1
(213,214,209)
#E3E3DD
(227,227,221)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656E71; }

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

This text font color is #656E71.

Background Color

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

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

This div background color is #656E71.

Border color

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

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

This div border color is #656E71.

Opacity

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

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

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

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

This text has shadow with #656E71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #656E71.

Preview

Color preview on black background

This text has color #656E71 on black background.


Color preview on white background

This text has color #656E71 on white background.


Black color preview on #656E71 background

This text has black color on #656E71 background.


White color preview on #656E71 background

This text has white color on #656E71 background.


Related colors

Complementary color

Complementary color for #hex is #9A918E.


I love getcolorcode.com

Triadic colors

1 #71656E and #6E7165 with #656E71 are triadic colors.

2 #716E65 and #6E6571 with #656E71 are triadic colors.