COLOR #664C2B

HEX: #664C2B
RGB: (102,76,43)

Color info

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

RGB color model

#664C2B color RGB value is (102,76,43).

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

RGB channels and saturation

R 102 of 255 = 40%
G 76 of 255 = 30%
B 43 of 255 = 17%

102
76
43

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

Portions of RGB colors in percentages

R + G + B =
102 + 76 + 43 = 221 (100%)
R 102 of 221 ~ 46.15%
G 76 of 221 ~ 34.39%
B 43 of 221 ~ 19.46%

%46.15
%34.39
%19.46

CMYK color model

#664C2B color CMYK value is (0,25,58,60).

  • cyan value is 0.00%
  • magenta value is 25.49%
  • yellow value is 57.84%
  • key color value is 60.00%
CMYK:
(0,25,58,60)
C0M25Y58K60 
(0%,25%,58%,60%)
(0.00/0.25/0.58/0.60)	

CMYK percentages

%0
%25.49
%57.84
%60

Codes

Color #664C2B in popluar color models

664C2B
RGB1027643
HSL34°40.69%28.43%
HSB/HSV34°57.84%40.00%
CMYK0.00%25.49%57.84%
60.00%

Color #664C2B in popluar number systems.

HEX664C2B
Decimal1027643
Binary11001101001100101011
Octal14611453

Shades and tints

Shades of #664C2B

#664C2B
(102,76,43)
#5D4628
(93,70,40)
#544025
(84,64,37)
#4B3A22
(75,58,34)
#42341F
(66,52,31)
#392E1C
(57,46,28)
#302819
(48,40,25)
#272216
(39,34,22)
#1E1C13
(30,28,19)
#151610
(21,22,16)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #664C2B

#664C2B
(102,76,43)
#735C3E
(115,92,62)
#806C51
(128,108,81)
#8D7C64
(141,124,100)
#9A8C77
(154,140,119)
#A79C8A
(167,156,138)
#B4AC9D
(180,172,157)
#C1BCB0
(193,188,176)
#CECCC3
(206,204,195)
#DBDCD6
(219,220,214)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664C2B; }

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

This text font color is #664C2B.


Background Color

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

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

This div background color is #664C2B.


Border color

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

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

This div border color is #664C2B.


Opacity

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

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

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

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

This text has shadow with #664C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664C2B on black background.


Color preview on white background

This text has color #664C2B on white background.



Black color preview on #664C2B background

This text has black color on #664C2B background.


White color preview on #664C2B background

This text has white color on #664C2B background.