COLOR #64997E

HEX: #64997E RGB: (100,153,126)

Color info

#64997E contains red, green and blue colors in about the same proportion. Web safe color of #64997E is #669966 (or #696).

RGB color model

#64997E color RGB value is (100,153,126).

RGB: (100,153,126) (39%, 60%, 49%)

RGB channels and saturation

R 100 of 255 = 39%
G 153 of 255 = 60%
B 126 of 255 = 49%

100
153
126

R + G + B ~ 49%. #64997E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 153 + 126 = 379 (100%)
R 100 of 379 ~ 26.39%
G 153 of 379 ~ 40.37%
B 126 of 379 ~ 33.25'%

%26.39
%40.37
%33.25

CMYK color model

#64997E color CMYK value is (35,0,18,40).

  • cyan value is 34.64%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 40.00%
CMYK: (35,0,18,40) C35M0Y18K40 (35%,0%,18%,40%) (0.35/0.00/0.18/0.40) 

CMYK percentages

%34.64
%0
%17.65
%40

Codes

Color #64997E in popluar color models

64 99 7E
RGB 100 153 126
HSL 149° 20.95% 49.61%
HSB/HSV 149° 34.64% 60.00%
CMYK 34.64% 0.00% 17.65%
40.00%

Color #64997E in popluar number systems.

HEX 64 99 7E
Decimal 100 153 126
Binary 1100100 10011001 1111110
Octal 144 231 176

Shades and tints

Shades of #64997E

#64997E
(100,153,126)
#5B8C73
(91,140,115)
#527F68
(82,127,104)
#49725D
(73,114,93)
#406552
(64,101,82)
#375847
(55,88,71)
#2E4B3C
(46,75,60)
#253E31
(37,62,49)
#1C3126
(28,49,38)
#13241B
(19,36,27)
#0A1710
(10,23,16)
#000000
(0,0,0)

Tints of #64997E

#64997E
(100,153,126)
#72A289
(114,162,137)
#80AB94
(128,171,148)
#8EB49F
(142,180,159)
#9CBDAA
(156,189,170)
#AAC6B5
(170,198,181)
#B8CFC0
(184,207,192)
#C6D8CB
(198,216,203)
#D4E1D6
(212,225,214)
#E2EAE1
(226,234,225)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64997E color. Also use rgb(100,153,126) instead hex code.

Text Font Color

.myTextColor { color: #64997E; }

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

This text font color is #64997E.

Background Color

.myBgColor { background-color: #64997E; }

<div style="background-color:#64997E">Inner text</div>

This div background color is #64997E.

Border color

.myBorderColor { border: 1px solid #64997E; }

<div style="border:3px solid #64997E">Div</div>

This div border color is #64997E.

Opacity

.myOpacity80 { color: #64997E; opacity: 0.8; }

<p style="color:#64997E;opacity:0.8;">80%</p>

Text with #64997E 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 #64997E;}

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

This text has shadow with #64997E color.


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

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

This text has shadow with #64997E primary color and red secondary color.


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

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

This text has shadow with #64997E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #64997E.

Preview

Color preview on black background

This text has color #64997E on black background.


Color preview on white background

This text has color #64997E on white background.


Black color preview on #64997E background

This text has black color on #64997E background.


White color preview on #64997E background

This text has white color on #64997E background.


Related colors

Complementary color

Complementary color for #hex is #9B6681.


I love getcolorcode.com

Triadic colors

1 #7E6499 and #997E64 with #64997E are triadic colors.

2 #7E9964 and #99647E with #64997E are triadic colors.