COLOR #664A39

HEX: #664A39
RGB: (102,74,57)

Color info

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

RGB color model

#664A39 color RGB value is (102,74,57).

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

RGB channels and saturation

R 102 of 255 = 40%
G 74 of 255 = 29%
B 57 of 255 = 22%

102
74
57

R + G + B ~ 30%. #664A39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 74 + 57 = 233 (100%)
R 102 of 233 ~ 43.78%
G 74 of 233 ~ 31.76%
B 57 of 233 ~ 24.46%

%43.78
%31.76
%24.46

CMYK color model

#664A39 color CMYK value is (0,27,44,60).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 44.12%
  • key color value is 60.00%
CMYK:
(0,27,44,60)
C0M27Y44K60 
(0%,27%,44%,60%)
(0.00/0.27/0.44/0.60)	

CMYK percentages

%0
%27.45
%44.12
%60

Codes

Color #664A39 in popluar color models

664A39
RGB1027457
HSL23°28.30%31.18%
HSB/HSV23°44.12%40.00%
CMYK0.00%27.45%44.12%
60.00%

Color #664A39 in popluar number systems.

HEX664A39
Decimal1027457
Binary11001101001010111001
Octal14611271

Shades and tints

Shades of #664A39

#664A39
(102,74,57)
#5D4434
(93,68,52)
#543E2F
(84,62,47)
#4B382A
(75,56,42)
#423225
(66,50,37)
#392C20
(57,44,32)
#30261B
(48,38,27)
#272016
(39,32,22)
#1E1A11
(30,26,17)
#15140C
(21,20,12)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #664A39

#664A39
(102,74,57)
#735A4B
(115,90,75)
#806A5D
(128,106,93)
#8D7A6F
(141,122,111)
#9A8A81
(154,138,129)
#A79A93
(167,154,147)
#B4AAA5
(180,170,165)
#C1BAB7
(193,186,183)
#CECAC9
(206,202,201)
#DBDADB
(219,218,219)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664A39; }

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

This text font color is #664A39.


Background Color

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

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

This div background color is #664A39.


Border color

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

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

This div border color is #664A39.


Opacity

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

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

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

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

This text has shadow with #664A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664A39 on black background.


Color preview on white background

This text has color #664A39 on white background.



Black color preview on #664A39 background

This text has black color on #664A39 background.


White color preview on #664A39 background

This text has white color on #664A39 background.