COLOR #66844C

HEX: #66844C
RGB: (102,132,76)

Color info

#66844C contains red, green and blue colors in about the same proportion. Web safe color of #66844C is #669933 (or #693).

RGB color model

#66844C color RGB value is (102,132,76).

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

RGB channels and saturation

R 102 of 255 = 40%
G 132 of 255 = 52%
B 76 of 255 = 30%

102
132
76

R + G + B ~ 41%. #66844C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 132 + 76 = 310 (100%)
R 102 of 310 ~ 32.9%
G 132 of 310 ~ 42.58%
B 76 of 310 ~ 24.52%

%32.9
%42.58
%24.52

CMYK color model

#66844C color CMYK value is (23,0,42,48).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 48.24%
CMYK:
(23,0,42,48)
C23M0Y42K48 
(23%,0%,42%,48%)
(0.23/0.00/0.42/0.48)	

CMYK percentages

%22.73
%0
%42.42
%48.24

Codes

Color #66844C in popluar color models

66844C
RGB10213276
HSL92°26.92%40.78%
HSB/HSV92°42.42%51.76%
CMYK22.73%0.00%42.42%
48.24%

Color #66844C in popluar number systems.

HEX66844C
Decimal10213276
Binary1100110100001001001100
Octal146204114

Shades and tints

Shades of #66844C

#66844C
(102,132,76)
#5D7846
(93,120,70)
#546C40
(84,108,64)
#4B603A
(75,96,58)
#425434
(66,84,52)
#39482E
(57,72,46)
#303C28
(48,60,40)
#273022
(39,48,34)
#1E241C
(30,36,28)
#151816
(21,24,22)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #66844C

#66844C
(102,132,76)
#738F5C
(115,143,92)
#809A6C
(128,154,108)
#8DA57C
(141,165,124)
#9AB08C
(154,176,140)
#A7BB9C
(167,187,156)
#B4C6AC
(180,198,172)
#C1D1BC
(193,209,188)
#CEDCCC
(206,220,204)
#DBE7DC
(219,231,220)
#E8F2EC
(232,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66844C color. Also use rgb(102,132,76) instead hex code.

Text Font Color

.myTextColor { color: #66844C; }

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

This text font color is #66844C.


Background Color

.myBgColor { background-color: #66844C; }

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

This div background color is #66844C.


Border color

.myBorderColor { border: 1px solid #66844C; }

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

This div border color is #66844C.


Opacity

.myOpacity80 { color: #66844C; opacity: 0.8; }

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

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

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

This text has shadow with #66844C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66844C on black background.


Color preview on white background

This text has color #66844C on white background.



Black color preview on #66844C background

This text has black color on #66844C background.


White color preview on #66844C background

This text has white color on #66844C background.