COLOR #664646

HEX: #664646 RGB: (102,70,70)

Color info

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

RGB color model

#664646 color RGB value is (102,70,70).

RGB: (102,70,70) (40%, 27%, 27%)

RGB channels and saturation

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

102
70
70

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

Portions of RGB colors in percentages

R + G + B = 102 + 70 + 70 = 242 (100%)
R 102 of 242 ~ 42.15%
G 70 of 242 ~ 28.93%
B 70 of 242 ~ 28.93'%

%42.15
%28.93
%28.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 31.37%
  • key color value is 60.00%

CMYK: (0,31,31,60)
C0M31Y31K60 (0%, 31%, 31%, 60%)
(0.00 / 0.31 / 0.31 / 0.60)

CMYK percentages

%0
%31.37
%31.37
%60

Codes

Color #664646 in popluar color models

66 46 46
RGB 102 70 70
HSL 18.60% 33.73%
HSB/HSV 31.37% 40.00%
CMYK 0.00% 31.37% 31.37%
60.00%

Color #664646 in popluar number systems.

HEX 66 46 46
Decimal 102 70 70
Binary 1100110 1000110 1000110
Octal 146 106 106

Shades and tints

Shades of #664646

#664646
(102,70,70)
#5D4040
(93,64,64)
#543A3A
(84,58,58)
#4B3434
(75,52,52)
#422E2E
(66,46,46)
#392828
(57,40,40)
#302222
(48,34,34)
#271C1C
(39,28,28)
#1E1616
(30,22,22)
#151010
(21,16,16)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #664646

#664646
(102,70,70)
#735656
(115,86,86)
#806666
(128,102,102)
#8D7676
(141,118,118)
#9A8686
(154,134,134)
#A79696
(167,150,150)
#B4A6A6
(180,166,166)
#C1B6B6
(193,182,182)
#CEC6C6
(206,198,198)
#DBD6D6
(219,214,214)
#E8E6E6
(232,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664646; }

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

This text font color is #664646.

Background Color

.myBgColor { background-color: #664646; }

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

This div background color is #664646.

Border color

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

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

This div border color is #664646.

Opacity

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

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

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

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

This text has shadow with #664646 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #664646.

Preview

Color preview on black background

This text has color #664646 on black background.


Color preview on white background

This text has color #664646 on white background.


Black color preview on #664646 background

This text has black color on #664646 background.


White color preview on #664646 background

This text has white color on #664646 background.


Related colors

Complementary color

Complementary color for #hex is #99B9B9.


I love getcolorcode.com