COLOR #656B63

HEX: #656B63
RGB: (101,107,99)

Color info

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

RGB color model

#656B63 color RGB value is (101,107,99).

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

RGB channels and saturation

R 101 of 255 = 40%
G 107 of 255 = 42%
B 99 of 255 = 39%

101
107
99

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

Portions of RGB colors in percentages

R + G + B =
101 + 107 + 99 = 307 (100%)
R 101 of 307 ~ 32.9%
G 107 of 307 ~ 34.85%
B 99 of 307 ~ 32.25%

%32.9
%34.85
%32.25

CMYK color model

#656B63 color CMYK value is (6,0,7,58).

  • cyan value is 5.61%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 58.04%
CMYK:
(6,0,7,58)
C6M0Y7K58 
(6%,0%,7%,58%)
(0.06/0.00/0.07/0.58)	

CMYK percentages

%5.61
%0
%7.48
%58.04

Codes

Color #656B63 in popluar color models

656B63
RGB10110799
HSL105°3.88%40.39%
HSB/HSV105°7.48%41.96%
CMYK5.61%0.00%7.48%
58.04%

Color #656B63 in popluar number systems.

HEX656B63
Decimal10110799
Binary110010111010111100011
Octal145153143

Shades and tints

Shades of #656B63

#656B63
(101,107,99)
#5C625A
(92,98,90)
#535951
(83,89,81)
#4A5048
(74,80,72)
#41473F
(65,71,63)
#383E36
(56,62,54)
#2F352D
(47,53,45)
#262C24
(38,44,36)
#1D231B
(29,35,27)
#141A12
(20,26,18)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #656B63

#656B63
(101,107,99)
#737871
(115,120,113)
#81857F
(129,133,127)
#8F928D
(143,146,141)
#9D9F9B
(157,159,155)
#ABACA9
(171,172,169)
#B9B9B7
(185,185,183)
#C7C6C5
(199,198,197)
#D5D3D3
(213,211,211)
#E3E0E1
(227,224,225)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656B63; }

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

This text font color is #656B63.


Background Color

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

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

This div background color is #656B63.


Border color

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

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

This div border color is #656B63.


Opacity

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

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

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

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

This text has shadow with #656B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656B63 on black background.


Color preview on white background

This text has color #656B63 on white background.



Black color preview on #656B63 background

This text has black color on #656B63 background.


White color preview on #656B63 background

This text has white color on #656B63 background.