COLOR #64A471

HEX: #64A471 RGB: (100,164,113)

Color info

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

RGB color model

#64A471 color RGB value is (100,164,113).

RGB: (100,164,113) (39%, 64%, 44%)

RGB channels and saturation

R 100 of 255 = 39%
G 164 of 255 = 64%
B 113 of 255 = 44%

100
164
113

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

Portions of RGB colors in percentages

R + G + B = 100 + 164 + 113 = 377 (100%)
R 100 of 377 ~ 26.53%
G 164 of 377 ~ 43.5%
B 113 of 377 ~ 29.97'%

%26.53
%43.5
%29.97

CMYK color model

#64A471 color CMYK value is (39,0,31,36).

  • cyan value is 39.02%
  • magenta value is 0.00%
  • yellow value is 31.10%
  • key color value is 35.69%

CMYK: (39,0,31,36)
C39M0Y31K36 (39%, 0%, 31%, 36%)
(0.39 / 0.00 / 0.31 / 0.36)

CMYK percentages

%39.02
%0
%31.1
%35.69

Codes

Color #64A471 in popluar color models

64 A4 71
RGB 100 164 113
HSL 132° 26.02% 51.76%
HSB/HSV 132° 39.02% 64.31%
CMYK 39.02% 0.00% 31.10%
35.69%

Color #64A471 in popluar number systems.

HEX 64 A4 71
Decimal 100 164 113
Binary 1100100 10100100 1110001
Octal 144 244 161

Shades and tints

Shades of #64A471

#64A471
(100,164,113)
#5B9667
(91,150,103)
#52885D
(82,136,93)
#497A53
(73,122,83)
#406C49
(64,108,73)
#375E3F
(55,94,63)
#2E5035
(46,80,53)
#25422B
(37,66,43)
#1C3421
(28,52,33)
#132617
(19,38,23)
#0A180D
(10,24,13)
#000000
(0,0,0)

Tints of #64A471

#64A471
(100,164,113)
#72AC7D
(114,172,125)
#80B489
(128,180,137)
#8EBC95
(142,188,149)
#9CC4A1
(156,196,161)
#AACCAD
(170,204,173)
#B8D4B9
(184,212,185)
#C6DCC5
(198,220,197)
#D4E4D1
(212,228,209)
#E2ECDD
(226,236,221)
#F0F4E9
(240,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64A471 color. Also use rgb(100,164,113) instead hex code.

Text Font Color

.myTextColor { color: #64A471; }

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

This text font color is #64A471.

Background Color

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

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

This div background color is #64A471.

Border color

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

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

This div border color is #64A471.

Opacity

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

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

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

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

This text has shadow with #64A471 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64A471.

Preview

Color preview on black background

This text has color #64A471 on black background.


Color preview on white background

This text has color #64A471 on white background.


Black color preview on #64A471 background

This text has black color on #64A471 background.


White color preview on #64A471 background

This text has white color on #64A471 background.


Related colors

Complementary color

Complementary color for #hex is #9B5B8E.


I love getcolorcode.com

Triadic colors

1 #7164A4 and #A47164 with #64A471 are triadic colors.

2 #71A464 and #A46471 with #64A471 are triadic colors.