COLOR #664D21

HEX: #664D21
RGB: (102,77,33)

Color info

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

RGB color model

#664D21 color RGB value is (102,77,33).

  • red value is 102;
  • green value is 77;
  • blue value is 33.
RGB:
(102,77,33)
(40%,30%,13%)

RGB channels and saturation

R 102 of 255 = 40%
G 77 of 255 = 30%
B 33 of 255 = 13%

102
77
33

R + G + B ~ 28%. #664D21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 77 + 33 = 212 (100%)
R 102 of 212 ~ 48.11%
G 77 of 212 ~ 36.32%
B 33 of 212 ~ 15.57%

%48.11
%36.32
%15.57

CMYK color model

#664D21 color CMYK value is (0,25,68,60).

  • cyan value is 0.00%
  • magenta value is 24.51%
  • yellow value is 67.65%
  • key color value is 60.00%
CMYK:
(0,25,68,60)
C0M25Y68K60 
(0%,25%,68%,60%)
(0.00/0.25/0.68/0.60)	

CMYK percentages

%0
%24.51
%67.65
%60

Codes

Color #664D21 in popluar color models

664D21
RGB1027733
HSL38°51.11%26.47%
HSB/HSV38°67.65%40.00%
CMYK0.00%24.51%67.65%
60.00%

Color #664D21 in popluar number systems.

HEX664D21
Decimal1027733
Binary11001101001101100001
Octal14611541

Shades and tints

Shades of #664D21

#664D21
(102,77,33)
#5D461E
(93,70,30)
#543F1B
(84,63,27)
#4B3818
(75,56,24)
#423115
(66,49,21)
#392A12
(57,42,18)
#30230F
(48,35,15)
#271C0C
(39,28,12)
#1E1509
(30,21,9)
#150E06
(21,14,6)
#0C0703
(12,7,3)
#000000
(0,0,0)

Tints of #664D21

#664D21
(102,77,33)
#735D35
(115,93,53)
#806D49
(128,109,73)
#8D7D5D
(141,125,93)
#9A8D71
(154,141,113)
#A79D85
(167,157,133)
#B4AD99
(180,173,153)
#C1BDAD
(193,189,173)
#CECDC1
(206,205,193)
#DBDDD5
(219,221,213)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664D21 color. Also use rgb(102,77,33) instead hex code.

Text Font Color

.myTextColor { color: #664D21; }

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

This text font color is #664D21.


Background Color

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

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

This div background color is #664D21.


Border color

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

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

This div border color is #664D21.


Opacity

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

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

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

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

This text has shadow with #664D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664D21 on black background.


Color preview on white background

This text has color #664D21 on white background.



Black color preview on #664D21 background

This text has black color on #664D21 background.


White color preview on #664D21 background

This text has white color on #664D21 background.