COLOR #664649

HEX: #664649
RGB: (102,70,73)

Color info

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

RGB color model

#664649 color RGB value is (102,70,73).

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

RGB channels and saturation

R 102 of 255 = 40%
G 70 of 255 = 27%
B 73 of 255 = 29%

102
70
73

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

Portions of RGB colors in percentages

R + G + B =
102 + 70 + 73 = 245 (100%)
R 102 of 245 ~ 41.63%
G 70 of 245 ~ 28.57%
B 73 of 245 ~ 29.8%

%41.63
%28.57
%29.8

CMYK color model

#664649 color CMYK value is (0,31,28,60).

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 28.43%
  • key color value is 60.00%
CMYK:
(0,31,28,60)
C0M31Y28K60 
(0%,31%,28%,60%)
(0.00/0.31/0.28/0.60)	

CMYK percentages

%0
%31.37
%28.43
%60

Codes

Color #664649 in popluar color models

664649
RGB1027073
HSL354°18.60%33.73%
HSB/HSV354°31.37%40.00%
CMYK0.00%31.37%28.43%
60.00%

Color #664649 in popluar number systems.

HEX664649
Decimal1027073
Binary110011010001101001001
Octal146106111

Shades and tints

Shades of #664649

#664649
(102,70,73)
#5D4043
(93,64,67)
#543A3D
(84,58,61)
#4B3437
(75,52,55)
#422E31
(66,46,49)
#39282B
(57,40,43)
#302225
(48,34,37)
#271C1F
(39,28,31)
#1E1619
(30,22,25)
#151013
(21,16,19)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #664649

#664649
(102,70,73)
#735659
(115,86,89)
#806669
(128,102,105)
#8D7679
(141,118,121)
#9A8689
(154,134,137)
#A79699
(167,150,153)
#B4A6A9
(180,166,169)
#C1B6B9
(193,182,185)
#CEC6C9
(206,198,201)
#DBD6D9
(219,214,217)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664649; }

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

This text font color is #664649.


Background Color

.myBgColor { background-color: #664649; }

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

This div background color is #664649.


Border color

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

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

This div border color is #664649.


Opacity

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

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

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

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

This text has shadow with #664649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664649 on black background.


Color preview on white background

This text has color #664649 on white background.



Black color preview on #664649 background

This text has black color on #664649 background.


White color preview on #664649 background

This text has white color on #664649 background.