COLOR #656B73

HEX: #656B73
RGB: (101,107,115)

Color info

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

RGB color model

#656B73 color RGB value is (101,107,115).

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

RGB channels and saturation

R 101 of 255 = 40%
G 107 of 255 = 42%
B 115 of 255 = 45%

101
107
115

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

Portions of RGB colors in percentages

R + G + B =
101 + 107 + 115 = 323 (100%)
R 101 of 323 ~ 31.27%
G 107 of 323 ~ 33.13%
B 115 of 323 ~ 35.6%

%31.27
%33.13
%35.6

CMYK color model

#656B73 color CMYK value is (12,7,0,55).

  • cyan value is 12.17%
  • magenta value is 6.96%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(12,7,0,55)
C12M7Y0K55 
(12%,7%,0%,55%)
(0.12/0.07/0.00/0.55)	

CMYK percentages

%12.17
%6.96
%0
%54.9

Codes

Color #656B73 in popluar color models

656B73
RGB101107115
HSL214°6.48%42.35%
HSB/HSV214°12.17%45.10%
CMYK12.17%6.96%0.00%
54.90%

Color #656B73 in popluar number systems.

HEX656B73
Decimal101107115
Binary110010111010111110011
Octal145153163

Shades and tints

Shades of #656B73

#656B73
(101,107,115)
#5C6269
(92,98,105)
#53595F
(83,89,95)
#4A5055
(74,80,85)
#41474B
(65,71,75)
#383E41
(56,62,65)
#2F3537
(47,53,55)
#262C2D
(38,44,45)
#1D2323
(29,35,35)
#141A19
(20,26,25)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #656B73

#656B73
(101,107,115)
#73787F
(115,120,127)
#81858B
(129,133,139)
#8F9297
(143,146,151)
#9D9FA3
(157,159,163)
#ABACAF
(171,172,175)
#B9B9BB
(185,185,187)
#C7C6C7
(199,198,199)
#D5D3D3
(213,211,211)
#E3E0DF
(227,224,223)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656B73; }

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

This text font color is #656B73.


Background Color

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

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

This div background color is #656B73.


Border color

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

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

This div border color is #656B73.


Opacity

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

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

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

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

This text has shadow with #656B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656B73 on black background.


Color preview on white background

This text has color #656B73 on white background.



Black color preview on #656B73 background

This text has black color on #656B73 background.


White color preview on #656B73 background

This text has white color on #656B73 background.