COLOR #64A597

HEX: #64A597
RGB: (100,165,151)

Color info

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

RGB color model

#64A597 color RGB value is (100,165,151).

  • red value is 100;
  • green value is 165;
  • blue value is 151.
RGB:
(100,165,151)
(39%,65%,59%)

RGB channels and saturation

R 100 of 255 = 39%
G 165 of 255 = 65%
B 151 of 255 = 59%

100
165
151

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

Portions of RGB colors in percentages

R + G + B =
100 + 165 + 151 = 416 (100%)
R 100 of 416 ~ 24.04%
G 165 of 416 ~ 39.66%
B 151 of 416 ~ 36.3%

%24.04
%39.66
%36.3

CMYK color model

#64A597 color CMYK value is (39,0,8,35).

  • cyan value is 39.39%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK:
(39,0,8,35)
C39M0Y8K35 
(39%,0%,8%,35%)
(0.39/0.00/0.08/0.35)	

CMYK percentages

%39.39
%0
%8.48
%35.29

Codes

Color #64A597 in popluar color models

64A597
RGB100165151
HSL167°26.53%51.96%
HSB/HSV167°39.39%64.71%
CMYK39.39%0.00%8.48%
35.29%

Color #64A597 in popluar number systems.

HEX64A597
Decimal100165151
Binary11001001010010110010111
Octal144245227

Shades and tints

Shades of #64A597

#64A597
(100,165,151)
#5B968A
(91,150,138)
#52877D
(82,135,125)
#497870
(73,120,112)
#406963
(64,105,99)
#375A56
(55,90,86)
#2E4B49
(46,75,73)
#253C3C
(37,60,60)
#1C2D2F
(28,45,47)
#131E22
(19,30,34)
#0A0F15
(10,15,21)
#000000
(0,0,0)

Tints of #64A597

#64A597
(100,165,151)
#72ADA0
(114,173,160)
#80B5A9
(128,181,169)
#8EBDB2
(142,189,178)
#9CC5BB
(156,197,187)
#AACDC4
(170,205,196)
#B8D5CD
(184,213,205)
#C6DDD6
(198,221,214)
#D4E5DF
(212,229,223)
#E2EDE8
(226,237,232)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64A597; }

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

This text font color is #64A597.


Background Color

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

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

This div background color is #64A597.


Border color

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

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

This div border color is #64A597.


Opacity

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

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

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

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

This text has shadow with #64A597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64A597 on black background.


Color preview on white background

This text has color #64A597 on white background.



Black color preview on #64A597 background

This text has black color on #64A597 background.


White color preview on #64A597 background

This text has white color on #64A597 background.