COLOR #64804C

HEX: #64804C RGB: (100,128,76)

Color info

#64804C contains red, green and blue colors in about the same proportion. Web safe color of #64804C is #666633 (or #663).

RGB color model

#64804C color RGB value is (100,128,76).

RGB: (100,128,76) (39%, 50%, 30%)

RGB channels and saturation

R 100 of 255 = 39%
G 128 of 255 = 50%
B 76 of 255 = 30%

100
128
76

R + G + B ~ 40%. #64804C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 128 + 76 = 304 (100%)
R 100 of 304 ~ 32.89%
G 128 of 304 ~ 42.11%
B 76 of 304 ~ 25'%

%32.89
%42.11
%25

CMYK color model

#64804C color CMYK value is (22,0,41,50).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 49.80%

CMYK: (22,0,41,50)
C22M0Y41K50 (22%, 0%, 41%, 50%)
(0.22 / 0.00 / 0.41 / 0.50)

CMYK percentages

%21.88
%0
%40.63
%49.8

Codes

Color #64804C in popluar color models

64 80 4C
RGB 100 128 76
HSL 92° 25.49% 40.00%
HSB/HSV 92° 40.63% 50.20%
CMYK 21.88% 0.00% 40.63%
49.80%

Color #64804C in popluar number systems.

HEX 64 80 4C
Decimal 100 128 76
Binary 1100100 10000000 1001100
Octal 144 200 114

Shades and tints

Shades of #64804C

#64804C
(100,128,76)
#5B7546
(91,117,70)
#526A40
(82,106,64)
#495F3A
(73,95,58)
#405434
(64,84,52)
#37492E
(55,73,46)
#2E3E28
(46,62,40)
#253322
(37,51,34)
#1C281C
(28,40,28)
#131D16
(19,29,22)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #64804C

#64804C
(100,128,76)
#728B5C
(114,139,92)
#80966C
(128,150,108)
#8EA17C
(142,161,124)
#9CAC8C
(156,172,140)
#AAB79C
(170,183,156)
#B8C2AC
(184,194,172)
#C6CDBC
(198,205,188)
#D4D8CC
(212,216,204)
#E2E3DC
(226,227,220)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64804C color. Also use rgb(100,128,76) instead hex code.

Text Font Color

.myTextColor { color: #64804C; }

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

This text font color is #64804C.

Background Color

.myBgColor { background-color: #64804C; }

<div style="background-color:#64804C">Inner text</div>

This div background color is #64804C.

Border color

.myBorderColor { border: 1px solid #64804C; }

<div style="border:3px solid #64804C">Div</div>

This div border color is #64804C.

Opacity

.myOpacity80 { color: #64804C; opacity: 0.8; }

<p style="color:#64804C;opacity:0.8;">80%</p>

Text with #64804C 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 #64804C;}

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

This text has shadow with #64804C color.


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

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

This text has shadow with #64804C primary color and red secondary color.


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

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

This text has shadow with #64804C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #64804C.

Preview

Color preview on black background

This text has color #64804C on black background.


Color preview on white background

This text has color #64804C on white background.


Black color preview on #64804C background

This text has black color on #64804C background.


White color preview on #64804C background

This text has white color on #64804C background.


Related colors

Complementary color

Complementary color for #hex is #9B7FB3.


I love getcolorcode.com

Triadic colors

1 #4C6480 and #804C64 with #64804C are triadic colors.

2 #4C8064 and #80644C with #64804C are triadic colors.