COLOR #64464C

HEX: #64464C
RGB: (100,70,76)

Color info

#64464C contains red, green and blue colors in about the same proportion. Web safe color of #64464C is #663333 (or #633).

RGB color model

#64464C color RGB value is (100,70,76).

  • red value is 100;
  • green value is 70;
  • blue value is 76.
RGB:
(100,70,76)
(39%,27%,30%)

RGB channels and saturation

R 100 of 255 = 39%
G 70 of 255 = 27%
B 76 of 255 = 30%

100
70
76

R + G + B ~ 32%. #64464C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 70 + 76 = 246 (100%)
R 100 of 246 ~ 40.65%
G 70 of 246 ~ 28.46%
B 76 of 246 ~ 30.89%

%40.65
%28.46
%30.89

CMYK color model

#64464C color CMYK value is (0,30,24,61).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 24.00%
  • key color value is 60.78%
CMYK:
(0,30,24,61)
C0M30Y24K61 
(0%,30%,24%,61%)
(0.00/0.30/0.24/0.61)	

CMYK percentages

%0
%30
%24
%60.78

Codes

Color #64464C in popluar color models

64464C
RGB1007076
HSL348°17.65%33.33%
HSB/HSV348°30.00%39.22%
CMYK0.00%30.00%24.00%
60.78%

Color #64464C in popluar number systems.

HEX64464C
Decimal1007076
Binary110010010001101001100
Octal144106114

Shades and tints

Shades of #64464C

#64464C
(100,70,76)
#5B4046
(91,64,70)
#523A40
(82,58,64)
#49343A
(73,52,58)
#402E34
(64,46,52)
#37282E
(55,40,46)
#2E2228
(46,34,40)
#251C22
(37,28,34)
#1C161C
(28,22,28)
#131016
(19,16,22)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #64464C

#64464C
(100,70,76)
#72565C
(114,86,92)
#80666C
(128,102,108)
#8E767C
(142,118,124)
#9C868C
(156,134,140)
#AA969C
(170,150,156)
#B8A6AC
(184,166,172)
#C6B6BC
(198,182,188)
#D4C6CC
(212,198,204)
#E2D6DC
(226,214,220)
#F0E6EC
(240,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64464C; }

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

This text font color is #64464C.


Background Color

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

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

This div background color is #64464C.


Border color

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

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

This div border color is #64464C.


Opacity

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

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

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

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

This text has shadow with #64464C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64464C on black background.


Color preview on white background

This text has color #64464C on white background.



Black color preview on #64464C background

This text has black color on #64464C background.


White color preview on #64464C background

This text has white color on #64464C background.