COLOR #664A40

HEX: #664A40
RGB: (102,74,64)

Color info

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

RGB color model

#664A40 color RGB value is (102,74,64).

  • red value is 102;
  • green value is 74;
  • blue value is 64.
RGB:
(102,74,64)
(40%,29%,25%)

RGB channels and saturation

R 102 of 255 = 40%
G 74 of 255 = 29%
B 64 of 255 = 25%

102
74
64

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

Portions of RGB colors in percentages

R + G + B =
102 + 74 + 64 = 240 (100%)
R 102 of 240 ~ 42.5%
G 74 of 240 ~ 30.83%
B 64 of 240 ~ 26.67%

%42.5
%30.83
%26.67

CMYK color model

#664A40 color CMYK value is (0,27,37,60).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 37.25%
  • key color value is 60.00%
CMYK:
(0,27,37,60)
C0M27Y37K60 
(0%,27%,37%,60%)
(0.00/0.27/0.37/0.60)	

CMYK percentages

%0
%27.45
%37.25
%60

Codes

Color #664A40 in popluar color models

664A40
RGB1027464
HSL16°22.89%32.55%
HSB/HSV16°37.25%40.00%
CMYK0.00%27.45%37.25%
60.00%

Color #664A40 in popluar number systems.

HEX664A40
Decimal1027464
Binary110011010010101000000
Octal146112100

Shades and tints

Shades of #664A40

#664A40
(102,74,64)
#5D443B
(93,68,59)
#543E36
(84,62,54)
#4B3831
(75,56,49)
#42322C
(66,50,44)
#392C27
(57,44,39)
#302622
(48,38,34)
#27201D
(39,32,29)
#1E1A18
(30,26,24)
#151413
(21,20,19)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #664A40

#664A40
(102,74,64)
#735A51
(115,90,81)
#806A62
(128,106,98)
#8D7A73
(141,122,115)
#9A8A84
(154,138,132)
#A79A95
(167,154,149)
#B4AAA6
(180,170,166)
#C1BAB7
(193,186,183)
#CECAC8
(206,202,200)
#DBDAD9
(219,218,217)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664A40 color. Also use rgb(102,74,64) instead hex code.

Text Font Color

.myTextColor { color: #664A40; }

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

This text font color is #664A40.


Background Color

.myBgColor { background-color: #664A40; }

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

This div background color is #664A40.


Border color

.myBorderColor { border: 1px solid #664A40; }

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

This div border color is #664A40.


Opacity

.myOpacity80 { color: #664A40; opacity: 0.8; }

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

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

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

This text has shadow with #664A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664A40 on black background.


Color preview on white background

This text has color #664A40 on white background.



Black color preview on #664A40 background

This text has black color on #664A40 background.


White color preview on #664A40 background

This text has white color on #664A40 background.