COLOR #646370

HEX: #646370
RGB: (100,99,112)

Color info

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

RGB color model

#646370 color RGB value is (100,99,112).

  • red value is 100;
  • green value is 99;
  • blue value is 112.
RGB:
(100,99,112)
(39%,39%,44%)

RGB channels and saturation

R 100 of 255 = 39%
G 99 of 255 = 39%
B 112 of 255 = 44%

100
99
112

R + G + B ~ 41%. #646370 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 99 + 112 = 311 (100%)
R 100 of 311 ~ 32.15%
G 99 of 311 ~ 31.83%
B 112 of 311 ~ 36.01%

%32.15
%31.83
%36.01

CMYK color model

#646370 color CMYK value is (11,12,0,56).

  • cyan value is 10.71%
  • magenta value is 11.61%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(11,12,0,56)
C11M12Y0K56 
(11%,12%,0%,56%)
(0.11/0.12/0.00/0.56)	

CMYK percentages

%10.71
%11.61
%0
%56.08

Codes

Color #646370 in popluar color models

646370
RGB10099112
HSL245°6.16%41.37%
HSB/HSV245°11.61%43.92%
CMYK10.71%11.61%0.00%
56.08%

Color #646370 in popluar number systems.

HEX646370
Decimal10099112
Binary110010011000111110000
Octal144143160

Shades and tints

Shades of #646370

#646370
(100,99,112)
#5B5A66
(91,90,102)
#52515C
(82,81,92)
#494852
(73,72,82)
#403F48
(64,63,72)
#37363E
(55,54,62)
#2E2D34
(46,45,52)
#25242A
(37,36,42)
#1C1B20
(28,27,32)
#131216
(19,18,22)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #646370

#646370
(100,99,112)
#72717D
(114,113,125)
#807F8A
(128,127,138)
#8E8D97
(142,141,151)
#9C9BA4
(156,155,164)
#AAA9B1
(170,169,177)
#B8B7BE
(184,183,190)
#C6C5CB
(198,197,203)
#D4D3D8
(212,211,216)
#E2E1E5
(226,225,229)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646370 color. Also use rgb(100,99,112) instead hex code.

Text Font Color

.myTextColor { color: #646370; }

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

This text font color is #646370.


Background Color

.myBgColor { background-color: #646370; }

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

This div background color is #646370.


Border color

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

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

This div border color is #646370.


Opacity

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

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

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

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

This text has shadow with #646370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646370 on black background.


Color preview on white background

This text has color #646370 on white background.



Black color preview on #646370 background

This text has black color on #646370 background.


White color preview on #646370 background

This text has white color on #646370 background.