COLOR #64977D

HEX: #64977D
RGB: (100,151,125)

Color info

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

RGB color model

#64977D color RGB value is (100,151,125).

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

RGB channels and saturation

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

100
151
125

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

Portions of RGB colors in percentages

R + G + B =
100 + 151 + 125 = 376 (100%)
R 100 of 376 ~ 26.6%
G 151 of 376 ~ 40.16%
B 125 of 376 ~ 33.24%

%26.6
%40.16
%33.24

CMYK color model

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

  • cyan value is 33.77%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • 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
%17.22
%40.78

Codes

Color #64977D in popluar color models

64977D
RGB100151125
HSL149°20.32%49.22%
HSB/HSV149°33.77%59.22%
CMYK33.77%0.00%17.22%
40.78%

Color #64977D in popluar number systems.

HEX64977D
Decimal100151125
Binary1100100100101111111101
Octal144227175

Shades and tints

Shades of #64977D

#64977D
(100,151,125)
#5B8A72
(91,138,114)
#527D67
(82,125,103)
#49705C
(73,112,92)
#406351
(64,99,81)
#375646
(55,86,70)
#2E493B
(46,73,59)
#253C30
(37,60,48)
#1C2F25
(28,47,37)
#13221A
(19,34,26)
#0A150F
(10,21,15)
#000000
(0,0,0)

Tints of #64977D

#64977D
(100,151,125)
#72A088
(114,160,136)
#80A993
(128,169,147)
#8EB29E
(142,178,158)
#9CBBA9
(156,187,169)
#AAC4B4
(170,196,180)
#B8CDBF
(184,205,191)
#C6D6CA
(198,214,202)
#D4DFD5
(212,223,213)
#E2E8E0
(226,232,224)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64977D; }

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

This text font color is #64977D.


Background Color

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

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

This div background color is #64977D.


Border color

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

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

This div border color is #64977D.


Opacity

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

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

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

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

This text has shadow with #64977D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64977D on black background.


Color preview on white background

This text has color #64977D on white background.



Black color preview on #64977D background

This text has black color on #64977D background.


White color preview on #64977D background

This text has white color on #64977D background.