COLOR #664F39

HEX: #664F39
RGB: (102,79,57)

Color info

#664F39 contains red, green and blue colors in about the same proportion. Web safe color of #664F39 is #666633 (or #663).

RGB color model

#664F39 color RGB value is (102,79,57).

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

RGB channels and saturation

R 102 of 255 = 40%
G 79 of 255 = 31%
B 57 of 255 = 22%

102
79
57

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

Portions of RGB colors in percentages

R + G + B =
102 + 79 + 57 = 238 (100%)
R 102 of 238 ~ 42.86%
G 79 of 238 ~ 33.19%
B 57 of 238 ~ 23.95%

%42.86
%33.19
%23.95

CMYK color model

#664F39 color CMYK value is (0,23,44,60).

  • cyan value is 0.00%
  • magenta value is 22.55%
  • yellow value is 44.12%
  • key color value is 60.00%
CMYK:
(0,23,44,60)
C0M23Y44K60 
(0%,23%,44%,60%)
(0.00/0.23/0.44/0.60)	

CMYK percentages

%0
%22.55
%44.12
%60

Codes

Color #664F39 in popluar color models

664F39
RGB1027957
HSL29°28.30%31.18%
HSB/HSV29°44.12%40.00%
CMYK0.00%22.55%44.12%
60.00%

Color #664F39 in popluar number systems.

HEX664F39
Decimal1027957
Binary11001101001111111001
Octal14611771

Shades and tints

Shades of #664F39

#664F39
(102,79,57)
#5D4834
(93,72,52)
#54412F
(84,65,47)
#4B3A2A
(75,58,42)
#423325
(66,51,37)
#392C20
(57,44,32)
#30251B
(48,37,27)
#271E16
(39,30,22)
#1E1711
(30,23,17)
#15100C
(21,16,12)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #664F39

#664F39
(102,79,57)
#735F4B
(115,95,75)
#806F5D
(128,111,93)
#8D7F6F
(141,127,111)
#9A8F81
(154,143,129)
#A79F93
(167,159,147)
#B4AFA5
(180,175,165)
#C1BFB7
(193,191,183)
#CECFC9
(206,207,201)
#DBDFDB
(219,223,219)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664F39; }

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

This text font color is #664F39.


Background Color

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

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

This div background color is #664F39.


Border color

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

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

This div border color is #664F39.


Opacity

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

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

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

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

This text has shadow with #664F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664F39 on black background.


Color preview on white background

This text has color #664F39 on white background.



Black color preview on #664F39 background

This text has black color on #664F39 background.


White color preview on #664F39 background

This text has white color on #664F39 background.