COLOR #66704B

HEX: #66704B
RGB: (102,112,75)

Color info

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

RGB color model

#66704B color RGB value is (102,112,75).

  • red value is 102;
  • green value is 112;
  • blue value is 75.
RGB:
(102,112,75)
(40%,44%,29%)

RGB channels and saturation

R 102 of 255 = 40%
G 112 of 255 = 44%
B 75 of 255 = 29%

102
112
75

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

Portions of RGB colors in percentages

R + G + B =
102 + 112 + 75 = 289 (100%)
R 102 of 289 ~ 35.29%
G 112 of 289 ~ 38.75%
B 75 of 289 ~ 25.95%

%35.29
%38.75
%25.95

CMYK color model

#66704B color CMYK value is (9,0,33,56).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 33.04%
  • key color value is 56.08%
CMYK:
(9,0,33,56)
C9M0Y33K56 
(9%,0%,33%,56%)
(0.09/0.00/0.33/0.56)	

CMYK percentages

%8.93
%0
%33.04
%56.08

Codes

Color #66704B in popluar color models

66704B
RGB10211275
HSL76°19.79%36.67%
HSB/HSV76°33.04%43.92%
CMYK8.93%0.00%33.04%
56.08%

Color #66704B in popluar number systems.

HEX66704B
Decimal10211275
Binary110011011100001001011
Octal146160113

Shades and tints

Shades of #66704B

#66704B
(102,112,75)
#5D6645
(93,102,69)
#545C3F
(84,92,63)
#4B5239
(75,82,57)
#424833
(66,72,51)
#393E2D
(57,62,45)
#303427
(48,52,39)
#272A21
(39,42,33)
#1E201B
(30,32,27)
#151615
(21,22,21)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #66704B

#66704B
(102,112,75)
#737D5B
(115,125,91)
#808A6B
(128,138,107)
#8D977B
(141,151,123)
#9AA48B
(154,164,139)
#A7B19B
(167,177,155)
#B4BEAB
(180,190,171)
#C1CBBB
(193,203,187)
#CED8CB
(206,216,203)
#DBE5DB
(219,229,219)
#E8F2EB
(232,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66704B color. Also use rgb(102,112,75) instead hex code.

Text Font Color

.myTextColor { color: #66704B; }

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

This text font color is #66704B.


Background Color

.myBgColor { background-color: #66704B; }

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

This div background color is #66704B.


Border color

.myBorderColor { border: 1px solid #66704B; }

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

This div border color is #66704B.


Opacity

.myOpacity80 { color: #66704B; opacity: 0.8; }

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

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

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

This text has shadow with #66704B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66704B on black background.


Color preview on white background

This text has color #66704B on white background.



Black color preview on #66704B background

This text has black color on #66704B background.


White color preview on #66704B background

This text has white color on #66704B background.