COLOR #64764D

HEX: #64764D RGB: (100,118,77)

Color info

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

RGB color model

#64764D color RGB value is (100,118,77).

RGB: (100,118,77) (39%, 46%, 30%)

RGB channels and saturation

R 100 of 255 = 39%
G 118 of 255 = 46%
B 77 of 255 = 30%

100
118
77

R + G + B ~ 38%. #64764D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 118 + 77 = 295 (100%)
R 100 of 295 ~ 33.9%
G 118 of 295 ~ 40%
B 77 of 295 ~ 26.1'%

%33.9
%40
%26.1

CMYK color model

#64764D color CMYK value is (15,0,35,54).

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 34.75%
  • key color value is 53.73%

CMYK: (15,0,35,54)
C15M0Y35K54 (15%, 0%, 35%, 54%)
(0.15 / 0.00 / 0.35 / 0.54)

CMYK percentages

%15.25
%0
%34.75
%53.73

Codes

Color #64764D in popluar color models

64 76 4D
RGB 100 118 77
HSL 86° 21.03% 38.24%
HSB/HSV 86° 34.75% 46.27%
CMYK 15.25% 0.00% 34.75%
53.73%

Color #64764D in popluar number systems.

HEX 64 76 4D
Decimal 100 118 77
Binary 1100100 1110110 1001101
Octal 144 166 115

Shades and tints

Shades of #64764D

#64764D
(100,118,77)
#5B6C46
(91,108,70)
#52623F
(82,98,63)
#495838
(73,88,56)
#404E31
(64,78,49)
#37442A
(55,68,42)
#2E3A23
(46,58,35)
#25301C
(37,48,28)
#1C2615
(28,38,21)
#131C0E
(19,28,14)
#0A1207
(10,18,7)
#000000
(0,0,0)

Tints of #64764D

#64764D
(100,118,77)
#72825D
(114,130,93)
#808E6D
(128,142,109)
#8E9A7D
(142,154,125)
#9CA68D
(156,166,141)
#AAB29D
(170,178,157)
#B8BEAD
(184,190,173)
#C6CABD
(198,202,189)
#D4D6CD
(212,214,205)
#E2E2DD
(226,226,221)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64764D color. Also use rgb(100,118,77) instead hex code.

Text Font Color

.myTextColor { color: #64764D; }

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

This text font color is #64764D.

Background Color

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

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

This div background color is #64764D.

Border color

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

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

This div border color is #64764D.

Opacity

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

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

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

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

This text has shadow with #64764D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64764D.

Preview

Color preview on black background

This text has color #64764D on black background.


Color preview on white background

This text has color #64764D on white background.


Black color preview on #64764D background

This text has black color on #64764D background.


White color preview on #64764D background

This text has white color on #64764D background.


Related colors

Complementary color

Complementary color for #hex is #9B89B2.


I love getcolorcode.com

Triadic colors

1 #4D6476 and #764D64 with #64764D are triadic colors.

2 #4D7664 and #76644D with #64764D are triadic colors.