COLOR #64A382

HEX: #64A382
RGB: (100,163,130)

Color info

#64A382 contains mainly green and blue colors. Web safe color of #64A382 is #669999 (or #699).

RGB color model

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

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

RGB channels and saturation

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

100
163
130

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

Portions of RGB colors in percentages

R + G + B =
100 + 163 + 130 = 393 (100%)
R 100 of 393 ~ 25.45%
G 163 of 393 ~ 41.48%
B 130 of 393 ~ 33.08%

%25.45
%41.48
%33.08

CMYK color model

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

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

CMYK percentages

%38.65
%0
%20.25
%36.08

Codes

Color #64A382 in popluar color models

64A382
RGB100163130
HSL149°25.51%51.57%
HSB/HSV149°38.65%63.92%
CMYK38.65%0.00%20.25%
36.08%

Color #64A382 in popluar number systems.

HEX64A382
Decimal100163130
Binary11001001010001110000010
Octal144243202

Shades and tints

Shades of #64A382

#64A382
(100,163,130)
#5B9577
(91,149,119)
#52876C
(82,135,108)
#497961
(73,121,97)
#406B56
(64,107,86)
#375D4B
(55,93,75)
#2E4F40
(46,79,64)
#254135
(37,65,53)
#1C332A
(28,51,42)
#13251F
(19,37,31)
#0A1714
(10,23,20)
#000000
(0,0,0)

Tints of #64A382

#64A382
(100,163,130)
#72AB8D
(114,171,141)
#80B398
(128,179,152)
#8EBBA3
(142,187,163)
#9CC3AE
(156,195,174)
#AACBB9
(170,203,185)
#B8D3C4
(184,211,196)
#C6DBCF
(198,219,207)
#D4E3DA
(212,227,218)
#E2EBE5
(226,235,229)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64A382; }

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

This text font color is #64A382.


Background Color

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

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

This div background color is #64A382.


Border color

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

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

This div border color is #64A382.


Opacity

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

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

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

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

This text has shadow with #64A382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64A382 on black background.


Color preview on white background

This text has color #64A382 on white background.



Black color preview on #64A382 background

This text has black color on #64A382 background.


White color preview on #64A382 background

This text has white color on #64A382 background.