COLOR #64AE74

HEX: #64AE74 RGB: (100,174,116)

Color info

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

RGB color model

#64AE74 color RGB value is (100,174,116).

RGB: (100,174,116) (39%, 68%, 45%)

RGB channels and saturation

R 100 of 255 = 39%
G 174 of 255 = 68%
B 116 of 255 = 45%

100
174
116

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

Portions of RGB colors in percentages

R + G + B = 100 + 174 + 116 = 390 (100%)
R 100 of 390 ~ 25.64%
G 174 of 390 ~ 44.62%
B 116 of 390 ~ 29.74'%

%25.64
%44.62
%29.74

CMYK color model

#64AE74 color CMYK value is (43,0,33,32).

  • cyan value is 42.53%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 31.76%

CMYK: (43,0,33,32)
C43M0Y33K32 (43%, 0%, 33%, 32%)
(0.43 / 0.00 / 0.33 / 0.32)

CMYK percentages

%42.53
%0
%33.33
%31.76

Codes

Color #64AE74 in popluar color models

64 AE 74
RGB 100 174 116
HSL 133° 31.36% 53.73%
HSB/HSV 133° 42.53% 68.24%
CMYK 42.53% 0.00% 33.33%
31.76%

Color #64AE74 in popluar number systems.

HEX 64 AE 74
Decimal 100 174 116
Binary 1100100 10101110 1110100
Octal 144 256 164

Shades and tints

Shades of #64AE74

#64AE74
(100,174,116)
#5B9F6A
(91,159,106)
#529060
(82,144,96)
#498156
(73,129,86)
#40724C
(64,114,76)
#376342
(55,99,66)
#2E5438
(46,84,56)
#25452E
(37,69,46)
#1C3624
(28,54,36)
#13271A
(19,39,26)
#0A1810
(10,24,16)
#000000
(0,0,0)

Tints of #64AE74

#64AE74
(100,174,116)
#72B580
(114,181,128)
#80BC8C
(128,188,140)
#8EC398
(142,195,152)
#9CCAA4
(156,202,164)
#AAD1B0
(170,209,176)
#B8D8BC
(184,216,188)
#C6DFC8
(198,223,200)
#D4E6D4
(212,230,212)
#E2EDE0
(226,237,224)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64AE74 color. Also use rgb(100,174,116) instead hex code.

Text Font Color

.myTextColor { color: #64AE74; }

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

This text font color is #64AE74.

Background Color

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

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

This div background color is #64AE74.

Border color

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

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

This div border color is #64AE74.

Opacity

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

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

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

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

This text has shadow with #64AE74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64AE74.

Preview

Color preview on black background

This text has color #64AE74 on black background.


Color preview on white background

This text has color #64AE74 on white background.


Black color preview on #64AE74 background

This text has black color on #64AE74 background.


White color preview on #64AE74 background

This text has white color on #64AE74 background.


Related colors

Complementary color

Complementary color for #hex is #9B518B.


I love getcolorcode.com

Triadic colors

1 #7464AE and #AE7464 with #64AE74 are triadic colors.

2 #74AE64 and #AE6474 with #64AE74 are triadic colors.