COLOR #64977A

HEX: #64977A
RGB: (100,151,122)

Color info

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

RGB color model

#64977A color RGB value is (100,151,122).

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

RGB channels and saturation

R 100 of 255 = 39%
G 151 of 255 = 59%
B 122 of 255 = 48%

100
151
122

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

Portions of RGB colors in percentages

R + G + B =
100 + 151 + 122 = 373 (100%)
R 100 of 373 ~ 26.81%
G 151 of 373 ~ 40.48%
B 122 of 373 ~ 32.71%

%26.81
%40.48
%32.71

CMYK color model

#64977A color CMYK value is (34,0,19,41).

  • cyan value is 33.77%
  • magenta value is 0.00%
  • yellow value is 19.21%
  • key color value is 40.78%
CMYK:
(34,0,19,41)
C34M0Y19K41 
(34%,0%,19%,41%)
(0.34/0.00/0.19/0.41)	

CMYK percentages

%33.77
%0
%19.21
%40.78

Codes

Color #64977A in popluar color models

64977A
RGB100151122
HSL146°20.32%49.22%
HSB/HSV146°33.77%59.22%
CMYK33.77%0.00%19.21%
40.78%

Color #64977A in popluar number systems.

HEX64977A
Decimal100151122
Binary1100100100101111111010
Octal144227172

Shades and tints

Shades of #64977A

#64977A
(100,151,122)
#5B8A6F
(91,138,111)
#527D64
(82,125,100)
#497059
(73,112,89)
#40634E
(64,99,78)
#375643
(55,86,67)
#2E4938
(46,73,56)
#253C2D
(37,60,45)
#1C2F22
(28,47,34)
#132217
(19,34,23)
#0A150C
(10,21,12)
#000000
(0,0,0)

Tints of #64977A

#64977A
(100,151,122)
#72A086
(114,160,134)
#80A992
(128,169,146)
#8EB29E
(142,178,158)
#9CBBAA
(156,187,170)
#AAC4B6
(170,196,182)
#B8CDC2
(184,205,194)
#C6D6CE
(198,214,206)
#D4DFDA
(212,223,218)
#E2E8E6
(226,232,230)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64977A; }

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

This text font color is #64977A.


Background Color

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

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

This div background color is #64977A.


Border color

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

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

This div border color is #64977A.


Opacity

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

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

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

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

This text has shadow with #64977A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64977A on black background.


Color preview on white background

This text has color #64977A on white background.



Black color preview on #64977A background

This text has black color on #64977A background.


White color preview on #64977A background

This text has white color on #64977A background.