COLOR #64414A

HEX: #64414A
RGB: (100,65,74)

Color info

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

RGB color model

#64414A color RGB value is (100,65,74).

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

RGB channels and saturation

R 100 of 255 = 39%
G 65 of 255 = 25%
B 74 of 255 = 29%

100
65
74

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

Portions of RGB colors in percentages

R + G + B =
100 + 65 + 74 = 239 (100%)
R 100 of 239 ~ 41.84%
G 65 of 239 ~ 27.2%
B 74 of 239 ~ 30.96%

%41.84
%27.2
%30.96

CMYK color model

#64414A color CMYK value is (0,35,26,61).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 26.00%
  • key color value is 60.78%
CMYK:
(0,35,26,61)
C0M35Y26K61 
(0%,35%,26%,61%)
(0.00/0.35/0.26/0.61)	

CMYK percentages

%0
%35
%26
%60.78

Codes

Color #64414A in popluar color models

64414A
RGB1006574
HSL345°21.21%32.35%
HSB/HSV345°35.00%39.22%
CMYK0.00%35.00%26.00%
60.78%

Color #64414A in popluar number systems.

HEX64414A
Decimal1006574
Binary110010010000011001010
Octal144101112

Shades and tints

Shades of #64414A

#64414A
(100,65,74)
#5B3C44
(91,60,68)
#52373E
(82,55,62)
#493238
(73,50,56)
#402D32
(64,45,50)
#37282C
(55,40,44)
#2E2326
(46,35,38)
#251E20
(37,30,32)
#1C191A
(28,25,26)
#131414
(19,20,20)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #64414A

#64414A
(100,65,74)
#72525A
(114,82,90)
#80636A
(128,99,106)
#8E747A
(142,116,122)
#9C858A
(156,133,138)
#AA969A
(170,150,154)
#B8A7AA
(184,167,170)
#C6B8BA
(198,184,186)
#D4C9CA
(212,201,202)
#E2DADA
(226,218,218)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64414A; }

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

This text font color is #64414A.


Background Color

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

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

This div background color is #64414A.


Border color

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

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

This div border color is #64414A.


Opacity

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

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

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

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

This text has shadow with #64414A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64414A on black background.


Color preview on white background

This text has color #64414A on white background.



Black color preview on #64414A background

This text has black color on #64414A background.


White color preview on #64414A background

This text has white color on #64414A background.