COLOR #644448

HEX: #644448
RGB: (100,68,72)

Color info

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

RGB color model

#644448 color RGB value is (100,68,72).

  • red value is 100;
  • green value is 68;
  • blue value is 72.
RGB:
(100,68,72)
(39%,27%,28%)

RGB channels and saturation

R 100 of 255 = 39%
G 68 of 255 = 27%
B 72 of 255 = 28%

100
68
72

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

Portions of RGB colors in percentages

R + G + B =
100 + 68 + 72 = 240 (100%)
R 100 of 240 ~ 41.67%
G 68 of 240 ~ 28.33%
B 72 of 240 ~ 30%

%41.67
%28.33
%30

CMYK color model

#644448 color CMYK value is (0,32,28,61).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 28.00%
  • key color value is 60.78%
CMYK:
(0,32,28,61)
C0M32Y28K61 
(0%,32%,28%,61%)
(0.00/0.32/0.28/0.61)	

CMYK percentages

%0
%32
%28
%60.78

Codes

Color #644448 in popluar color models

644448
RGB1006872
HSL353°19.05%32.94%
HSB/HSV353°32.00%39.22%
CMYK0.00%32.00%28.00%
60.78%

Color #644448 in popluar number systems.

HEX644448
Decimal1006872
Binary110010010001001001000
Octal144104110

Shades and tints

Shades of #644448

#644448
(100,68,72)
#5B3E42
(91,62,66)
#52383C
(82,56,60)
#493236
(73,50,54)
#402C30
(64,44,48)
#37262A
(55,38,42)
#2E2024
(46,32,36)
#251A1E
(37,26,30)
#1C1418
(28,20,24)
#130E12
(19,14,18)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #644448

#644448
(100,68,72)
#725558
(114,85,88)
#806668
(128,102,104)
#8E7778
(142,119,120)
#9C8888
(156,136,136)
#AA9998
(170,153,152)
#B8AAA8
(184,170,168)
#C6BBB8
(198,187,184)
#D4CCC8
(212,204,200)
#E2DDD8
(226,221,216)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #644448 color. Also use rgb(100,68,72) instead hex code.

Text Font Color

.myTextColor { color: #644448; }

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

This text font color is #644448.


Background Color

.myBgColor { background-color: #644448; }

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

This div background color is #644448.


Border color

.myBorderColor { border: 1px solid #644448; }

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

This div border color is #644448.


Opacity

.myOpacity80 { color: #644448; opacity: 0.8; }

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

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

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

This text has shadow with #644448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644448 on black background.


Color preview on white background

This text has color #644448 on white background.



Black color preview on #644448 background

This text has black color on #644448 background.


White color preview on #644448 background

This text has white color on #644448 background.