COLOR #64709D

HEX: #64709D
RGB: (100,112,157)

Color info

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

RGB color model

#64709D color RGB value is (100,112,157).

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

RGB channels and saturation

R 100 of 255 = 39%
G 112 of 255 = 44%
B 157 of 255 = 62%

100
112
157

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

Portions of RGB colors in percentages

R + G + B =
100 + 112 + 157 = 369 (100%)
R 100 of 369 ~ 27.1%
G 112 of 369 ~ 30.35%
B 157 of 369 ~ 42.55%

%27.1
%30.35
%42.55

CMYK color model

#64709D color CMYK value is (36,29,0,38).

  • cyan value is 36.31%
  • magenta value is 28.66%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(36,29,0,38)
C36M29Y0K38 
(36%,29%,0%,38%)
(0.36/0.29/0.00/0.38)	

CMYK percentages

%36.31
%28.66
%0
%38.43

Codes

Color #64709D in popluar color models

64709D
RGB100112157
HSL227°22.53%50.39%
HSB/HSV227°36.31%61.57%
CMYK36.31%28.66%0.00%
38.43%

Color #64709D in popluar number systems.

HEX64709D
Decimal100112157
Binary1100100111000010011101
Octal144160235

Shades and tints

Shades of #64709D

#64709D
(100,112,157)
#5B668F
(91,102,143)
#525C81
(82,92,129)
#495273
(73,82,115)
#404865
(64,72,101)
#373E57
(55,62,87)
#2E3449
(46,52,73)
#252A3B
(37,42,59)
#1C202D
(28,32,45)
#13161F
(19,22,31)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #64709D

#64709D
(100,112,157)
#727DA5
(114,125,165)
#808AAD
(128,138,173)
#8E97B5
(142,151,181)
#9CA4BD
(156,164,189)
#AAB1C5
(170,177,197)
#B8BECD
(184,190,205)
#C6CBD5
(198,203,213)
#D4D8DD
(212,216,221)
#E2E5E5
(226,229,229)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64709D color. Also use rgb(100,112,157) instead hex code.

Text Font Color

.myTextColor { color: #64709D; }

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

This text font color is #64709D.


Background Color

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

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

This div background color is #64709D.


Border color

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

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

This div border color is #64709D.


Opacity

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

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

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

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

This text has shadow with #64709D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64709D on black background.


Color preview on white background

This text has color #64709D on white background.



Black color preview on #64709D background

This text has black color on #64709D background.


White color preview on #64709D background

This text has white color on #64709D background.