COLOR #64AD77

HEX: #64AD77
RGB: (100,173,119)

Color info

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

RGB color model

#64AD77 color RGB value is (100,173,119).

  • red value is 100;
  • green value is 173;
  • blue value is 119.
RGB:
(100,173,119)
(39%,68%,47%)

RGB channels and saturation

R 100 of 255 = 39%
G 173 of 255 = 68%
B 119 of 255 = 47%

100
173
119

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

Portions of RGB colors in percentages

R + G + B =
100 + 173 + 119 = 392 (100%)
R 100 of 392 ~ 25.51%
G 173 of 392 ~ 44.13%
B 119 of 392 ~ 30.36%

%25.51
%44.13
%30.36

CMYK color model

#64AD77 color CMYK value is (42,0,31,32).

  • cyan value is 42.20%
  • magenta value is 0.00%
  • yellow value is 31.21%
  • key color value is 32.16%
CMYK:
(42,0,31,32)
C42M0Y31K32 
(42%,0%,31%,32%)
(0.42/0.00/0.31/0.32)	

CMYK percentages

%42.2
%0
%31.21
%32.16

Codes

Color #64AD77 in popluar color models

64AD77
RGB100173119
HSL136°30.80%53.53%
HSB/HSV136°42.20%67.84%
CMYK42.20%0.00%31.21%
32.16%

Color #64AD77 in popluar number systems.

HEX64AD77
Decimal100173119
Binary1100100101011011110111
Octal144255167

Shades and tints

Shades of #64AD77

#64AD77
(100,173,119)
#5B9E6D
(91,158,109)
#528F63
(82,143,99)
#498059
(73,128,89)
#40714F
(64,113,79)
#376245
(55,98,69)
#2E533B
(46,83,59)
#254431
(37,68,49)
#1C3527
(28,53,39)
#13261D
(19,38,29)
#0A1713
(10,23,19)
#000000
(0,0,0)

Tints of #64AD77

#64AD77
(100,173,119)
#72B483
(114,180,131)
#80BB8F
(128,187,143)
#8EC29B
(142,194,155)
#9CC9A7
(156,201,167)
#AAD0B3
(170,208,179)
#B8D7BF
(184,215,191)
#C6DECB
(198,222,203)
#D4E5D7
(212,229,215)
#E2ECE3
(226,236,227)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64AD77 color. Also use rgb(100,173,119) instead hex code.

Text Font Color

.myTextColor { color: #64AD77; }

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

This text font color is #64AD77.


Background Color

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

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

This div background color is #64AD77.


Border color

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

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

This div border color is #64AD77.


Opacity

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

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

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

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

This text has shadow with #64AD77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64AD77 on black background.


Color preview on white background

This text has color #64AD77 on white background.



Black color preview on #64AD77 background

This text has black color on #64AD77 background.


White color preview on #64AD77 background

This text has white color on #64AD77 background.