COLOR #64956A

HEX: #64956A RGB: (100,149,106)

Color info

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

RGB color model

#64956A color RGB value is (100,149,106).

RGB: (100,149,106) (39%, 58%, 42%)

RGB channels and saturation

R 100 of 255 = 39%
G 149 of 255 = 58%
B 106 of 255 = 42%

100
149
106

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

Portions of RGB colors in percentages

R + G + B = 100 + 149 + 106 = 355 (100%)
R 100 of 355 ~ 28.17%
G 149 of 355 ~ 41.97%
B 106 of 355 ~ 29.86'%

%28.17
%41.97
%29.86

CMYK color model

#64956A color CMYK value is (33,0,29,42).

  • cyan value is 32.89%
  • magenta value is 0.00%
  • yellow value is 28.86%
  • key color value is 41.57%

CMYK: (33,0,29,42)
C33M0Y29K42 (33%, 0%, 29%, 42%)
(0.33 / 0.00 / 0.29 / 0.42)

CMYK percentages

%32.89
%0
%28.86
%41.57

Codes

Color #64956A in popluar color models

64 95 6A
RGB 100 149 106
HSL 127° 19.68% 48.82%
HSB/HSV 127° 32.89% 58.43%
CMYK 32.89% 0.00% 28.86%
41.57%

Color #64956A in popluar number systems.

HEX 64 95 6A
Decimal 100 149 106
Binary 1100100 10010101 1101010
Octal 144 225 152

Shades and tints

Shades of #64956A

#64956A
(100,149,106)
#5B8861
(91,136,97)
#527B58
(82,123,88)
#496E4F
(73,110,79)
#406146
(64,97,70)
#37543D
(55,84,61)
#2E4734
(46,71,52)
#253A2B
(37,58,43)
#1C2D22
(28,45,34)
#132019
(19,32,25)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #64956A

#64956A
(100,149,106)
#729E77
(114,158,119)
#80A784
(128,167,132)
#8EB091
(142,176,145)
#9CB99E
(156,185,158)
#AAC2AB
(170,194,171)
#B8CBB8
(184,203,184)
#C6D4C5
(198,212,197)
#D4DDD2
(212,221,210)
#E2E6DF
(226,230,223)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64956A color. Also use rgb(100,149,106) instead hex code.

Text Font Color

.myTextColor { color: #64956A; }

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

This text font color is #64956A.

Background Color

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

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

This div background color is #64956A.

Border color

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

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

This div border color is #64956A.

Opacity

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

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

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

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

This text has shadow with #64956A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64956A.

Preview

Color preview on black background

This text has color #64956A on black background.


Color preview on white background

This text has color #64956A on white background.


Black color preview on #64956A background

This text has black color on #64956A background.


White color preview on #64956A background

This text has white color on #64956A background.


Related colors

Complementary color

Complementary color for #hex is #9B6A95.


I love getcolorcode.com

Triadic colors

1 #6A6495 and #956A64 with #64956A are triadic colors.

2 #6A9564 and #95646A with #64956A are triadic colors.