COLOR #64706D

HEX: #64706D
RGB: (100,112,109)

Color info

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

RGB color model

#64706D color RGB value is (100,112,109).

  • red value is 100;
  • green value is 112;
  • blue value is 109.
RGB:
(100,112,109)
(39%,44%,43%)

RGB channels and saturation

R 100 of 255 = 39%
G 112 of 255 = 44%
B 109 of 255 = 43%

100
112
109

R + G + B ~ 42%. #64706D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 112 + 109 = 321 (100%)
R 100 of 321 ~ 31.15%
G 112 of 321 ~ 34.89%
B 109 of 321 ~ 33.96%

%31.15
%34.89
%33.96

CMYK color model

#64706D color CMYK value is (11,0,3,56).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 2.68%
  • key color value is 56.08%
CMYK:
(11,0,3,56)
C11M0Y3K56 
(11%,0%,3%,56%)
(0.11/0.00/0.03/0.56)	

CMYK percentages

%10.71
%0
%2.68
%56.08

Codes

Color #64706D in popluar color models

64706D
RGB100112109
HSL165°5.66%41.57%
HSB/HSV165°10.71%43.92%
CMYK10.71%0.00%2.68%
56.08%

Color #64706D in popluar number systems.

HEX64706D
Decimal100112109
Binary110010011100001101101
Octal144160155

Shades and tints

Shades of #64706D

#64706D
(100,112,109)
#5B6664
(91,102,100)
#525C5B
(82,92,91)
#495252
(73,82,82)
#404849
(64,72,73)
#373E40
(55,62,64)
#2E3437
(46,52,55)
#252A2E
(37,42,46)
#1C2025
(28,32,37)
#13161C
(19,22,28)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #64706D

#64706D
(100,112,109)
#727D7A
(114,125,122)
#808A87
(128,138,135)
#8E9794
(142,151,148)
#9CA4A1
(156,164,161)
#AAB1AE
(170,177,174)
#B8BEBB
(184,190,187)
#C6CBC8
(198,203,200)
#D4D8D5
(212,216,213)
#E2E5E2
(226,229,226)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64706D color. Also use rgb(100,112,109) instead hex code.

Text Font Color

.myTextColor { color: #64706D; }

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

This text font color is #64706D.


Background Color

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

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

This div background color is #64706D.


Border color

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

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

This div border color is #64706D.


Opacity

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

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

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

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

This text has shadow with #64706D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64706D on black background.


Color preview on white background

This text has color #64706D on white background.



Black color preview on #64706D background

This text has black color on #64706D background.


White color preview on #64706D background

This text has white color on #64706D background.