COLOR #64977E

HEX: #64977E
RGB: (100,151,126)

Color info

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

RGB color model

#64977E color RGB value is (100,151,126).

  • red value is 100;
  • green value is 151;
  • blue value is 126.
RGB:
(100,151,126)
(39%,59%,49%)

RGB channels and saturation

R 100 of 255 = 39%
G 151 of 255 = 59%
B 126 of 255 = 49%

100
151
126

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

Portions of RGB colors in percentages

R + G + B =
100 + 151 + 126 = 377 (100%)
R 100 of 377 ~ 26.53%
G 151 of 377 ~ 40.05%
B 126 of 377 ~ 33.42%

%26.53
%40.05
%33.42

CMYK color model

#64977E color CMYK value is (34,0,17,41).

  • cyan value is 33.77%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(34,0,17,41)
C34M0Y17K41 
(34%,0%,17%,41%)
(0.34/0.00/0.17/0.41)	

CMYK percentages

%33.77
%0
%16.56
%40.78

Codes

Color #64977E in popluar color models

64977E
RGB100151126
HSL151°20.32%49.22%
HSB/HSV151°33.77%59.22%
CMYK33.77%0.00%16.56%
40.78%

Color #64977E in popluar number systems.

HEX64977E
Decimal100151126
Binary1100100100101111111110
Octal144227176

Shades and tints

Shades of #64977E

#64977E
(100,151,126)
#5B8A73
(91,138,115)
#527D68
(82,125,104)
#49705D
(73,112,93)
#406352
(64,99,82)
#375647
(55,86,71)
#2E493C
(46,73,60)
#253C31
(37,60,49)
#1C2F26
(28,47,38)
#13221B
(19,34,27)
#0A1510
(10,21,16)
#000000
(0,0,0)

Tints of #64977E

#64977E
(100,151,126)
#72A089
(114,160,137)
#80A994
(128,169,148)
#8EB29F
(142,178,159)
#9CBBAA
(156,187,170)
#AAC4B5
(170,196,181)
#B8CDC0
(184,205,192)
#C6D6CB
(198,214,203)
#D4DFD6
(212,223,214)
#E2E8E1
(226,232,225)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64977E; }

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

This text font color is #64977E.


Background Color

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

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

This div background color is #64977E.


Border color

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

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

This div border color is #64977E.


Opacity

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

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

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

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

This text has shadow with #64977E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64977E on black background.


Color preview on white background

This text has color #64977E on white background.



Black color preview on #64977E background

This text has black color on #64977E background.


White color preview on #64977E background

This text has white color on #64977E background.