COLOR #64A483

HEX: #64A483 RGB: (100,164,131)

Color info

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

RGB color model

#64A483 color RGB value is (100,164,131).

RGB: (100,164,131) (39%, 64%, 51%)

RGB channels and saturation

R 100 of 255 = 39%
G 164 of 255 = 64%
B 131 of 255 = 51%

100
164
131

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

Portions of RGB colors in percentages

R + G + B = 100 + 164 + 131 = 395 (100%)
R 100 of 395 ~ 25.32%
G 164 of 395 ~ 41.52%
B 131 of 395 ~ 33.16'%

%25.32
%41.52
%33.16

CMYK color model

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

  • cyan value is 39.02%
  • magenta value is 0.00%
  • yellow value is 20.12%
  • key color value is 35.69%

CMYK: (39,0,20,36)
C39M0Y20K36 (39%, 0%, 20%, 36%)
(0.39 / 0.00 / 0.20 / 0.36)

CMYK percentages

%39.02
%0
%20.12
%35.69

Codes

Color #64A483 in popluar color models

64 A4 83
RGB 100 164 131
HSL 149° 26.02% 51.76%
HSB/HSV 149° 39.02% 64.31%
CMYK 39.02% 0.00% 20.12%
35.69%

Color #64A483 in popluar number systems.

HEX 64 A4 83
Decimal 100 164 131
Binary 1100100 10100100 10000011
Octal 144 244 203

Shades and tints

Shades of #64A483

#64A483
(100,164,131)
#5B9678
(91,150,120)
#52886D
(82,136,109)
#497A62
(73,122,98)
#406C57
(64,108,87)
#375E4C
(55,94,76)
#2E5041
(46,80,65)
#254236
(37,66,54)
#1C342B
(28,52,43)
#132620
(19,38,32)
#0A1815
(10,24,21)
#000000
(0,0,0)

Tints of #64A483

#64A483
(100,164,131)
#72AC8E
(114,172,142)
#80B499
(128,180,153)
#8EBCA4
(142,188,164)
#9CC4AF
(156,196,175)
#AACCBA
(170,204,186)
#B8D4C5
(184,212,197)
#C6DCD0
(198,220,208)
#D4E4DB
(212,228,219)
#E2ECE6
(226,236,230)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64A483; }

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

This text font color is #64A483.

Background Color

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

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

This div background color is #64A483.

Border color

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

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

This div border color is #64A483.

Opacity

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

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

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

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

This text has shadow with #64A483 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64A483.

Preview

Color preview on black background

This text has color #64A483 on black background.


Color preview on white background

This text has color #64A483 on white background.


Black color preview on #64A483 background

This text has black color on #64A483 background.


White color preview on #64A483 background

This text has white color on #64A483 background.


Related colors

Complementary color

Complementary color for #hex is #9B5B7C.


I love getcolorcode.com

Triadic colors

1 #8364A4 and #A48364 with #64A483 are triadic colors.

2 #83A464 and #A46483 with #64A483 are triadic colors.