COLOR #64878C

HEX: #64878C
RGB: (100,135,140)

Color info

#64878C contains red, green and blue colors in about the same proportion. Web safe color of #64878C is #669999 (or #699).

RGB color model

#64878C color RGB value is (100,135,140).

  • red value is 100;
  • green value is 135;
  • blue value is 140.
RGB:
(100,135,140)
(39%,53%,55%)

RGB channels and saturation

R 100 of 255 = 39%
G 135 of 255 = 53%
B 140 of 255 = 55%

100
135
140

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

Portions of RGB colors in percentages

R + G + B =
100 + 135 + 140 = 375 (100%)
R 100 of 375 ~ 26.67%
G 135 of 375 ~ 36%
B 140 of 375 ~ 37.33%

%26.67
%36
%37.33

CMYK color model

#64878C color CMYK value is (29,4,0,45).

  • cyan value is 28.57%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(29,4,0,45)
C29M4Y0K45 
(29%,4%,0%,45%)
(0.29/0.04/0.00/0.45)	

CMYK percentages

%28.57
%3.57
%0
%45.1

Codes

Color #64878C in popluar color models

64878C
RGB100135140
HSL188°16.67%47.06%
HSB/HSV188°28.57%54.90%
CMYK28.57%3.57%0.00%
45.10%

Color #64878C in popluar number systems.

HEX64878C
Decimal100135140
Binary11001001000011110001100
Octal144207214

Shades and tints

Shades of #64878C

#64878C
(100,135,140)
#5B7B80
(91,123,128)
#526F74
(82,111,116)
#496368
(73,99,104)
#40575C
(64,87,92)
#374B50
(55,75,80)
#2E3F44
(46,63,68)
#253338
(37,51,56)
#1C272C
(28,39,44)
#131B20
(19,27,32)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #64878C

#64878C
(100,135,140)
#729196
(114,145,150)
#809BA0
(128,155,160)
#8EA5AA
(142,165,170)
#9CAFB4
(156,175,180)
#AAB9BE
(170,185,190)
#B8C3C8
(184,195,200)
#C6CDD2
(198,205,210)
#D4D7DC
(212,215,220)
#E2E1E6
(226,225,230)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64878C color. Also use rgb(100,135,140) instead hex code.

Text Font Color

.myTextColor { color: #64878C; }

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

This text font color is #64878C.


Background Color

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

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

This div background color is #64878C.


Border color

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

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

This div border color is #64878C.


Opacity

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

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

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

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

This text has shadow with #64878C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64878C on black background.


Color preview on white background

This text has color #64878C on white background.



Black color preview on #64878C background

This text has black color on #64878C background.


White color preview on #64878C background

This text has white color on #64878C background.