COLOR #64A88A

HEX: #64A88A
RGB: (100,168,138)

Color info

#64A88A contains mainly green and blue colors. Web safe color of #64A88A is #669999 (or #699).

RGB color model

#64A88A color RGB value is (100,168,138).

  • red value is 100;
  • green value is 168;
  • blue value is 138.
RGB:
(100,168,138)
(39%,66%,54%)

RGB channels and saturation

R 100 of 255 = 39%
G 168 of 255 = 66%
B 138 of 255 = 54%

100
168
138

R + G + B ~ 53%. #64A88A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 168 + 138 = 406 (100%)
R 100 of 406 ~ 24.63%
G 168 of 406 ~ 41.38%
B 138 of 406 ~ 33.99%

%24.63
%41.38
%33.99

CMYK color model

#64A88A color CMYK value is (40,0,18,34).

  • cyan value is 40.48%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 34.12%
CMYK:
(40,0,18,34)
C40M0Y18K34 
(40%,0%,18%,34%)
(0.40/0.00/0.18/0.34)	

CMYK percentages

%40.48
%0
%17.86
%34.12

Codes

Color #64A88A in popluar color models

64A88A
RGB100168138
HSL154°28.10%52.55%
HSB/HSV154°40.48%65.88%
CMYK40.48%0.00%17.86%
34.12%

Color #64A88A in popluar number systems.

HEX64A88A
Decimal100168138
Binary11001001010100010001010
Octal144250212

Shades and tints

Shades of #64A88A

#64A88A
(100,168,138)
#5B997E
(91,153,126)
#528A72
(82,138,114)
#497B66
(73,123,102)
#406C5A
(64,108,90)
#375D4E
(55,93,78)
#2E4E42
(46,78,66)
#253F36
(37,63,54)
#1C302A
(28,48,42)
#13211E
(19,33,30)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #64A88A

#64A88A
(100,168,138)
#72AF94
(114,175,148)
#80B69E
(128,182,158)
#8EBDA8
(142,189,168)
#9CC4B2
(156,196,178)
#AACBBC
(170,203,188)
#B8D2C6
(184,210,198)
#C6D9D0
(198,217,208)
#D4E0DA
(212,224,218)
#E2E7E4
(226,231,228)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64A88A color. Also use rgb(100,168,138) instead hex code.

Text Font Color

.myTextColor { color: #64A88A; }

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

This text font color is #64A88A.


Background Color

.myBgColor { background-color: #64A88A; }

<div style="background-color:#64A88A">Inner text</div>

This div background color is #64A88A.


Border color

.myBorderColor { border: 1px solid #64A88A; }

<div style="border:3px solid #64A88A">Div</div>

This div border color is #64A88A.


Opacity

.myOpacity80 { color: #64A88A; opacity: 0.8; }

<p style="color:#64A88A;opacity:0.8;">80%</p>

Text with #64A88A 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 #64A88A;}

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

This text has shadow with #64A88A color.

.textShadow {text-shadow: 3px 3px 1px #64A88A, 3px 3px 1px red;}

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

This text has shadow with #64A88A primary color and red secondary color.


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

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

This text has shadow with #64A88A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64A88A on black background.


Color preview on white background

This text has color #64A88A on white background.



Black color preview on #64A88A background

This text has black color on #64A88A background.


White color preview on #64A88A background

This text has white color on #64A88A background.