COLOR #64474F

HEX: #64474F
RGB: (100,71,79)

Color info

#64474F contains red, green and blue colors in about the same proportion. Web safe color of #64474F is #663366 (or #636).

RGB color model

#64474F color RGB value is (100,71,79).

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

RGB channels and saturation

R 100 of 255 = 39%
G 71 of 255 = 28%
B 79 of 255 = 31%

100
71
79

R + G + B ~ 33%. #64474F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 71 + 79 = 250 (100%)
R 100 of 250 ~ 40%
G 71 of 250 ~ 28.4%
B 79 of 250 ~ 31.6%

%40
%28.4
%31.6

CMYK color model

#64474F color CMYK value is (0,29,21,61).

  • cyan value is 0.00%
  • magenta value is 29.00%
  • yellow value is 21.00%
  • key color value is 60.78%
CMYK:
(0,29,21,61)
C0M29Y21K61 
(0%,29%,21%,61%)
(0.00/0.29/0.21/0.61)	

CMYK percentages

%0
%29
%21
%60.78

Codes

Color #64474F in popluar color models

64474F
RGB1007179
HSL343°16.96%33.53%
HSB/HSV343°29.00%39.22%
CMYK0.00%29.00%21.00%
60.78%

Color #64474F in popluar number systems.

HEX64474F
Decimal1007179
Binary110010010001111001111
Octal144107117

Shades and tints

Shades of #64474F

#64474F
(100,71,79)
#5B4148
(91,65,72)
#523B41
(82,59,65)
#49353A
(73,53,58)
#402F33
(64,47,51)
#37292C
(55,41,44)
#2E2325
(46,35,37)
#251D1E
(37,29,30)
#1C1717
(28,23,23)
#131110
(19,17,16)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #64474F

#64474F
(100,71,79)
#72575F
(114,87,95)
#80676F
(128,103,111)
#8E777F
(142,119,127)
#9C878F
(156,135,143)
#AA979F
(170,151,159)
#B8A7AF
(184,167,175)
#C6B7BF
(198,183,191)
#D4C7CF
(212,199,207)
#E2D7DF
(226,215,223)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64474F; }

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

This text font color is #64474F.


Background Color

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

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

This div background color is #64474F.


Border color

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

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

This div border color is #64474F.


Opacity

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

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

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

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

This text has shadow with #64474F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64474F on black background.


Color preview on white background

This text has color #64474F on white background.



Black color preview on #64474F background

This text has black color on #64474F background.


White color preview on #64474F background

This text has white color on #64474F background.