COLOR #664940

HEX: #664940
RGB: (102,73,64)

Color info

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

RGB color model

#664940 color RGB value is (102,73,64).

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

RGB channels and saturation

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

102
73
64

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

Portions of RGB colors in percentages

R + G + B =
102 + 73 + 64 = 239 (100%)
R 102 of 239 ~ 42.68%
G 73 of 239 ~ 30.54%
B 64 of 239 ~ 26.78%

%42.68
%30.54
%26.78

CMYK color model

#664940 color CMYK value is (0,28,37,60).

  • cyan value is 0.00%
  • magenta value is 28.43%
  • yellow value is 37.25%
  • key color value is 60.00%
CMYK:
(0,28,37,60)
C0M28Y37K60 
(0%,28%,37%,60%)
(0.00/0.28/0.37/0.60)	

CMYK percentages

%0
%28.43
%37.25
%60

Codes

Color #664940 in popluar color models

664940
RGB1027364
HSL14°22.89%32.55%
HSB/HSV14°37.25%40.00%
CMYK0.00%28.43%37.25%
60.00%

Color #664940 in popluar number systems.

HEX664940
Decimal1027364
Binary110011010010011000000
Octal146111100

Shades and tints

Shades of #664940

#664940
(102,73,64)
#5D433B
(93,67,59)
#543D36
(84,61,54)
#4B3731
(75,55,49)
#42312C
(66,49,44)
#392B27
(57,43,39)
#302522
(48,37,34)
#271F1D
(39,31,29)
#1E1918
(30,25,24)
#151313
(21,19,19)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #664940

#664940
(102,73,64)
#735951
(115,89,81)
#806962
(128,105,98)
#8D7973
(141,121,115)
#9A8984
(154,137,132)
#A79995
(167,153,149)
#B4A9A6
(180,169,166)
#C1B9B7
(193,185,183)
#CEC9C8
(206,201,200)
#DBD9D9
(219,217,217)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664940; }

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

This text font color is #664940.


Background Color

.myBgColor { background-color: #664940; }

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

This div background color is #664940.


Border color

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

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

This div border color is #664940.


Opacity

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

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

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

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

This text has shadow with #664940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664940 on black background.


Color preview on white background

This text has color #664940 on white background.



Black color preview on #664940 background

This text has black color on #664940 background.


White color preview on #664940 background

This text has white color on #664940 background.