COLOR #64718B

HEX: #64718B
RGB: (100,113,139)

Color info

#64718B contains red, green and blue colors in about the same proportion. Web safe color of #64718B is #666699 (or #669).

RGB color model

#64718B color RGB value is (100,113,139).

  • red value is 100;
  • green value is 113;
  • blue value is 139.
RGB:
(100,113,139)
(39%,44%,55%)

RGB channels and saturation

R 100 of 255 = 39%
G 113 of 255 = 44%
B 139 of 255 = 55%

100
113
139

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

Portions of RGB colors in percentages

R + G + B =
100 + 113 + 139 = 352 (100%)
R 100 of 352 ~ 28.41%
G 113 of 352 ~ 32.1%
B 139 of 352 ~ 39.49%

%28.41
%32.1
%39.49

CMYK color model

#64718B color CMYK value is (28,19,0,45).

  • cyan value is 28.06%
  • magenta value is 18.71%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(28,19,0,45)
C28M19Y0K45 
(28%,19%,0%,45%)
(0.28/0.19/0.00/0.45)	

CMYK percentages

%28.06
%18.71
%0
%45.49

Codes

Color #64718B in popluar color models

64718B
RGB100113139
HSL220°16.32%46.86%
HSB/HSV220°28.06%54.51%
CMYK28.06%18.71%0.00%
45.49%

Color #64718B in popluar number systems.

HEX64718B
Decimal100113139
Binary1100100111000110001011
Octal144161213

Shades and tints

Shades of #64718B

#64718B
(100,113,139)
#5B677F
(91,103,127)
#525D73
(82,93,115)
#495367
(73,83,103)
#40495B
(64,73,91)
#373F4F
(55,63,79)
#2E3543
(46,53,67)
#252B37
(37,43,55)
#1C212B
(28,33,43)
#13171F
(19,23,31)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #64718B

#64718B
(100,113,139)
#727D95
(114,125,149)
#80899F
(128,137,159)
#8E95A9
(142,149,169)
#9CA1B3
(156,161,179)
#AAADBD
(170,173,189)
#B8B9C7
(184,185,199)
#C6C5D1
(198,197,209)
#D4D1DB
(212,209,219)
#E2DDE5
(226,221,229)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64718B color. Also use rgb(100,113,139) instead hex code.

Text Font Color

.myTextColor { color: #64718B; }

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

This text font color is #64718B.


Background Color

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

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

This div background color is #64718B.


Border color

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

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

This div border color is #64718B.


Opacity

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

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

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

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

This text has shadow with #64718B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64718B on black background.


Color preview on white background

This text has color #64718B on white background.



Black color preview on #64718B background

This text has black color on #64718B background.


White color preview on #64718B background

This text has white color on #64718B background.