COLOR #64B164

HEX: #64B164
RGB: (100,177,100)

Color info

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

RGB color model

#64B164 color RGB value is (100,177,100).

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

RGB channels and saturation

R 100 of 255 = 39%
G 177 of 255 = 69%
B 100 of 255 = 39%

100
177
100

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

Portions of RGB colors in percentages

R + G + B =
100 + 177 + 100 = 377 (100%)
R 100 of 377 ~ 26.53%
G 177 of 377 ~ 46.95%
B 100 of 377 ~ 26.53%

%26.53
%46.95
%26.53

CMYK color model

#64B164 color CMYK value is (44,0,44,31).

  • cyan value is 43.50%
  • magenta value is 0.00%
  • yellow value is 43.50%
  • key color value is 30.59%
CMYK:
(44,0,44,31)
C44M0Y44K31 
(44%,0%,44%,31%)
(0.44/0.00/0.44/0.31)	

CMYK percentages

%43.5
%0
%43.5
%30.59

Codes

Color #64B164 in popluar color models

64B164
RGB100177100
HSL120°33.05%54.31%
HSB/HSV120°43.50%69.41%
CMYK43.50%0.00%43.50%
30.59%

Color #64B164 in popluar number systems.

HEX64B164
Decimal100177100
Binary1100100101100011100100
Octal144261144

Shades and tints

Shades of #64B164

#64B164
(100,177,100)
#5BA15B
(91,161,91)
#529152
(82,145,82)
#498149
(73,129,73)
#407140
(64,113,64)
#376137
(55,97,55)
#2E512E
(46,81,46)
#254125
(37,65,37)
#1C311C
(28,49,28)
#132113
(19,33,19)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #64B164

#64B164
(100,177,100)
#72B872
(114,184,114)
#80BF80
(128,191,128)
#8EC68E
(142,198,142)
#9CCD9C
(156,205,156)
#AAD4AA
(170,212,170)
#B8DBB8
(184,219,184)
#C6E2C6
(198,226,198)
#D4E9D4
(212,233,212)
#E2F0E2
(226,240,226)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64B164; }

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

This text font color is #64B164.


Background Color

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

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

This div background color is #64B164.


Border color

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

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

This div border color is #64B164.


Opacity

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

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

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

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

This text has shadow with #64B164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64B164 on black background.


Color preview on white background

This text has color #64B164 on white background.



Black color preview on #64B164 background

This text has black color on #64B164 background.


White color preview on #64B164 background

This text has white color on #64B164 background.