COLOR #66744D

HEX: #66744D
RGB: (102,116,77)

Color info

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

RGB color model

#66744D color RGB value is (102,116,77).

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

RGB channels and saturation

R 102 of 255 = 40%
G 116 of 255 = 45%
B 77 of 255 = 30%

102
116
77

R + G + B ~ 38%. #66744D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 116 + 77 = 295 (100%)
R 102 of 295 ~ 34.58%
G 116 of 295 ~ 39.32%
B 77 of 295 ~ 26.1%

%34.58
%39.32
%26.1

CMYK color model

#66744D color CMYK value is (12,0,34,55).

  • cyan value is 12.07%
  • magenta value is 0.00%
  • yellow value is 33.62%
  • key color value is 54.51%
CMYK:
(12,0,34,55)
C12M0Y34K55 
(12%,0%,34%,55%)
(0.12/0.00/0.34/0.55)	

CMYK percentages

%12.07
%0
%33.62
%54.51

Codes

Color #66744D in popluar color models

66744D
RGB10211677
HSL82°20.21%37.84%
HSB/HSV82°33.62%45.49%
CMYK12.07%0.00%33.62%
54.51%

Color #66744D in popluar number systems.

HEX66744D
Decimal10211677
Binary110011011101001001101
Octal146164115

Shades and tints

Shades of #66744D

#66744D
(102,116,77)
#5D6A46
(93,106,70)
#54603F
(84,96,63)
#4B5638
(75,86,56)
#424C31
(66,76,49)
#39422A
(57,66,42)
#303823
(48,56,35)
#272E1C
(39,46,28)
#1E2415
(30,36,21)
#151A0E
(21,26,14)
#0C1007
(12,16,7)
#000000
(0,0,0)

Tints of #66744D

#66744D
(102,116,77)
#73805D
(115,128,93)
#808C6D
(128,140,109)
#8D987D
(141,152,125)
#9AA48D
(154,164,141)
#A7B09D
(167,176,157)
#B4BCAD
(180,188,173)
#C1C8BD
(193,200,189)
#CED4CD
(206,212,205)
#DBE0DD
(219,224,221)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66744D color. Also use rgb(102,116,77) instead hex code.

Text Font Color

.myTextColor { color: #66744D; }

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

This text font color is #66744D.


Background Color

.myBgColor { background-color: #66744D; }

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

This div background color is #66744D.


Border color

.myBorderColor { border: 1px solid #66744D; }

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

This div border color is #66744D.


Opacity

.myOpacity80 { color: #66744D; opacity: 0.8; }

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

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

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

This text has shadow with #66744D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66744D on black background.


Color preview on white background

This text has color #66744D on white background.



Black color preview on #66744D background

This text has black color on #66744D background.


White color preview on #66744D background

This text has white color on #66744D background.