COLOR #64A773

HEX: #64A773
RGB: (100,167,115)

Color info

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

RGB color model

#64A773 color RGB value is (100,167,115).

  • red value is 100;
  • green value is 167;
  • blue value is 115.
RGB:
(100,167,115)
(39%,65%,45%)

RGB channels and saturation

R 100 of 255 = 39%
G 167 of 255 = 65%
B 115 of 255 = 45%

100
167
115

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

Portions of RGB colors in percentages

R + G + B =
100 + 167 + 115 = 382 (100%)
R 100 of 382 ~ 26.18%
G 167 of 382 ~ 43.72%
B 115 of 382 ~ 30.1%

%26.18
%43.72
%30.1

CMYK color model

#64A773 color CMYK value is (40,0,31,35).

  • cyan value is 40.12%
  • magenta value is 0.00%
  • yellow value is 31.14%
  • key color value is 34.51%
CMYK:
(40,0,31,35)
C40M0Y31K35 
(40%,0%,31%,35%)
(0.40/0.00/0.31/0.35)	

CMYK percentages

%40.12
%0
%31.14
%34.51

Codes

Color #64A773 in popluar color models

64A773
RGB100167115
HSL133°27.57%52.35%
HSB/HSV133°40.12%65.49%
CMYK40.12%0.00%31.14%
34.51%

Color #64A773 in popluar number systems.

HEX64A773
Decimal100167115
Binary1100100101001111110011
Octal144247163

Shades and tints

Shades of #64A773

#64A773
(100,167,115)
#5B9869
(91,152,105)
#52895F
(82,137,95)
#497A55
(73,122,85)
#406B4B
(64,107,75)
#375C41
(55,92,65)
#2E4D37
(46,77,55)
#253E2D
(37,62,45)
#1C2F23
(28,47,35)
#132019
(19,32,25)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #64A773

#64A773
(100,167,115)
#72AF7F
(114,175,127)
#80B78B
(128,183,139)
#8EBF97
(142,191,151)
#9CC7A3
(156,199,163)
#AACFAF
(170,207,175)
#B8D7BB
(184,215,187)
#C6DFC7
(198,223,199)
#D4E7D3
(212,231,211)
#E2EFDF
(226,239,223)
#F0F7EB
(240,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64A773; }

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

This text font color is #64A773.


Background Color

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

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

This div background color is #64A773.


Border color

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

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

This div border color is #64A773.


Opacity

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

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

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

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

This text has shadow with #64A773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64A773 on black background.


Color preview on white background

This text has color #64A773 on white background.



Black color preview on #64A773 background

This text has black color on #64A773 background.


White color preview on #64A773 background

This text has white color on #64A773 background.