COLOR #64878D

HEX: #64878D
RGB: (100,135,141)

Color info

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

RGB color model

#64878D color RGB value is (100,135,141).

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

RGB channels and saturation

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

100
135
141

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

Portions of RGB colors in percentages

R + G + B =
100 + 135 + 141 = 376 (100%)
R 100 of 376 ~ 26.6%
G 135 of 376 ~ 35.9%
B 141 of 376 ~ 37.5%

%26.6
%35.9
%37.5

CMYK color model

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

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

CMYK percentages

%29.08
%4.26
%0
%44.71

Codes

Color #64878D in popluar color models

64878D
RGB100135141
HSL189°17.01%47.25%
HSB/HSV189°29.08%55.29%
CMYK29.08%4.26%0.00%
44.71%

Color #64878D in popluar number systems.

HEX64878D
Decimal100135141
Binary11001001000011110001101
Octal144207215

Shades and tints

Shades of #64878D

#64878D
(100,135,141)
#5B7B81
(91,123,129)
#526F75
(82,111,117)
#496369
(73,99,105)
#40575D
(64,87,93)
#374B51
(55,75,81)
#2E3F45
(46,63,69)
#253339
(37,51,57)
#1C272D
(28,39,45)
#131B21
(19,27,33)
#0A0F15
(10,15,21)
#000000
(0,0,0)

Tints of #64878D

#64878D
(100,135,141)
#729197
(114,145,151)
#809BA1
(128,155,161)
#8EA5AB
(142,165,171)
#9CAFB5
(156,175,181)
#AAB9BF
(170,185,191)
#B8C3C9
(184,195,201)
#C6CDD3
(198,205,211)
#D4D7DD
(212,215,221)
#E2E1E7
(226,225,231)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64878D; }

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

This text font color is #64878D.


Background Color

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

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

This div background color is #64878D.


Border color

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

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

This div border color is #64878D.


Opacity

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

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

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

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

This text has shadow with #64878D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64878D on black background.


Color preview on white background

This text has color #64878D on white background.



Black color preview on #64878D background

This text has black color on #64878D background.


White color preview on #64878D background

This text has white color on #64878D background.