COLOR #64A59A

HEX: #64A59A RGB: (100,165,154)

Color info

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

RGB color model

#64A59A color RGB value is (100,165,154).

RGB: (100,165,154) (39%, 65%, 60%)

RGB channels and saturation

R 100 of 255 = 39%
G 165 of 255 = 65%
B 154 of 255 = 60%

100
165
154

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

Portions of RGB colors in percentages

R + G + B = 100 + 165 + 154 = 419 (100%)
R 100 of 419 ~ 23.87%
G 165 of 419 ~ 39.38%
B 154 of 419 ~ 36.75'%

%23.87
%39.38
%36.75

CMYK color model

#64A59A color CMYK value is (39,0,7,35).

  • cyan value is 39.39%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 35.29%

CMYK: (39,0,7,35)
C39M0Y7K35 (39%, 0%, 7%, 35%)
(0.39 / 0.00 / 0.07 / 0.35)

CMYK percentages

%39.39
%0
%6.67
%35.29

Codes

Color #64A59A in popluar color models

64 A5 9A
RGB 100 165 154
HSL 170° 26.53% 51.96%
HSB/HSV 170° 39.39% 64.71%
CMYK 39.39% 0.00% 6.67%
35.29%

Color #64A59A in popluar number systems.

HEX 64 A5 9A
Decimal 100 165 154
Binary 1100100 10100101 10011010
Octal 144 245 232

Shades and tints

Shades of #64A59A

#64A59A
(100,165,154)
#5B968C
(91,150,140)
#52877E
(82,135,126)
#497870
(73,120,112)
#406962
(64,105,98)
#375A54
(55,90,84)
#2E4B46
(46,75,70)
#253C38
(37,60,56)
#1C2D2A
(28,45,42)
#131E1C
(19,30,28)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #64A59A

#64A59A
(100,165,154)
#72ADA3
(114,173,163)
#80B5AC
(128,181,172)
#8EBDB5
(142,189,181)
#9CC5BE
(156,197,190)
#AACDC7
(170,205,199)
#B8D5D0
(184,213,208)
#C6DDD9
(198,221,217)
#D4E5E2
(212,229,226)
#E2EDEB
(226,237,235)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64A59A color. Also use rgb(100,165,154) instead hex code.

Text Font Color

.myTextColor { color: #64A59A; }

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

This text font color is #64A59A.

Background Color

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

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

This div background color is #64A59A.

Border color

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

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

This div border color is #64A59A.

Opacity

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

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

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

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

This text has shadow with #64A59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64A59A.

Preview

Color preview on black background

This text has color #64A59A on black background.


Color preview on white background

This text has color #64A59A on white background.


Black color preview on #64A59A background

This text has black color on #64A59A background.


White color preview on #64A59A background

This text has white color on #64A59A background.


Related colors

Complementary color

Complementary color for #hex is #9B5A65.


I love getcolorcode.com

Triadic colors

1 #9A64A5 and #A59A64 with #64A59A are triadic colors.

2 #9AA564 and #A5649A with #64A59A are triadic colors.