COLOR #64A078

HEX: #64A078
RGB: (100,160,120)

Color info

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

RGB color model

#64A078 color RGB value is (100,160,120).

  • red value is 100;
  • green value is 160;
  • blue value is 120.
RGB:
(100,160,120)
(39%,63%,47%)

RGB channels and saturation

R 100 of 255 = 39%
G 160 of 255 = 63%
B 120 of 255 = 47%

100
160
120

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

Portions of RGB colors in percentages

R + G + B =
100 + 160 + 120 = 380 (100%)
R 100 of 380 ~ 26.32%
G 160 of 380 ~ 42.11%
B 120 of 380 ~ 31.58%

%26.32
%42.11
%31.58

CMYK color model

#64A078 color CMYK value is (38,0,25,37).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 37.25%
CMYK:
(38,0,25,37)
C38M0Y25K37 
(38%,0%,25%,37%)
(0.38/0.00/0.25/0.37)	

CMYK percentages

%37.5
%0
%25
%37.25

Codes

Color #64A078 in popluar color models

64A078
RGB100160120
HSL140°24.00%50.98%
HSB/HSV140°37.50%62.75%
CMYK37.50%0.00%25.00%
37.25%

Color #64A078 in popluar number systems.

HEX64A078
Decimal100160120
Binary1100100101000001111000
Octal144240170

Shades and tints

Shades of #64A078

#64A078
(100,160,120)
#5B926E
(91,146,110)
#528464
(82,132,100)
#49765A
(73,118,90)
#406850
(64,104,80)
#375A46
(55,90,70)
#2E4C3C
(46,76,60)
#253E32
(37,62,50)
#1C3028
(28,48,40)
#13221E
(19,34,30)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #64A078

#64A078
(100,160,120)
#72A884
(114,168,132)
#80B090
(128,176,144)
#8EB89C
(142,184,156)
#9CC0A8
(156,192,168)
#AAC8B4
(170,200,180)
#B8D0C0
(184,208,192)
#C6D8CC
(198,216,204)
#D4E0D8
(212,224,216)
#E2E8E4
(226,232,228)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64A078; }

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

This text font color is #64A078.


Background Color

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

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

This div background color is #64A078.


Border color

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

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

This div border color is #64A078.


Opacity

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

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

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

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

This text has shadow with #64A078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64A078 on black background.


Color preview on white background

This text has color #64A078 on white background.



Black color preview on #64A078 background

This text has black color on #64A078 background.


White color preview on #64A078 background

This text has white color on #64A078 background.