COLOR #66794D

HEX: #66794D
RGB: (102,121,77)

Color info

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

RGB color model

#66794D color RGB value is (102,121,77).

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

RGB channels and saturation

R 102 of 255 = 40%
G 121 of 255 = 47%
B 77 of 255 = 30%

102
121
77

R + G + B ~ 39%. #66794D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 121 + 77 = 300 (100%)
R 102 of 300 ~ 34%
G 121 of 300 ~ 40.33%
B 77 of 300 ~ 25.67%

%34
%40.33
%25.67

CMYK color model

#66794D color CMYK value is (16,0,36,53).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 52.55%
CMYK:
(16,0,36,53)
C16M0Y36K53 
(16%,0%,36%,53%)
(0.16/0.00/0.36/0.53)	

CMYK percentages

%15.7
%0
%36.36
%52.55

Codes

Color #66794D in popluar color models

66794D
RGB10212177
HSL86°22.22%38.82%
HSB/HSV86°36.36%47.45%
CMYK15.70%0.00%36.36%
52.55%

Color #66794D in popluar number systems.

HEX66794D
Decimal10212177
Binary110011011110011001101
Octal146171115

Shades and tints

Shades of #66794D

#66794D
(102,121,77)
#5D6E46
(93,110,70)
#54633F
(84,99,63)
#4B5838
(75,88,56)
#424D31
(66,77,49)
#39422A
(57,66,42)
#303723
(48,55,35)
#272C1C
(39,44,28)
#1E2115
(30,33,21)
#15160E
(21,22,14)
#0C0B07
(12,11,7)
#000000
(0,0,0)

Tints of #66794D

#66794D
(102,121,77)
#73855D
(115,133,93)
#80916D
(128,145,109)
#8D9D7D
(141,157,125)
#9AA98D
(154,169,141)
#A7B59D
(167,181,157)
#B4C1AD
(180,193,173)
#C1CDBD
(193,205,189)
#CED9CD
(206,217,205)
#DBE5DD
(219,229,221)
#E8F1ED
(232,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66794D; }

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

This text font color is #66794D.


Background Color

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

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

This div background color is #66794D.


Border color

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

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

This div border color is #66794D.


Opacity

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

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

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

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

This text has shadow with #66794D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66794D on black background.


Color preview on white background

This text has color #66794D on white background.



Black color preview on #66794D background

This text has black color on #66794D background.


White color preview on #66794D background

This text has white color on #66794D background.