COLOR #656E72

HEX: #656E72 RGB: (101,110,114)

Color info

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

RGB color model

#656E72 color RGB value is (101,110,114).

RGB: (101,110,114) (40%, 43%, 45%)

RGB channels and saturation

R 101 of 255 = 40%
G 110 of 255 = 43%
B 114 of 255 = 45%

101
110
114

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

Portions of RGB colors in percentages

R + G + B = 101 + 110 + 114 = 325 (100%)
R 101 of 325 ~ 31.08%
G 110 of 325 ~ 33.85%
B 114 of 325 ~ 35.08'%

%31.08
%33.85
%35.08

CMYK color model

#656E72 color CMYK value is (11,4,0,55).

  • cyan value is 11.40%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (11,4,0,55)
C11M4Y0K55 (11%, 4%, 0%, 55%)
(0.11 / 0.04 / 0.00 / 0.55)

CMYK percentages

%11.4
%3.51
%0
%55.29

Codes

Color #656E72 in popluar color models

65 6E 72
RGB 101 110 114
HSL 198° 6.05% 42.16%
HSB/HSV 198° 11.40% 44.71%
CMYK 11.40% 3.51% 0.00%
55.29%

Color #656E72 in popluar number systems.

HEX 65 6E 72
Decimal 101 110 114
Binary 1100101 1101110 1110010
Octal 145 156 162

Shades and tints

Shades of #656E72

#656E72
(101,110,114)
#5C6468
(92,100,104)
#535A5E
(83,90,94)
#4A5054
(74,80,84)
#41464A
(65,70,74)
#383C40
(56,60,64)
#2F3236
(47,50,54)
#26282C
(38,40,44)
#1D1E22
(29,30,34)
#141418
(20,20,24)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #656E72

#656E72
(101,110,114)
#737B7E
(115,123,126)
#81888A
(129,136,138)
#8F9596
(143,149,150)
#9DA2A2
(157,162,162)
#ABAFAE
(171,175,174)
#B9BCBA
(185,188,186)
#C7C9C6
(199,201,198)
#D5D6D2
(213,214,210)
#E3E3DE
(227,227,222)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656E72; }

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

This text font color is #656E72.

Background Color

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

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

This div background color is #656E72.

Border color

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

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

This div border color is #656E72.

Opacity

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

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

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

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

This text has shadow with #656E72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #656E72.

Preview

Color preview on black background

This text has color #656E72 on black background.


Color preview on white background

This text has color #656E72 on white background.


Black color preview on #656E72 background

This text has black color on #656E72 background.


White color preview on #656E72 background

This text has white color on #656E72 background.


Related colors

Complementary color

Complementary color for #hex is #9A918D.


I love getcolorcode.com

Triadic colors

1 #72656E and #6E7265 with #656E72 are triadic colors.

2 #726E65 and #6E6572 with #656E72 are triadic colors.