COLOR #64976F

HEX: #64976F
RGB: (100,151,111)

Color info

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

RGB color model

#64976F color RGB value is (100,151,111).

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

RGB channels and saturation

R 100 of 255 = 39%
G 151 of 255 = 59%
B 111 of 255 = 44%

100
151
111

R + G + B ~ 47%. #64976F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 151 + 111 = 362 (100%)
R 100 of 362 ~ 27.62%
G 151 of 362 ~ 41.71%
B 111 of 362 ~ 30.66%

%27.62
%41.71
%30.66

CMYK color model

#64976F color CMYK value is (34,0,26,41).

  • cyan value is 33.77%
  • magenta value is 0.00%
  • yellow value is 26.49%
  • key color value is 40.78%
CMYK:
(34,0,26,41)
C34M0Y26K41 
(34%,0%,26%,41%)
(0.34/0.00/0.26/0.41)	

CMYK percentages

%33.77
%0
%26.49
%40.78

Codes

Color #64976F in popluar color models

64976F
RGB100151111
HSL133°20.32%49.22%
HSB/HSV133°33.77%59.22%
CMYK33.77%0.00%26.49%
40.78%

Color #64976F in popluar number systems.

HEX64976F
Decimal100151111
Binary1100100100101111101111
Octal144227157

Shades and tints

Shades of #64976F

#64976F
(100,151,111)
#5B8A65
(91,138,101)
#527D5B
(82,125,91)
#497051
(73,112,81)
#406347
(64,99,71)
#37563D
(55,86,61)
#2E4933
(46,73,51)
#253C29
(37,60,41)
#1C2F1F
(28,47,31)
#132215
(19,34,21)
#0A150B
(10,21,11)
#000000
(0,0,0)

Tints of #64976F

#64976F
(100,151,111)
#72A07C
(114,160,124)
#80A989
(128,169,137)
#8EB296
(142,178,150)
#9CBBA3
(156,187,163)
#AAC4B0
(170,196,176)
#B8CDBD
(184,205,189)
#C6D6CA
(198,214,202)
#D4DFD7
(212,223,215)
#E2E8E4
(226,232,228)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64976F color. Also use rgb(100,151,111) instead hex code.

Text Font Color

.myTextColor { color: #64976F; }

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

This text font color is #64976F.


Background Color

.myBgColor { background-color: #64976F; }

<div style="background-color:#64976F">Inner text</div>

This div background color is #64976F.


Border color

.myBorderColor { border: 1px solid #64976F; }

<div style="border:3px solid #64976F">Div</div>

This div border color is #64976F.


Opacity

.myOpacity80 { color: #64976F; opacity: 0.8; }

<p style="color:#64976F;opacity:0.8;">80%</p>

Text with #64976F 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 #64976F;}

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

This text has shadow with #64976F color.

.textShadow {text-shadow: 3px 3px 1px #64976F, 3px 3px 1px red;}

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

This text has shadow with #64976F primary color and red secondary color.


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

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

This text has shadow with #64976F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64976F on black background.


Color preview on white background

This text has color #64976F on white background.



Black color preview on #64976F background

This text has black color on #64976F background.


White color preview on #64976F background

This text has white color on #64976F background.