COLOR #66724F

HEX: #66724F
RGB: (102,114,79)

Color info

#66724F contains red, green and blue colors in about the same proportion. Web safe color of #66724F is #666666 (or #666).

RGB color model

#66724F color RGB value is (102,114,79).

  • red value is 102;
  • green value is 114;
  • blue value is 79.
RGB:
(102,114,79)
(40%,45%,31%)

RGB channels and saturation

R 102 of 255 = 40%
G 114 of 255 = 45%
B 79 of 255 = 31%

102
114
79

R + G + B ~ 39%. #66724F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 114 + 79 = 295 (100%)
R 102 of 295 ~ 34.58%
G 114 of 295 ~ 38.64%
B 79 of 295 ~ 26.78%

%34.58
%38.64
%26.78

CMYK color model

#66724F color CMYK value is (11,0,31,55).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 30.70%
  • key color value is 55.29%
CMYK:
(11,0,31,55)
C11M0Y31K55 
(11%,0%,31%,55%)
(0.11/0.00/0.31/0.55)	

CMYK percentages

%10.53
%0
%30.7
%55.29

Codes

Color #66724F in popluar color models

66724F
RGB10211479
HSL81°18.13%37.84%
HSB/HSV81°30.70%44.71%
CMYK10.53%0.00%30.70%
55.29%

Color #66724F in popluar number systems.

HEX66724F
Decimal10211479
Binary110011011100101001111
Octal146162117

Shades and tints

Shades of #66724F

#66724F
(102,114,79)
#5D6848
(93,104,72)
#545E41
(84,94,65)
#4B543A
(75,84,58)
#424A33
(66,74,51)
#39402C
(57,64,44)
#303625
(48,54,37)
#272C1E
(39,44,30)
#1E2217
(30,34,23)
#151810
(21,24,16)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #66724F

#66724F
(102,114,79)
#737E5F
(115,126,95)
#808A6F
(128,138,111)
#8D967F
(141,150,127)
#9AA28F
(154,162,143)
#A7AE9F
(167,174,159)
#B4BAAF
(180,186,175)
#C1C6BF
(193,198,191)
#CED2CF
(206,210,207)
#DBDEDF
(219,222,223)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66724F color. Also use rgb(102,114,79) instead hex code.

Text Font Color

.myTextColor { color: #66724F; }

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

This text font color is #66724F.


Background Color

.myBgColor { background-color: #66724F; }

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

This div background color is #66724F.


Border color

.myBorderColor { border: 1px solid #66724F; }

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

This div border color is #66724F.


Opacity

.myOpacity80 { color: #66724F; opacity: 0.8; }

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

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

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

This text has shadow with #66724F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66724F on black background.


Color preview on white background

This text has color #66724F on white background.



Black color preview on #66724F background

This text has black color on #66724F background.


White color preview on #66724F background

This text has white color on #66724F background.