COLOR #64AD8A

HEX: #64AD8A
RGB: (100,173,138)

Color info

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

RGB color model

#64AD8A color RGB value is (100,173,138).

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

RGB channels and saturation

R 100 of 255 = 39%
G 173 of 255 = 68%
B 138 of 255 = 54%

100
173
138

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

Portions of RGB colors in percentages

R + G + B =
100 + 173 + 138 = 411 (100%)
R 100 of 411 ~ 24.33%
G 173 of 411 ~ 42.09%
B 138 of 411 ~ 33.58%

%24.33
%42.09
%33.58

CMYK color model

#64AD8A color CMYK value is (42,0,20,32).

  • cyan value is 42.20%
  • magenta value is 0.00%
  • yellow value is 20.23%
  • key color value is 32.16%
CMYK:
(42,0,20,32)
C42M0Y20K32 
(42%,0%,20%,32%)
(0.42/0.00/0.20/0.32)	

CMYK percentages

%42.2
%0
%20.23
%32.16

Codes

Color #64AD8A in popluar color models

64AD8A
RGB100173138
HSL151°30.80%53.53%
HSB/HSV151°42.20%67.84%
CMYK42.20%0.00%20.23%
32.16%

Color #64AD8A in popluar number systems.

HEX64AD8A
Decimal100173138
Binary11001001010110110001010
Octal144255212

Shades and tints

Shades of #64AD8A

#64AD8A
(100,173,138)
#5B9E7E
(91,158,126)
#528F72
(82,143,114)
#498066
(73,128,102)
#40715A
(64,113,90)
#37624E
(55,98,78)
#2E5342
(46,83,66)
#254436
(37,68,54)
#1C352A
(28,53,42)
#13261E
(19,38,30)
#0A1712
(10,23,18)
#000000
(0,0,0)

Tints of #64AD8A

#64AD8A
(100,173,138)
#72B494
(114,180,148)
#80BB9E
(128,187,158)
#8EC2A8
(142,194,168)
#9CC9B2
(156,201,178)
#AAD0BC
(170,208,188)
#B8D7C6
(184,215,198)
#C6DED0
(198,222,208)
#D4E5DA
(212,229,218)
#E2ECE4
(226,236,228)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64AD8A; }

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

This text font color is #64AD8A.


Background Color

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

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

This div background color is #64AD8A.


Border color

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

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

This div border color is #64AD8A.


Opacity

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

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

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

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

This text has shadow with #64AD8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64AD8A on black background.


Color preview on white background

This text has color #64AD8A on white background.



Black color preview on #64AD8A background

This text has black color on #64AD8A background.


White color preview on #64AD8A background

This text has white color on #64AD8A background.