COLOR #64708F

HEX: #64708F
RGB: (100,112,143)

Color info

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

RGB color model

#64708F color RGB value is (100,112,143).

  • red value is 100;
  • green value is 112;
  • blue value is 143.
RGB:
(100,112,143)
(39%,44%,56%)

RGB channels and saturation

R 100 of 255 = 39%
G 112 of 255 = 44%
B 143 of 255 = 56%

100
112
143

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

Portions of RGB colors in percentages

R + G + B =
100 + 112 + 143 = 355 (100%)
R 100 of 355 ~ 28.17%
G 112 of 355 ~ 31.55%
B 143 of 355 ~ 40.28%

%28.17
%31.55
%40.28

CMYK color model

#64708F color CMYK value is (30,22,0,44).

  • cyan value is 30.07%
  • magenta value is 21.68%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(30,22,0,44)
C30M22Y0K44 
(30%,22%,0%,44%)
(0.30/0.22/0.00/0.44)	

CMYK percentages

%30.07
%21.68
%0
%43.92

Codes

Color #64708F in popluar color models

64708F
RGB100112143
HSL223°17.70%47.65%
HSB/HSV223°30.07%56.08%
CMYK30.07%21.68%0.00%
43.92%

Color #64708F in popluar number systems.

HEX64708F
Decimal100112143
Binary1100100111000010001111
Octal144160217

Shades and tints

Shades of #64708F

#64708F
(100,112,143)
#5B6682
(91,102,130)
#525C75
(82,92,117)
#495268
(73,82,104)
#40485B
(64,72,91)
#373E4E
(55,62,78)
#2E3441
(46,52,65)
#252A34
(37,42,52)
#1C2027
(28,32,39)
#13161A
(19,22,26)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #64708F

#64708F
(100,112,143)
#727D99
(114,125,153)
#808AA3
(128,138,163)
#8E97AD
(142,151,173)
#9CA4B7
(156,164,183)
#AAB1C1
(170,177,193)
#B8BECB
(184,190,203)
#C6CBD5
(198,203,213)
#D4D8DF
(212,216,223)
#E2E5E9
(226,229,233)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64708F color. Also use rgb(100,112,143) instead hex code.

Text Font Color

.myTextColor { color: #64708F; }

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

This text font color is #64708F.


Background Color

.myBgColor { background-color: #64708F; }

<div style="background-color:#64708F">Inner text</div>

This div background color is #64708F.


Border color

.myBorderColor { border: 1px solid #64708F; }

<div style="border:3px solid #64708F">Div</div>

This div border color is #64708F.


Opacity

.myOpacity80 { color: #64708F; opacity: 0.8; }

<p style="color:#64708F;opacity:0.8;">80%</p>

Text with #64708F 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 #64708F;}

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

This text has shadow with #64708F color.

.textShadow {text-shadow: 3px 3px 1px #64708F, 3px 3px 1px red;}

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

This text has shadow with #64708F primary color and red secondary color.


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

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

This text has shadow with #64708F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64708F on black background.


Color preview on white background

This text has color #64708F on white background.



Black color preview on #64708F background

This text has black color on #64708F background.


White color preview on #64708F background

This text has white color on #64708F background.