COLOR #666844

HEX: #666844
RGB: (102,104,68)

Color info

#666844 contains red, green and blue colors in about the same proportion. Web safe color of #666844 is #666633 (or #663).

RGB color model

#666844 color RGB value is (102,104,68).

  • red value is 102;
  • green value is 104;
  • blue value is 68.
RGB:
(102,104,68)
(40%,41%,27%)

RGB channels and saturation

R 102 of 255 = 40%
G 104 of 255 = 41%
B 68 of 255 = 27%

102
104
68

R + G + B ~ 36%. #666844 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 104 + 68 = 274 (100%)
R 102 of 274 ~ 37.23%
G 104 of 274 ~ 37.96%
B 68 of 274 ~ 24.82%

%37.23
%37.96
%24.82

CMYK color model

#666844 color CMYK value is (2,0,35,59).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 34.62%
  • key color value is 59.22%
CMYK:
(2,0,35,59)
C2M0Y35K59 
(2%,0%,35%,59%)
(0.02/0.00/0.35/0.59)	

CMYK percentages

%1.92
%0
%34.62
%59.22

Codes

Color #666844 in popluar color models

666844
RGB10210468
HSL63°20.93%33.73%
HSB/HSV63°34.62%40.78%
CMYK1.92%0.00%34.62%
59.22%

Color #666844 in popluar number systems.

HEX666844
Decimal10210468
Binary110011011010001000100
Octal146150104

Shades and tints

Shades of #666844

#666844
(102,104,68)
#5D5F3E
(93,95,62)
#545638
(84,86,56)
#4B4D32
(75,77,50)
#42442C
(66,68,44)
#393B26
(57,59,38)
#303220
(48,50,32)
#27291A
(39,41,26)
#1E2014
(30,32,20)
#15170E
(21,23,14)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #666844

#666844
(102,104,68)
#737555
(115,117,85)
#808266
(128,130,102)
#8D8F77
(141,143,119)
#9A9C88
(154,156,136)
#A7A999
(167,169,153)
#B4B6AA
(180,182,170)
#C1C3BB
(193,195,187)
#CED0CC
(206,208,204)
#DBDDDD
(219,221,221)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666844 color. Also use rgb(102,104,68) instead hex code.

Text Font Color

.myTextColor { color: #666844; }

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

This text font color is #666844.


Background Color

.myBgColor { background-color: #666844; }

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

This div background color is #666844.


Border color

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

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

This div border color is #666844.


Opacity

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

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

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

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

This text has shadow with #666844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666844 on black background.


Color preview on white background

This text has color #666844 on white background.



Black color preview on #666844 background

This text has black color on #666844 background.


White color preview on #666844 background

This text has white color on #666844 background.