COLOR #664D24

HEX: #664D24
RGB: (102,77,36)

Color info

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

RGB color model

#664D24 color RGB value is (102,77,36).

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

RGB channels and saturation

R 102 of 255 = 40%
G 77 of 255 = 30%
B 36 of 255 = 14%

102
77
36

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

Portions of RGB colors in percentages

R + G + B =
102 + 77 + 36 = 215 (100%)
R 102 of 215 ~ 47.44%
G 77 of 215 ~ 35.81%
B 36 of 215 ~ 16.74%

%47.44
%35.81
%16.74

CMYK color model

#664D24 color CMYK value is (0,25,65,60).

  • cyan value is 0.00%
  • magenta value is 24.51%
  • yellow value is 64.71%
  • key color value is 60.00%
CMYK:
(0,25,65,60)
C0M25Y65K60 
(0%,25%,65%,60%)
(0.00/0.25/0.65/0.60)	

CMYK percentages

%0
%24.51
%64.71
%60

Codes

Color #664D24 in popluar color models

664D24
RGB1027736
HSL37°47.83%27.06%
HSB/HSV37°64.71%40.00%
CMYK0.00%24.51%64.71%
60.00%

Color #664D24 in popluar number systems.

HEX664D24
Decimal1027736
Binary11001101001101100100
Octal14611544

Shades and tints

Shades of #664D24

#664D24
(102,77,36)
#5D4621
(93,70,33)
#543F1E
(84,63,30)
#4B381B
(75,56,27)
#423118
(66,49,24)
#392A15
(57,42,21)
#302312
(48,35,18)
#271C0F
(39,28,15)
#1E150C
(30,21,12)
#150E09
(21,14,9)
#0C0706
(12,7,6)
#000000
(0,0,0)

Tints of #664D24

#664D24
(102,77,36)
#735D37
(115,93,55)
#806D4A
(128,109,74)
#8D7D5D
(141,125,93)
#9A8D70
(154,141,112)
#A79D83
(167,157,131)
#B4AD96
(180,173,150)
#C1BDA9
(193,189,169)
#CECDBC
(206,205,188)
#DBDDCF
(219,221,207)
#E8EDE2
(232,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664D24; }

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

This text font color is #664D24.


Background Color

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

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

This div background color is #664D24.


Border color

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

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

This div border color is #664D24.


Opacity

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

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

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

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

This text has shadow with #664D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664D24 on black background.


Color preview on white background

This text has color #664D24 on white background.



Black color preview on #664D24 background

This text has black color on #664D24 background.


White color preview on #664D24 background

This text has white color on #664D24 background.