COLOR #64A364

HEX: #64A364
RGB: (100,163,100)

Color info

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

RGB color model

#64A364 color RGB value is (100,163,100).

  • red value is 100;
  • green value is 163;
  • blue value is 100.
RGB:
(100,163,100)
(39%,64%,39%)

RGB channels and saturation

R 100 of 255 = 39%
G 163 of 255 = 64%
B 100 of 255 = 39%

100
163
100

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

Portions of RGB colors in percentages

R + G + B =
100 + 163 + 100 = 363 (100%)
R 100 of 363 ~ 27.55%
G 163 of 363 ~ 44.9%
B 100 of 363 ~ 27.55%

%27.55
%44.9
%27.55

CMYK color model

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

  • cyan value is 38.65%
  • magenta value is 0.00%
  • yellow value is 38.65%
  • key color value is 36.08%
CMYK:
(39,0,39,36)
C39M0Y39K36 
(39%,0%,39%,36%)
(0.39/0.00/0.39/0.36)	

CMYK percentages

%38.65
%0
%38.65
%36.08

Codes

Color #64A364 in popluar color models

64A364
RGB100163100
HSL120°25.51%51.57%
HSB/HSV120°38.65%63.92%
CMYK38.65%0.00%38.65%
36.08%

Color #64A364 in popluar number systems.

HEX64A364
Decimal100163100
Binary1100100101000111100100
Octal144243144

Shades and tints

Shades of #64A364

#64A364
(100,163,100)
#5B955B
(91,149,91)
#528752
(82,135,82)
#497949
(73,121,73)
#406B40
(64,107,64)
#375D37
(55,93,55)
#2E4F2E
(46,79,46)
#254125
(37,65,37)
#1C331C
(28,51,28)
#132513
(19,37,19)
#0A170A
(10,23,10)
#000000
(0,0,0)

Tints of #64A364

#64A364
(100,163,100)
#72AB72
(114,171,114)
#80B380
(128,179,128)
#8EBB8E
(142,187,142)
#9CC39C
(156,195,156)
#AACBAA
(170,203,170)
#B8D3B8
(184,211,184)
#C6DBC6
(198,219,198)
#D4E3D4
(212,227,212)
#E2EBE2
(226,235,226)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64A364; }

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

This text font color is #64A364.


Background Color

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

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

This div background color is #64A364.


Border color

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

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

This div border color is #64A364.


Opacity

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

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

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

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

This text has shadow with #64A364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64A364 on black background.


Color preview on white background

This text has color #64A364 on white background.



Black color preview on #64A364 background

This text has black color on #64A364 background.


White color preview on #64A364 background

This text has white color on #64A364 background.