COLOR #64684A

HEX: #64684A
RGB: (100,104,74)

Color info

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

RGB color model

#64684A color RGB value is (100,104,74).

  • red value is 100;
  • green value is 104;
  • blue value is 74.
RGB:
(100,104,74)
(39%,41%,29%)

RGB channels and saturation

R 100 of 255 = 39%
G 104 of 255 = 41%
B 74 of 255 = 29%

100
104
74

R + G + B ~ 36%. #64684A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 104 + 74 = 278 (100%)
R 100 of 278 ~ 35.97%
G 104 of 278 ~ 37.41%
B 74 of 278 ~ 26.62%

%35.97
%37.41
%26.62

CMYK color model

#64684A color CMYK value is (4,0,29,59).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 28.85%
  • key color value is 59.22%
CMYK:
(4,0,29,59)
C4M0Y29K59 
(4%,0%,29%,59%)
(0.04/0.00/0.29/0.59)	

CMYK percentages

%3.85
%0
%28.85
%59.22

Codes

Color #64684A in popluar color models

64684A
RGB10010474
HSL68°16.85%34.90%
HSB/HSV68°28.85%40.78%
CMYK3.85%0.00%28.85%
59.22%

Color #64684A in popluar number systems.

HEX64684A
Decimal10010474
Binary110010011010001001010
Octal144150112

Shades and tints

Shades of #64684A

#64684A
(100,104,74)
#5B5F44
(91,95,68)
#52563E
(82,86,62)
#494D38
(73,77,56)
#404432
(64,68,50)
#373B2C
(55,59,44)
#2E3226
(46,50,38)
#252920
(37,41,32)
#1C201A
(28,32,26)
#131714
(19,23,20)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #64684A

#64684A
(100,104,74)
#72755A
(114,117,90)
#80826A
(128,130,106)
#8E8F7A
(142,143,122)
#9C9C8A
(156,156,138)
#AAA99A
(170,169,154)
#B8B6AA
(184,182,170)
#C6C3BA
(198,195,186)
#D4D0CA
(212,208,202)
#E2DDDA
(226,221,218)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64684A color. Also use rgb(100,104,74) instead hex code.

Text Font Color

.myTextColor { color: #64684A; }

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

This text font color is #64684A.


Background Color

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

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

This div background color is #64684A.


Border color

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

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

This div border color is #64684A.


Opacity

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

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

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

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

This text has shadow with #64684A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64684A on black background.


Color preview on white background

This text has color #64684A on white background.



Black color preview on #64684A background

This text has black color on #64684A background.


White color preview on #64684A background

This text has white color on #64684A background.