COLOR #64637A

HEX: #64637A
RGB: (100,99,122)

Color info

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

RGB color model

#64637A color RGB value is (100,99,122).

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

RGB channels and saturation

R 100 of 255 = 39%
G 99 of 255 = 39%
B 122 of 255 = 48%

100
99
122

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

Portions of RGB colors in percentages

R + G + B =
100 + 99 + 122 = 321 (100%)
R 100 of 321 ~ 31.15%
G 99 of 321 ~ 30.84%
B 122 of 321 ~ 38.01%

%31.15
%30.84
%38.01

CMYK color model

#64637A color CMYK value is (18,19,0,52).

  • cyan value is 18.03%
  • magenta value is 18.85%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(18,19,0,52)
C18M19Y0K52 
(18%,19%,0%,52%)
(0.18/0.19/0.00/0.52)	

CMYK percentages

%18.03
%18.85
%0
%52.16

Codes

Color #64637A in popluar color models

64637A
RGB10099122
HSL243°10.41%43.33%
HSB/HSV243°18.85%47.84%
CMYK18.03%18.85%0.00%
52.16%

Color #64637A in popluar number systems.

HEX64637A
Decimal10099122
Binary110010011000111111010
Octal144143172

Shades and tints

Shades of #64637A

#64637A
(100,99,122)
#5B5A6F
(91,90,111)
#525164
(82,81,100)
#494859
(73,72,89)
#403F4E
(64,63,78)
#373643
(55,54,67)
#2E2D38
(46,45,56)
#25242D
(37,36,45)
#1C1B22
(28,27,34)
#131217
(19,18,23)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #64637A

#64637A
(100,99,122)
#727186
(114,113,134)
#807F92
(128,127,146)
#8E8D9E
(142,141,158)
#9C9BAA
(156,155,170)
#AAA9B6
(170,169,182)
#B8B7C2
(184,183,194)
#C6C5CE
(198,197,206)
#D4D3DA
(212,211,218)
#E2E1E6
(226,225,230)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64637A; }

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

This text font color is #64637A.


Background Color

.myBgColor { background-color: #64637A; }

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

This div background color is #64637A.


Border color

.myBorderColor { border: 1px solid #64637A; }

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

This div border color is #64637A.


Opacity

.myOpacity80 { color: #64637A; opacity: 0.8; }

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

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

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

This text has shadow with #64637A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64637A on black background.


Color preview on white background

This text has color #64637A on white background.



Black color preview on #64637A background

This text has black color on #64637A background.


White color preview on #64637A background

This text has white color on #64637A background.