COLOR #64414C

HEX: #64414C
RGB: (100,65,76)

Color info

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

RGB color model

#64414C color RGB value is (100,65,76).

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

RGB channels and saturation

R 100 of 255 = 39%
G 65 of 255 = 25%
B 76 of 255 = 30%

100
65
76

R + G + B ~ 31%. #64414C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 65 + 76 = 241 (100%)
R 100 of 241 ~ 41.49%
G 65 of 241 ~ 26.97%
B 76 of 241 ~ 31.54%

%41.49
%26.97
%31.54

CMYK color model

#64414C color CMYK value is (0,35,24,61).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 24.00%
  • key color value is 60.78%
CMYK:
(0,35,24,61)
C0M35Y24K61 
(0%,35%,24%,61%)
(0.00/0.35/0.24/0.61)	

CMYK percentages

%0
%35
%24
%60.78

Codes

Color #64414C in popluar color models

64414C
RGB1006576
HSL341°21.21%32.35%
HSB/HSV341°35.00%39.22%
CMYK0.00%35.00%24.00%
60.78%

Color #64414C in popluar number systems.

HEX64414C
Decimal1006576
Binary110010010000011001100
Octal144101114

Shades and tints

Shades of #64414C

#64414C
(100,65,76)
#5B3C46
(91,60,70)
#523740
(82,55,64)
#49323A
(73,50,58)
#402D34
(64,45,52)
#37282E
(55,40,46)
#2E2328
(46,35,40)
#251E22
(37,30,34)
#1C191C
(28,25,28)
#131416
(19,20,22)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #64414C

#64414C
(100,65,76)
#72525C
(114,82,92)
#80636C
(128,99,108)
#8E747C
(142,116,124)
#9C858C
(156,133,140)
#AA969C
(170,150,156)
#B8A7AC
(184,167,172)
#C6B8BC
(198,184,188)
#D4C9CC
(212,201,204)
#E2DADC
(226,218,220)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64414C; }

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

This text font color is #64414C.


Background Color

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

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

This div background color is #64414C.


Border color

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

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

This div border color is #64414C.


Opacity

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

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

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

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

This text has shadow with #64414C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64414C on black background.


Color preview on white background

This text has color #64414C on white background.



Black color preview on #64414C background

This text has black color on #64414C background.


White color preview on #64414C background

This text has white color on #64414C background.