COLOR #64729C

HEX: #64729C
RGB: (100,114,156)

Color info

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

RGB color model

#64729C color RGB value is (100,114,156).

  • red value is 100;
  • green value is 114;
  • blue value is 156.
RGB:
(100,114,156)
(39%,45%,61%)

RGB channels and saturation

R 100 of 255 = 39%
G 114 of 255 = 45%
B 156 of 255 = 61%

100
114
156

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

Portions of RGB colors in percentages

R + G + B =
100 + 114 + 156 = 370 (100%)
R 100 of 370 ~ 27.03%
G 114 of 370 ~ 30.81%
B 156 of 370 ~ 42.16%

%27.03
%30.81
%42.16

CMYK color model

#64729C color CMYK value is (36,27,0,39).

  • cyan value is 35.90%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(36,27,0,39)
C36M27Y0K39 
(36%,27%,0%,39%)
(0.36/0.27/0.00/0.39)	

CMYK percentages

%35.9
%26.92
%0
%38.82

Codes

Color #64729C in popluar color models

64729C
RGB100114156
HSL225°22.05%50.20%
HSB/HSV225°35.90%61.18%
CMYK35.90%26.92%0.00%
38.82%

Color #64729C in popluar number systems.

HEX64729C
Decimal100114156
Binary1100100111001010011100
Octal144162234

Shades and tints

Shades of #64729C

#64729C
(100,114,156)
#5B688E
(91,104,142)
#525E80
(82,94,128)
#495472
(73,84,114)
#404A64
(64,74,100)
#374056
(55,64,86)
#2E3648
(46,54,72)
#252C3A
(37,44,58)
#1C222C
(28,34,44)
#13181E
(19,24,30)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #64729C

#64729C
(100,114,156)
#727EA5
(114,126,165)
#808AAE
(128,138,174)
#8E96B7
(142,150,183)
#9CA2C0
(156,162,192)
#AAAEC9
(170,174,201)
#B8BAD2
(184,186,210)
#C6C6DB
(198,198,219)
#D4D2E4
(212,210,228)
#E2DEED
(226,222,237)
#F0EAF6
(240,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64729C color. Also use rgb(100,114,156) instead hex code.

Text Font Color

.myTextColor { color: #64729C; }

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

This text font color is #64729C.


Background Color

.myBgColor { background-color: #64729C; }

<div style="background-color:#64729C">Inner text</div>

This div background color is #64729C.


Border color

.myBorderColor { border: 1px solid #64729C; }

<div style="border:3px solid #64729C">Div</div>

This div border color is #64729C.


Opacity

.myOpacity80 { color: #64729C; opacity: 0.8; }

<p style="color:#64729C;opacity:0.8;">80%</p>

Text with #64729C 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 #64729C;}

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

This text has shadow with #64729C color.

.textShadow {text-shadow: 3px 3px 1px #64729C, 3px 3px 1px red;}

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

This text has shadow with #64729C primary color and red secondary color.


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

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

This text has shadow with #64729C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64729C on black background.


Color preview on white background

This text has color #64729C on white background.



Black color preview on #64729C background

This text has black color on #64729C background.


White color preview on #64729C background

This text has white color on #64729C background.