COLOR #664C28

HEX: #664C28
RGB: (102,76,40)

Color info

#664C28 contains mainly red and green colors. Web safe color of #664C28 is #663333 (or #633).

RGB color model

#664C28 color RGB value is (102,76,40).

  • red value is 102;
  • green value is 76;
  • blue value is 40.
RGB:
(102,76,40)
(40%,30%,16%)

RGB channels and saturation

R 102 of 255 = 40%
G 76 of 255 = 30%
B 40 of 255 = 16%

102
76
40

R + G + B ~ 29%. #664C28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 76 + 40 = 218 (100%)
R 102 of 218 ~ 46.79%
G 76 of 218 ~ 34.86%
B 40 of 218 ~ 18.35%

%46.79
%34.86
%18.35

CMYK color model

#664C28 color CMYK value is (0,25,61,60).

  • cyan value is 0.00%
  • magenta value is 25.49%
  • yellow value is 60.78%
  • key color value is 60.00%
CMYK:
(0,25,61,60)
C0M25Y61K60 
(0%,25%,61%,60%)
(0.00/0.25/0.61/0.60)	

CMYK percentages

%0
%25.49
%60.78
%60

Codes

Color #664C28 in popluar color models

664C28
RGB1027640
HSL35°43.66%27.84%
HSB/HSV35°60.78%40.00%
CMYK0.00%25.49%60.78%
60.00%

Color #664C28 in popluar number systems.

HEX664C28
Decimal1027640
Binary11001101001100101000
Octal14611450

Shades and tints

Shades of #664C28

#664C28
(102,76,40)
#5D4625
(93,70,37)
#544022
(84,64,34)
#4B3A1F
(75,58,31)
#42341C
(66,52,28)
#392E19
(57,46,25)
#302816
(48,40,22)
#272213
(39,34,19)
#1E1C10
(30,28,16)
#15160D
(21,22,13)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #664C28

#664C28
(102,76,40)
#735C3B
(115,92,59)
#806C4E
(128,108,78)
#8D7C61
(141,124,97)
#9A8C74
(154,140,116)
#A79C87
(167,156,135)
#B4AC9A
(180,172,154)
#C1BCAD
(193,188,173)
#CECCC0
(206,204,192)
#DBDCD3
(219,220,211)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664C28 color. Also use rgb(102,76,40) instead hex code.

Text Font Color

.myTextColor { color: #664C28; }

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

This text font color is #664C28.


Background Color

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

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

This div background color is #664C28.


Border color

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

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

This div border color is #664C28.


Opacity

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

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

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

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

This text has shadow with #664C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664C28 on black background.


Color preview on white background

This text has color #664C28 on white background.



Black color preview on #664C28 background

This text has black color on #664C28 background.


White color preview on #664C28 background

This text has white color on #664C28 background.