COLOR #64A557

HEX: #64A557
RGB: (100,165,87)

Color info

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

RGB color model

#64A557 color RGB value is (100,165,87).

  • red value is 100;
  • green value is 165;
  • blue value is 87.
RGB:
(100,165,87)
(39%,65%,34%)

RGB channels and saturation

R 100 of 255 = 39%
G 165 of 255 = 65%
B 87 of 255 = 34%

100
165
87

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

Portions of RGB colors in percentages

R + G + B =
100 + 165 + 87 = 352 (100%)
R 100 of 352 ~ 28.41%
G 165 of 352 ~ 46.88%
B 87 of 352 ~ 24.72%

%28.41
%46.88
%24.72

CMYK color model

#64A557 color CMYK value is (39,0,47,35).

  • cyan value is 39.39%
  • magenta value is 0.00%
  • yellow value is 47.27%
  • key color value is 35.29%
CMYK:
(39,0,47,35)
C39M0Y47K35 
(39%,0%,47%,35%)
(0.39/0.00/0.47/0.35)	

CMYK percentages

%39.39
%0
%47.27
%35.29

Codes

Color #64A557 in popluar color models

64A557
RGB10016587
HSL110°30.95%49.41%
HSB/HSV110°47.27%64.71%
CMYK39.39%0.00%47.27%
35.29%

Color #64A557 in popluar number systems.

HEX64A557
Decimal10016587
Binary1100100101001011010111
Octal144245127

Shades and tints

Shades of #64A557

#64A557
(100,165,87)
#5B9650
(91,150,80)
#528749
(82,135,73)
#497842
(73,120,66)
#40693B
(64,105,59)
#375A34
(55,90,52)
#2E4B2D
(46,75,45)
#253C26
(37,60,38)
#1C2D1F
(28,45,31)
#131E18
(19,30,24)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #64A557

#64A557
(100,165,87)
#72AD66
(114,173,102)
#80B575
(128,181,117)
#8EBD84
(142,189,132)
#9CC593
(156,197,147)
#AACDA2
(170,205,162)
#B8D5B1
(184,213,177)
#C6DDC0
(198,221,192)
#D4E5CF
(212,229,207)
#E2EDDE
(226,237,222)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64A557; }

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

This text font color is #64A557.


Background Color

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

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

This div background color is #64A557.


Border color

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

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

This div border color is #64A557.


Opacity

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

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

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

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

This text has shadow with #64A557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64A557 on black background.


Color preview on white background

This text has color #64A557 on white background.



Black color preview on #64A557 background

This text has black color on #64A557 background.


White color preview on #64A557 background

This text has white color on #64A557 background.