COLOR #656B77

HEX: #656B77
RGB: (101,107,119)

Color info

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

RGB color model

#656B77 color RGB value is (101,107,119).

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

RGB channels and saturation

R 101 of 255 = 40%
G 107 of 255 = 42%
B 119 of 255 = 47%

101
107
119

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

Portions of RGB colors in percentages

R + G + B =
101 + 107 + 119 = 327 (100%)
R 101 of 327 ~ 30.89%
G 107 of 327 ~ 32.72%
B 119 of 327 ~ 36.39%

%30.89
%32.72
%36.39

CMYK color model

#656B77 color CMYK value is (15,10,0,53).

  • cyan value is 15.13%
  • magenta value is 10.08%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(15,10,0,53)
C15M10Y0K53 
(15%,10%,0%,53%)
(0.15/0.10/0.00/0.53)	

CMYK percentages

%15.13
%10.08
%0
%53.33

Codes

Color #656B77 in popluar color models

656B77
RGB101107119
HSL220°8.18%43.14%
HSB/HSV220°15.13%46.67%
CMYK15.13%10.08%0.00%
53.33%

Color #656B77 in popluar number systems.

HEX656B77
Decimal101107119
Binary110010111010111110111
Octal145153167

Shades and tints

Shades of #656B77

#656B77
(101,107,119)
#5C626D
(92,98,109)
#535963
(83,89,99)
#4A5059
(74,80,89)
#41474F
(65,71,79)
#383E45
(56,62,69)
#2F353B
(47,53,59)
#262C31
(38,44,49)
#1D2327
(29,35,39)
#141A1D
(20,26,29)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #656B77

#656B77
(101,107,119)
#737883
(115,120,131)
#81858F
(129,133,143)
#8F929B
(143,146,155)
#9D9FA7
(157,159,167)
#ABACB3
(171,172,179)
#B9B9BF
(185,185,191)
#C7C6CB
(199,198,203)
#D5D3D7
(213,211,215)
#E3E0E3
(227,224,227)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656B77; }

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

This text font color is #656B77.


Background Color

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

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

This div background color is #656B77.


Border color

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

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

This div border color is #656B77.


Opacity

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

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

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

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

This text has shadow with #656B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656B77 on black background.


Color preview on white background

This text has color #656B77 on white background.



Black color preview on #656B77 background

This text has black color on #656B77 background.


White color preview on #656B77 background

This text has white color on #656B77 background.