COLOR #664248

HEX: #664248
RGB: (102,66,72)

Color info

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

RGB color model

#664248 color RGB value is (102,66,72).

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

RGB channels and saturation

R 102 of 255 = 40%
G 66 of 255 = 26%
B 72 of 255 = 28%

102
66
72

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

Portions of RGB colors in percentages

R + G + B =
102 + 66 + 72 = 240 (100%)
R 102 of 240 ~ 42.5%
G 66 of 240 ~ 27.5%
B 72 of 240 ~ 30%

%42.5
%27.5
%30

CMYK color model

#664248 color CMYK value is (0,35,29,60).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 29.41%
  • key color value is 60.00%
CMYK:
(0,35,29,60)
C0M35Y29K60 
(0%,35%,29%,60%)
(0.00/0.35/0.29/0.60)	

CMYK percentages

%0
%35.29
%29.41
%60

Codes

Color #664248 in popluar color models

664248
RGB1026672
HSL350°21.43%32.94%
HSB/HSV350°35.29%40.00%
CMYK0.00%35.29%29.41%
60.00%

Color #664248 in popluar number systems.

HEX664248
Decimal1026672
Binary110011010000101001000
Octal146102110

Shades and tints

Shades of #664248

#664248
(102,66,72)
#5D3C42
(93,60,66)
#54363C
(84,54,60)
#4B3036
(75,48,54)
#422A30
(66,42,48)
#39242A
(57,36,42)
#301E24
(48,30,36)
#27181E
(39,24,30)
#1E1218
(30,18,24)
#150C12
(21,12,18)
#0C060C
(12,6,12)
#000000
(0,0,0)

Tints of #664248

#664248
(102,66,72)
#735358
(115,83,88)
#806468
(128,100,104)
#8D7578
(141,117,120)
#9A8688
(154,134,136)
#A79798
(167,151,152)
#B4A8A8
(180,168,168)
#C1B9B8
(193,185,184)
#CECAC8
(206,202,200)
#DBDBD8
(219,219,216)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664248; }

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

This text font color is #664248.


Background Color

.myBgColor { background-color: #664248; }

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

This div background color is #664248.


Border color

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

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

This div border color is #664248.


Opacity

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

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

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

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

This text has shadow with #664248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664248 on black background.


Color preview on white background

This text has color #664248 on white background.



Black color preview on #664248 background

This text has black color on #664248 background.


White color preview on #664248 background

This text has white color on #664248 background.