COLOR #664747

HEX: #664747
RGB: (102,71,71)

Color info

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

RGB color model

#664747 color RGB value is (102,71,71).

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

RGB channels and saturation

R 102 of 255 = 40%
G 71 of 255 = 28%
B 71 of 255 = 28%

102
71
71

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

Portions of RGB colors in percentages

R + G + B =
102 + 71 + 71 = 244 (100%)
R 102 of 244 ~ 41.8%
G 71 of 244 ~ 29.1%
B 71 of 244 ~ 29.1%

%41.8
%29.1
%29.1

CMYK color model

#664747 color CMYK value is (0,30,30,60).

  • cyan value is 0.00%
  • magenta value is 30.39%
  • yellow value is 30.39%
  • key color value is 60.00%
CMYK:
(0,30,30,60)
C0M30Y30K60 
(0%,30%,30%,60%)
(0.00/0.30/0.30/0.60)	

CMYK percentages

%0
%30.39
%30.39
%60

Codes

Color #664747 in popluar color models

664747
RGB1027171
HSL17.92%33.92%
HSB/HSV30.39%40.00%
CMYK0.00%30.39%30.39%
60.00%

Color #664747 in popluar number systems.

HEX664747
Decimal1027171
Binary110011010001111000111
Octal146107107

Shades and tints

Shades of #664747

#664747
(102,71,71)
#5D4141
(93,65,65)
#543B3B
(84,59,59)
#4B3535
(75,53,53)
#422F2F
(66,47,47)
#392929
(57,41,41)
#302323
(48,35,35)
#271D1D
(39,29,29)
#1E1717
(30,23,23)
#151111
(21,17,17)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #664747

#664747
(102,71,71)
#735757
(115,87,87)
#806767
(128,103,103)
#8D7777
(141,119,119)
#9A8787
(154,135,135)
#A79797
(167,151,151)
#B4A7A7
(180,167,167)
#C1B7B7
(193,183,183)
#CEC7C7
(206,199,199)
#DBD7D7
(219,215,215)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664747; }

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

This text font color is #664747.


Background Color

.myBgColor { background-color: #664747; }

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

This div background color is #664747.


Border color

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

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

This div border color is #664747.


Opacity

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

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

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

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

This text has shadow with #664747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664747 on black background.


Color preview on white background

This text has color #664747 on white background.



Black color preview on #664747 background

This text has black color on #664747 background.


White color preview on #664747 background

This text has white color on #664747 background.