COLOR #656063

HEX: #656063
RGB: (101,96,99)

Color info

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

RGB color model

#656063 color RGB value is (101,96,99).

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

RGB channels and saturation

R 101 of 255 = 40%
G 96 of 255 = 38%
B 99 of 255 = 39%

101
96
99

R + G + B ~ 39%. #656063 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 96 + 99 = 296 (100%)
R 101 of 296 ~ 34.12%
G 96 of 296 ~ 32.43%
B 99 of 296 ~ 33.45%

%34.12
%32.43
%33.45

CMYK color model

#656063 color CMYK value is (0,5,2,60).

  • cyan value is 0.00%
  • magenta value is 4.95%
  • yellow value is 1.98%
  • key color value is 60.39%
CMYK:
(0,5,2,60)
C0M5Y2K60 
(0%,5%,2%,60%)
(0.00/0.05/0.02/0.60)	

CMYK percentages

%0
%4.95
%1.98
%60.39

Codes

Color #656063 in popluar color models

656063
RGB1019699
HSL324°2.54%38.63%
HSB/HSV324°4.95%39.61%
CMYK0.00%4.95%1.98%
60.39%

Color #656063 in popluar number systems.

HEX656063
Decimal1019699
Binary110010111000001100011
Octal145140143

Shades and tints

Shades of #656063

#656063
(101,96,99)
#5C585A
(92,88,90)
#535051
(83,80,81)
#4A4848
(74,72,72)
#41403F
(65,64,63)
#383836
(56,56,54)
#2F302D
(47,48,45)
#262824
(38,40,36)
#1D201B
(29,32,27)
#141812
(20,24,18)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #656063

#656063
(101,96,99)
#736E71
(115,110,113)
#817C7F
(129,124,127)
#8F8A8D
(143,138,141)
#9D989B
(157,152,155)
#ABA6A9
(171,166,169)
#B9B4B7
(185,180,183)
#C7C2C5
(199,194,197)
#D5D0D3
(213,208,211)
#E3DEE1
(227,222,225)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656063; }

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

This text font color is #656063.


Background Color

.myBgColor { background-color: #656063; }

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

This div background color is #656063.


Border color

.myBorderColor { border: 1px solid #656063; }

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

This div border color is #656063.


Opacity

.myOpacity80 { color: #656063; opacity: 0.8; }

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

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

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

This text has shadow with #656063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656063 on black background.


Color preview on white background

This text has color #656063 on white background.



Black color preview on #656063 background

This text has black color on #656063 background.


White color preview on #656063 background

This text has white color on #656063 background.