COLOR #656B7B

HEX: #656B7B
RGB: (101,107,123)

Color info

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

RGB color model

#656B7B color RGB value is (101,107,123).

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

RGB channels and saturation

R 101 of 255 = 40%
G 107 of 255 = 42%
B 123 of 255 = 48%

101
107
123

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

Portions of RGB colors in percentages

R + G + B =
101 + 107 + 123 = 331 (100%)
R 101 of 331 ~ 30.51%
G 107 of 331 ~ 32.33%
B 123 of 331 ~ 37.16%

%30.51
%32.33
%37.16

CMYK color model

#656B7B color CMYK value is (18,13,0,52).

  • cyan value is 17.89%
  • magenta value is 13.01%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(18,13,0,52)
C18M13Y0K52 
(18%,13%,0%,52%)
(0.18/0.13/0.00/0.52)	

CMYK percentages

%17.89
%13.01
%0
%51.76

Codes

Color #656B7B in popluar color models

656B7B
RGB101107123
HSL224°9.82%43.92%
HSB/HSV224°17.89%48.24%
CMYK17.89%13.01%0.00%
51.76%

Color #656B7B in popluar number systems.

HEX656B7B
Decimal101107123
Binary110010111010111111011
Octal145153173

Shades and tints

Shades of #656B7B

#656B7B
(101,107,123)
#5C6270
(92,98,112)
#535965
(83,89,101)
#4A505A
(74,80,90)
#41474F
(65,71,79)
#383E44
(56,62,68)
#2F3539
(47,53,57)
#262C2E
(38,44,46)
#1D2323
(29,35,35)
#141A18
(20,26,24)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #656B7B

#656B7B
(101,107,123)
#737887
(115,120,135)
#818593
(129,133,147)
#8F929F
(143,146,159)
#9D9FAB
(157,159,171)
#ABACB7
(171,172,183)
#B9B9C3
(185,185,195)
#C7C6CF
(199,198,207)
#D5D3DB
(213,211,219)
#E3E0E7
(227,224,231)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656B7B; }

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

This text font color is #656B7B.


Background Color

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

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

This div background color is #656B7B.


Border color

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

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

This div border color is #656B7B.


Opacity

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

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

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

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

This text has shadow with #656B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656B7B on black background.


Color preview on white background

This text has color #656B7B on white background.



Black color preview on #656B7B background

This text has black color on #656B7B background.


White color preview on #656B7B background

This text has white color on #656B7B background.