COLOR #64737D

HEX: #64737D
RGB: (100,115,125)

Color info

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

RGB color model

#64737D color RGB value is (100,115,125).

  • red value is 100;
  • green value is 115;
  • blue value is 125.
RGB:
(100,115,125)
(39%,45%,49%)

RGB channels and saturation

R 100 of 255 = 39%
G 115 of 255 = 45%
B 125 of 255 = 49%

100
115
125

R + G + B ~ 44%. #64737D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 115 + 125 = 340 (100%)
R 100 of 340 ~ 29.41%
G 115 of 340 ~ 33.82%
B 125 of 340 ~ 36.76%

%29.41
%33.82
%36.76

CMYK color model

#64737D color CMYK value is (20,8,0,51).

  • cyan value is 20.00%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(20,8,0,51)
C20M8Y0K51 
(20%,8%,0%,51%)
(0.20/0.08/0.00/0.51)	

CMYK percentages

%20
%8
%0
%50.98

Codes

Color #64737D in popluar color models

64737D
RGB100115125
HSL204°11.11%44.12%
HSB/HSV204°20.00%49.02%
CMYK20.00%8.00%0.00%
50.98%

Color #64737D in popluar number systems.

HEX64737D
Decimal100115125
Binary110010011100111111101
Octal144163175

Shades and tints

Shades of #64737D

#64737D
(100,115,125)
#5B6972
(91,105,114)
#525F67
(82,95,103)
#49555C
(73,85,92)
#404B51
(64,75,81)
#374146
(55,65,70)
#2E373B
(46,55,59)
#252D30
(37,45,48)
#1C2325
(28,35,37)
#13191A
(19,25,26)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #64737D

#64737D
(100,115,125)
#727F88
(114,127,136)
#808B93
(128,139,147)
#8E979E
(142,151,158)
#9CA3A9
(156,163,169)
#AAAFB4
(170,175,180)
#B8BBBF
(184,187,191)
#C6C7CA
(198,199,202)
#D4D3D5
(212,211,213)
#E2DFE0
(226,223,224)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64737D color. Also use rgb(100,115,125) instead hex code.

Text Font Color

.myTextColor { color: #64737D; }

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

This text font color is #64737D.


Background Color

.myBgColor { background-color: #64737D; }

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

This div background color is #64737D.


Border color

.myBorderColor { border: 1px solid #64737D; }

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

This div border color is #64737D.


Opacity

.myOpacity80 { color: #64737D; opacity: 0.8; }

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

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

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

This text has shadow with #64737D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64737D on black background.


Color preview on white background

This text has color #64737D on white background.



Black color preview on #64737D background

This text has black color on #64737D background.


White color preview on #64737D background

This text has white color on #64737D background.