COLOR #64616B

HEX: #64616B
RGB: (100,97,107)

Color info

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

RGB color model

#64616B color RGB value is (100,97,107).

  • red value is 100;
  • green value is 97;
  • blue value is 107.
RGB:
(100,97,107)
(39%,38%,42%)

RGB channels and saturation

R 100 of 255 = 39%
G 97 of 255 = 38%
B 107 of 255 = 42%

100
97
107

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

Portions of RGB colors in percentages

R + G + B =
100 + 97 + 107 = 304 (100%)
R 100 of 304 ~ 32.89%
G 97 of 304 ~ 31.91%
B 107 of 304 ~ 35.2%

%32.89
%31.91
%35.2

CMYK color model

#64616B color CMYK value is (7,9,0,58).

  • cyan value is 6.54%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(7,9,0,58)
C7M9Y0K58 
(7%,9%,0%,58%)
(0.07/0.09/0.00/0.58)	

CMYK percentages

%6.54
%9.35
%0
%58.04

Codes

Color #64616B in popluar color models

64616B
RGB10097107
HSL258°4.90%40.00%
HSB/HSV258°9.35%41.96%
CMYK6.54%9.35%0.00%
58.04%

Color #64616B in popluar number systems.

HEX64616B
Decimal10097107
Binary110010011000011101011
Octal144141153

Shades and tints

Shades of #64616B

#64616B
(100,97,107)
#5B5962
(91,89,98)
#525159
(82,81,89)
#494950
(73,73,80)
#404147
(64,65,71)
#37393E
(55,57,62)
#2E3135
(46,49,53)
#25292C
(37,41,44)
#1C2123
(28,33,35)
#13191A
(19,25,26)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #64616B

#64616B
(100,97,107)
#726F78
(114,111,120)
#807D85
(128,125,133)
#8E8B92
(142,139,146)
#9C999F
(156,153,159)
#AAA7AC
(170,167,172)
#B8B5B9
(184,181,185)
#C6C3C6
(198,195,198)
#D4D1D3
(212,209,211)
#E2DFE0
(226,223,224)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64616B color. Also use rgb(100,97,107) instead hex code.

Text Font Color

.myTextColor { color: #64616B; }

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

This text font color is #64616B.


Background Color

.myBgColor { background-color: #64616B; }

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

This div background color is #64616B.


Border color

.myBorderColor { border: 1px solid #64616B; }

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

This div border color is #64616B.


Opacity

.myOpacity80 { color: #64616B; opacity: 0.8; }

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

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

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

This text has shadow with #64616B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64616B on black background.


Color preview on white background

This text has color #64616B on white background.



Black color preview on #64616B background

This text has black color on #64616B background.


White color preview on #64616B background

This text has white color on #64616B background.