COLOR #64AC6C

HEX: #64AC6C
RGB: (100,172,108)

Color info

#64AC6C contains mainly green color. Web safe color of #64AC6C is #669966 (or #696).

RGB color model

#64AC6C color RGB value is (100,172,108).

  • red value is 100;
  • green value is 172;
  • blue value is 108.
RGB:
(100,172,108)
(39%,67%,42%)

RGB channels and saturation

R 100 of 255 = 39%
G 172 of 255 = 67%
B 108 of 255 = 42%

100
172
108

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

Portions of RGB colors in percentages

R + G + B =
100 + 172 + 108 = 380 (100%)
R 100 of 380 ~ 26.32%
G 172 of 380 ~ 45.26%
B 108 of 380 ~ 28.42%

%26.32
%45.26
%28.42

CMYK color model

#64AC6C color CMYK value is (42,0,37,33).

  • cyan value is 41.86%
  • magenta value is 0.00%
  • yellow value is 37.21%
  • key color value is 32.55%
CMYK:
(42,0,37,33)
C42M0Y37K33 
(42%,0%,37%,33%)
(0.42/0.00/0.37/0.33)	

CMYK percentages

%41.86
%0
%37.21
%32.55

Codes

Color #64AC6C in popluar color models

64AC6C
RGB100172108
HSL127°30.25%53.33%
HSB/HSV127°41.86%67.45%
CMYK41.86%0.00%37.21%
32.55%

Color #64AC6C in popluar number systems.

HEX64AC6C
Decimal100172108
Binary1100100101011001101100
Octal144254154

Shades and tints

Shades of #64AC6C

#64AC6C
(100,172,108)
#5B9D63
(91,157,99)
#528E5A
(82,142,90)
#497F51
(73,127,81)
#407048
(64,112,72)
#37613F
(55,97,63)
#2E5236
(46,82,54)
#25432D
(37,67,45)
#1C3424
(28,52,36)
#13251B
(19,37,27)
#0A1612
(10,22,18)
#000000
(0,0,0)

Tints of #64AC6C

#64AC6C
(100,172,108)
#72B379
(114,179,121)
#80BA86
(128,186,134)
#8EC193
(142,193,147)
#9CC8A0
(156,200,160)
#AACFAD
(170,207,173)
#B8D6BA
(184,214,186)
#C6DDC7
(198,221,199)
#D4E4D4
(212,228,212)
#E2EBE1
(226,235,225)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64AC6C color. Also use rgb(100,172,108) instead hex code.

Text Font Color

.myTextColor { color: #64AC6C; }

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

This text font color is #64AC6C.


Background Color

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

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

This div background color is #64AC6C.


Border color

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

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

This div border color is #64AC6C.


Opacity

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

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

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

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

This text has shadow with #64AC6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64AC6C on black background.


Color preview on white background

This text has color #64AC6C on white background.



Black color preview on #64AC6C background

This text has black color on #64AC6C background.


White color preview on #64AC6C background

This text has white color on #64AC6C background.