COLOR #664448

HEX: #664448
RGB: (102,68,72)

Color info

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

RGB color model

#664448 color RGB value is (102,68,72).

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

RGB channels and saturation

R 102 of 255 = 40%
G 68 of 255 = 27%
B 72 of 255 = 28%

102
68
72

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

Portions of RGB colors in percentages

R + G + B =
102 + 68 + 72 = 242 (100%)
R 102 of 242 ~ 42.15%
G 68 of 242 ~ 28.1%
B 72 of 242 ~ 29.75%

%42.15
%28.1
%29.75

CMYK color model

#664448 color CMYK value is (0,33,29,60).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 29.41%
  • key color value is 60.00%
CMYK:
(0,33,29,60)
C0M33Y29K60 
(0%,33%,29%,60%)
(0.00/0.33/0.29/0.60)	

CMYK percentages

%0
%33.33
%29.41
%60

Codes

Color #664448 in popluar color models

664448
RGB1026872
HSL353°20.00%33.33%
HSB/HSV353°33.33%40.00%
CMYK0.00%33.33%29.41%
60.00%

Color #664448 in popluar number systems.

HEX664448
Decimal1026872
Binary110011010001001001000
Octal146104110

Shades and tints

Shades of #664448

#664448
(102,68,72)
#5D3E42
(93,62,66)
#54383C
(84,56,60)
#4B3236
(75,50,54)
#422C30
(66,44,48)
#39262A
(57,38,42)
#302024
(48,32,36)
#271A1E
(39,26,30)
#1E1418
(30,20,24)
#150E12
(21,14,18)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #664448

#664448
(102,68,72)
#735558
(115,85,88)
#806668
(128,102,104)
#8D7778
(141,119,120)
#9A8888
(154,136,136)
#A79998
(167,153,152)
#B4AAA8
(180,170,168)
#C1BBB8
(193,187,184)
#CECCC8
(206,204,200)
#DBDDD8
(219,221,216)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664448; }

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

This text font color is #664448.


Background Color

.myBgColor { background-color: #664448; }

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

This div background color is #664448.


Border color

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

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

This div border color is #664448.


Opacity

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

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

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

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

This text has shadow with #664448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664448 on black background.


Color preview on white background

This text has color #664448 on white background.



Black color preview on #664448 background

This text has black color on #664448 background.


White color preview on #664448 background

This text has white color on #664448 background.