COLOR #64708B

HEX: #64708B RGB: (100,112,139)

Color info

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

RGB color model

#64708B color RGB value is (100,112,139).

RGB: (100,112,139) (39%, 44%, 55%)

RGB channels and saturation

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

100
112
139

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

Portions of RGB colors in percentages

R + G + B = 100 + 112 + 139 = 351 (100%)
R 100 of 351 ~ 28.49%
G 112 of 351 ~ 31.91%
B 139 of 351 ~ 39.6'%

%28.49
%31.91
%39.6

CMYK color model

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

  • cyan value is 28.06%
  • magenta value is 19.42%
  • 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
%19.42
%0
%45.49

Codes

Color #64708B in popluar color models

64 70 8B
RGB 100 112 139
HSL 222° 16.32% 46.86%
HSB/HSV 222° 28.06% 54.51%
CMYK 28.06% 19.42% 0.00%
45.49%

Color #64708B in popluar number systems.

HEX 64 70 8B
Decimal 100 112 139
Binary 1100100 1110000 10001011
Octal 144 160 213

Shades and tints

Shades of #64708B

#64708B
(100,112,139)
#5B667F
(91,102,127)
#525C73
(82,92,115)
#495267
(73,82,103)
#40485B
(64,72,91)
#373E4F
(55,62,79)
#2E3443
(46,52,67)
#252A37
(37,42,55)
#1C202B
(28,32,43)
#13161F
(19,22,31)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #64708B

#64708B
(100,112,139)
#727D95
(114,125,149)
#808A9F
(128,138,159)
#8E97A9
(142,151,169)
#9CA4B3
(156,164,179)
#AAB1BD
(170,177,189)
#B8BEC7
(184,190,199)
#C6CBD1
(198,203,209)
#D4D8DB
(212,216,219)
#E2E5E5
(226,229,229)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64708B; }

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

This text font color is #64708B.

Background Color

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

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

This div background color is #64708B.

Border color

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

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

This div border color is #64708B.

Opacity

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

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

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

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

This text has shadow with #64708B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64708B.

Preview

Color preview on black background

This text has color #64708B on black background.


Color preview on white background

This text has color #64708B on white background.


Black color preview on #64708B background

This text has black color on #64708B background.


White color preview on #64708B background

This text has white color on #64708B background.


Related colors

Complementary color

Complementary color for #hex is #9B8F74.


I love getcolorcode.com

Triadic colors

1 #8B6470 and #708B64 with #64708B are triadic colors.

2 #8B7064 and #70648B with #64708B are triadic colors.