COLOR #64A97C

HEX: #64A97C
RGB: (100,169,124)

Color info

#64A97C contains mainly green and blue colors. Web safe color of #64A97C is #669966 (or #696).

RGB color model

#64A97C color RGB value is (100,169,124).

  • red value is 100;
  • green value is 169;
  • blue value is 124.
RGB:
(100,169,124)
(39%,66%,49%)

RGB channels and saturation

R 100 of 255 = 39%
G 169 of 255 = 66%
B 124 of 255 = 49%

100
169
124

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

Portions of RGB colors in percentages

R + G + B =
100 + 169 + 124 = 393 (100%)
R 100 of 393 ~ 25.45%
G 169 of 393 ~ 43%
B 124 of 393 ~ 31.55%

%25.45
%43
%31.55

CMYK color model

#64A97C color CMYK value is (41,0,27,34).

  • cyan value is 40.83%
  • magenta value is 0.00%
  • yellow value is 26.63%
  • key color value is 33.73%
CMYK:
(41,0,27,34)
C41M0Y27K34 
(41%,0%,27%,34%)
(0.41/0.00/0.27/0.34)	

CMYK percentages

%40.83
%0
%26.63
%33.73

Codes

Color #64A97C in popluar color models

64A97C
RGB100169124
HSL141°28.63%52.75%
HSB/HSV141°40.83%66.27%
CMYK40.83%0.00%26.63%
33.73%

Color #64A97C in popluar number systems.

HEX64A97C
Decimal100169124
Binary1100100101010011111100
Octal144251174

Shades and tints

Shades of #64A97C

#64A97C
(100,169,124)
#5B9A71
(91,154,113)
#528B66
(82,139,102)
#497C5B
(73,124,91)
#406D50
(64,109,80)
#375E45
(55,94,69)
#2E4F3A
(46,79,58)
#25402F
(37,64,47)
#1C3124
(28,49,36)
#132219
(19,34,25)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #64A97C

#64A97C
(100,169,124)
#72B087
(114,176,135)
#80B792
(128,183,146)
#8EBE9D
(142,190,157)
#9CC5A8
(156,197,168)
#AACCB3
(170,204,179)
#B8D3BE
(184,211,190)
#C6DAC9
(198,218,201)
#D4E1D4
(212,225,212)
#E2E8DF
(226,232,223)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64A97C color. Also use rgb(100,169,124) instead hex code.

Text Font Color

.myTextColor { color: #64A97C; }

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

This text font color is #64A97C.


Background Color

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

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

This div background color is #64A97C.


Border color

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

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

This div border color is #64A97C.


Opacity

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

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

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

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

This text has shadow with #64A97C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64A97C on black background.


Color preview on white background

This text has color #64A97C on white background.



Black color preview on #64A97C background

This text has black color on #64A97C background.


White color preview on #64A97C background

This text has white color on #64A97C background.