COLOR #64988C

HEX: #64988C
RGB: (100,152,140)

Color info

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

RGB color model

#64988C color RGB value is (100,152,140).

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

RGB channels and saturation

R 100 of 255 = 39%
G 152 of 255 = 60%
B 140 of 255 = 55%

100
152
140

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

Portions of RGB colors in percentages

R + G + B =
100 + 152 + 140 = 392 (100%)
R 100 of 392 ~ 25.51%
G 152 of 392 ~ 38.78%
B 140 of 392 ~ 35.71%

%25.51
%38.78
%35.71

CMYK color model

#64988C color CMYK value is (34,0,8,40).

  • cyan value is 34.21%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 40.39%
CMYK:
(34,0,8,40)
C34M0Y8K40 
(34%,0%,8%,40%)
(0.34/0.00/0.08/0.40)	

CMYK percentages

%34.21
%0
%7.89
%40.39

Codes

Color #64988C in popluar color models

64988C
RGB100152140
HSL166°20.63%49.41%
HSB/HSV166°34.21%59.61%
CMYK34.21%0.00%7.89%
40.39%

Color #64988C in popluar number systems.

HEX64988C
Decimal100152140
Binary11001001001100010001100
Octal144230214

Shades and tints

Shades of #64988C

#64988C
(100,152,140)
#5B8B80
(91,139,128)
#527E74
(82,126,116)
#497168
(73,113,104)
#40645C
(64,100,92)
#375750
(55,87,80)
#2E4A44
(46,74,68)
#253D38
(37,61,56)
#1C302C
(28,48,44)
#132320
(19,35,32)
#0A1614
(10,22,20)
#000000
(0,0,0)

Tints of #64988C

#64988C
(100,152,140)
#72A196
(114,161,150)
#80AAA0
(128,170,160)
#8EB3AA
(142,179,170)
#9CBCB4
(156,188,180)
#AAC5BE
(170,197,190)
#B8CEC8
(184,206,200)
#C6D7D2
(198,215,210)
#D4E0DC
(212,224,220)
#E2E9E6
(226,233,230)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64988C; }

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

This text font color is #64988C.


Background Color

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

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

This div background color is #64988C.


Border color

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

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

This div border color is #64988C.


Opacity

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

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

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

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

This text has shadow with #64988C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64988C on black background.


Color preview on white background

This text has color #64988C on white background.



Black color preview on #64988C background

This text has black color on #64988C background.


White color preview on #64988C background

This text has white color on #64988C background.