COLOR #64708A

HEX: #64708A
RGB: (100,112,138)

Color info

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

RGB color model

#64708A color RGB value is (100,112,138).

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

RGB channels and saturation

R 100 of 255 = 39%
G 112 of 255 = 44%
B 138 of 255 = 54%

100
112
138

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

Portions of RGB colors in percentages

R + G + B =
100 + 112 + 138 = 350 (100%)
R 100 of 350 ~ 28.57%
G 112 of 350 ~ 32%
B 138 of 350 ~ 39.43%

%28.57
%32
%39.43

CMYK color model

#64708A color CMYK value is (28,19,0,46).

  • cyan value is 27.54%
  • magenta value is 18.84%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(28,19,0,46)
C28M19Y0K46 
(28%,19%,0%,46%)
(0.28/0.19/0.00/0.46)	

CMYK percentages

%27.54
%18.84
%0
%45.88

Codes

Color #64708A in popluar color models

64708A
RGB100112138
HSL221°15.97%46.67%
HSB/HSV221°27.54%54.12%
CMYK27.54%18.84%0.00%
45.88%

Color #64708A in popluar number systems.

HEX64708A
Decimal100112138
Binary1100100111000010001010
Octal144160212

Shades and tints

Shades of #64708A

#64708A
(100,112,138)
#5B667E
(91,102,126)
#525C72
(82,92,114)
#495266
(73,82,102)
#40485A
(64,72,90)
#373E4E
(55,62,78)
#2E3442
(46,52,66)
#252A36
(37,42,54)
#1C202A
(28,32,42)
#13161E
(19,22,30)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #64708A

#64708A
(100,112,138)
#727D94
(114,125,148)
#808A9E
(128,138,158)
#8E97A8
(142,151,168)
#9CA4B2
(156,164,178)
#AAB1BC
(170,177,188)
#B8BEC6
(184,190,198)
#C6CBD0
(198,203,208)
#D4D8DA
(212,216,218)
#E2E5E4
(226,229,228)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64708A; }

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

This text font color is #64708A.


Background Color

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

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

This div background color is #64708A.


Border color

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

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

This div border color is #64708A.


Opacity

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

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

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

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

This text has shadow with #64708A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64708A on black background.


Color preview on white background

This text has color #64708A on white background.



Black color preview on #64708A background

This text has black color on #64708A background.


White color preview on #64708A background

This text has white color on #64708A background.