COLOR #64784F

HEX: #64784F
RGB: (100,120,79)

Color info

#64784F contains red, green and blue colors in about the same proportion. Web safe color of #64784F is #666666 (or #666).

RGB color model

#64784F color RGB value is (100,120,79).

  • red value is 100;
  • green value is 120;
  • blue value is 79.
RGB:
(100,120,79)
(39%,47%,31%)

RGB channels and saturation

R 100 of 255 = 39%
G 120 of 255 = 47%
B 79 of 255 = 31%

100
120
79

R + G + B ~ 39%. #64784F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 120 + 79 = 299 (100%)
R 100 of 299 ~ 33.44%
G 120 of 299 ~ 40.13%
B 79 of 299 ~ 26.42%

%33.44
%40.13
%26.42

CMYK color model

#64784F color CMYK value is (17,0,34,53).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 34.17%
  • key color value is 52.94%
CMYK:
(17,0,34,53)
C17M0Y34K53 
(17%,0%,34%,53%)
(0.17/0.00/0.34/0.53)	

CMYK percentages

%16.67
%0
%34.17
%52.94

Codes

Color #64784F in popluar color models

64784F
RGB10012079
HSL89°20.60%39.02%
HSB/HSV89°34.17%47.06%
CMYK16.67%0.00%34.17%
52.94%

Color #64784F in popluar number systems.

HEX64784F
Decimal10012079
Binary110010011110001001111
Octal144170117

Shades and tints

Shades of #64784F

#64784F
(100,120,79)
#5B6E48
(91,110,72)
#526441
(82,100,65)
#495A3A
(73,90,58)
#405033
(64,80,51)
#37462C
(55,70,44)
#2E3C25
(46,60,37)
#25321E
(37,50,30)
#1C2817
(28,40,23)
#131E10
(19,30,16)
#0A1409
(10,20,9)
#000000
(0,0,0)

Tints of #64784F

#64784F
(100,120,79)
#72845F
(114,132,95)
#80906F
(128,144,111)
#8E9C7F
(142,156,127)
#9CA88F
(156,168,143)
#AAB49F
(170,180,159)
#B8C0AF
(184,192,175)
#C6CCBF
(198,204,191)
#D4D8CF
(212,216,207)
#E2E4DF
(226,228,223)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64784F color. Also use rgb(100,120,79) instead hex code.

Text Font Color

.myTextColor { color: #64784F; }

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

This text font color is #64784F.


Background Color

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

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

This div background color is #64784F.


Border color

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

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

This div border color is #64784F.


Opacity

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

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

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

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

This text has shadow with #64784F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64784F on black background.


Color preview on white background

This text has color #64784F on white background.



Black color preview on #64784F background

This text has black color on #64784F background.


White color preview on #64784F background

This text has white color on #64784F background.