COLOR #64718D

HEX: #64718D
RGB: (100,113,141)

Color info

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

RGB color model

#64718D color RGB value is (100,113,141).

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

RGB channels and saturation

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

100
113
141

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

Portions of RGB colors in percentages

R + G + B =
100 + 113 + 141 = 354 (100%)
R 100 of 354 ~ 28.25%
G 113 of 354 ~ 31.92%
B 141 of 354 ~ 39.83%

%28.25
%31.92
%39.83

CMYK color model

#64718D color CMYK value is (29,20,0,45).

  • cyan value is 29.08%
  • magenta value is 19.86%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(29,20,0,45)
C29M20Y0K45 
(29%,20%,0%,45%)
(0.29/0.20/0.00/0.45)	

CMYK percentages

%29.08
%19.86
%0
%44.71

Codes

Color #64718D in popluar color models

64718D
RGB100113141
HSL221°17.01%47.25%
HSB/HSV221°29.08%55.29%
CMYK29.08%19.86%0.00%
44.71%

Color #64718D in popluar number systems.

HEX64718D
Decimal100113141
Binary1100100111000110001101
Octal144161215

Shades and tints

Shades of #64718D

#64718D
(100,113,141)
#5B6781
(91,103,129)
#525D75
(82,93,117)
#495369
(73,83,105)
#40495D
(64,73,93)
#373F51
(55,63,81)
#2E3545
(46,53,69)
#252B39
(37,43,57)
#1C212D
(28,33,45)
#131721
(19,23,33)
#0A0D15
(10,13,21)
#000000
(0,0,0)

Tints of #64718D

#64718D
(100,113,141)
#727D97
(114,125,151)
#8089A1
(128,137,161)
#8E95AB
(142,149,171)
#9CA1B5
(156,161,181)
#AAADBF
(170,173,191)
#B8B9C9
(184,185,201)
#C6C5D3
(198,197,211)
#D4D1DD
(212,209,221)
#E2DDE7
(226,221,231)
#F0E9F1
(240,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64718D; }

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

This text font color is #64718D.


Background Color

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

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

This div background color is #64718D.


Border color

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

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

This div border color is #64718D.


Opacity

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

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

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

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

This text has shadow with #64718D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64718D on black background.


Color preview on white background

This text has color #64718D on white background.



Black color preview on #64718D background

This text has black color on #64718D background.


White color preview on #64718D background

This text has white color on #64718D background.