COLOR #664249

HEX: #664249
RGB: (102,66,73)

Color info

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

RGB color model

#664249 color RGB value is (102,66,73).

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

RGB channels and saturation

R 102 of 255 = 40%
G 66 of 255 = 26%
B 73 of 255 = 29%

102
66
73

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

Portions of RGB colors in percentages

R + G + B =
102 + 66 + 73 = 241 (100%)
R 102 of 241 ~ 42.32%
G 66 of 241 ~ 27.39%
B 73 of 241 ~ 30.29%

%42.32
%27.39
%30.29

CMYK color model

#664249 color CMYK value is (0,35,28,60).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 28.43%
  • key color value is 60.00%
CMYK:
(0,35,28,60)
C0M35Y28K60 
(0%,35%,28%,60%)
(0.00/0.35/0.28/0.60)	

CMYK percentages

%0
%35.29
%28.43
%60

Codes

Color #664249 in popluar color models

664249
RGB1026673
HSL348°21.43%32.94%
HSB/HSV348°35.29%40.00%
CMYK0.00%35.29%28.43%
60.00%

Color #664249 in popluar number systems.

HEX664249
Decimal1026673
Binary110011010000101001001
Octal146102111

Shades and tints

Shades of #664249

#664249
(102,66,73)
#5D3C43
(93,60,67)
#54363D
(84,54,61)
#4B3037
(75,48,55)
#422A31
(66,42,49)
#39242B
(57,36,43)
#301E25
(48,30,37)
#27181F
(39,24,31)
#1E1219
(30,18,25)
#150C13
(21,12,19)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #664249

#664249
(102,66,73)
#735359
(115,83,89)
#806469
(128,100,105)
#8D7579
(141,117,121)
#9A8689
(154,134,137)
#A79799
(167,151,153)
#B4A8A9
(180,168,169)
#C1B9B9
(193,185,185)
#CECAC9
(206,202,201)
#DBDBD9
(219,219,217)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664249; }

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

This text font color is #664249.


Background Color

.myBgColor { background-color: #664249; }

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

This div background color is #664249.


Border color

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

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

This div border color is #664249.


Opacity

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

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

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

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

This text has shadow with #664249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664249 on black background.


Color preview on white background

This text has color #664249 on white background.



Black color preview on #664249 background

This text has black color on #664249 background.


White color preview on #664249 background

This text has white color on #664249 background.