COLOR #656D7B

HEX: #656D7B
RGB: (101,109,123)

Color info

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

RGB color model

#656D7B color RGB value is (101,109,123).

  • red value is 101;
  • green value is 109;
  • blue value is 123.
RGB:
(101,109,123)
(40%,43%,48%)

RGB channels and saturation

R 101 of 255 = 40%
G 109 of 255 = 43%
B 123 of 255 = 48%

101
109
123

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

Portions of RGB colors in percentages

R + G + B =
101 + 109 + 123 = 333 (100%)
R 101 of 333 ~ 30.33%
G 109 of 333 ~ 32.73%
B 123 of 333 ~ 36.94%

%30.33
%32.73
%36.94

CMYK color model

#656D7B color CMYK value is (18,11,0,52).

  • cyan value is 17.89%
  • magenta value is 11.38%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(18,11,0,52)
C18M11Y0K52 
(18%,11%,0%,52%)
(0.18/0.11/0.00/0.52)	

CMYK percentages

%17.89
%11.38
%0
%51.76

Codes

Color #656D7B in popluar color models

656D7B
RGB101109123
HSL218°9.82%43.92%
HSB/HSV218°17.89%48.24%
CMYK17.89%11.38%0.00%
51.76%

Color #656D7B in popluar number systems.

HEX656D7B
Decimal101109123
Binary110010111011011111011
Octal145155173

Shades and tints

Shades of #656D7B

#656D7B
(101,109,123)
#5C6470
(92,100,112)
#535B65
(83,91,101)
#4A525A
(74,82,90)
#41494F
(65,73,79)
#384044
(56,64,68)
#2F3739
(47,55,57)
#262E2E
(38,46,46)
#1D2523
(29,37,35)
#141C18
(20,28,24)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #656D7B

#656D7B
(101,109,123)
#737A87
(115,122,135)
#818793
(129,135,147)
#8F949F
(143,148,159)
#9DA1AB
(157,161,171)
#ABAEB7
(171,174,183)
#B9BBC3
(185,187,195)
#C7C8CF
(199,200,207)
#D5D5DB
(213,213,219)
#E3E2E7
(227,226,231)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656D7B; }

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

This text font color is #656D7B.


Background Color

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

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

This div background color is #656D7B.


Border color

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

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

This div border color is #656D7B.


Opacity

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

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

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

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

This text has shadow with #656D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656D7B on black background.


Color preview on white background

This text has color #656D7B on white background.



Black color preview on #656D7B background

This text has black color on #656D7B background.


White color preview on #656D7B background

This text has white color on #656D7B background.