COLOR #66796C

HEX: #66796C
RGB: (102,121,108)

Color info

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

RGB color model

#66796C color RGB value is (102,121,108).

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

RGB channels and saturation

R 102 of 255 = 40%
G 121 of 255 = 47%
B 108 of 255 = 42%

102
121
108

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

Portions of RGB colors in percentages

R + G + B =
102 + 121 + 108 = 331 (100%)
R 102 of 331 ~ 30.82%
G 121 of 331 ~ 36.56%
B 108 of 331 ~ 32.63%

%30.82
%36.56
%32.63

CMYK color model

#66796C color CMYK value is (16,0,11,53).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 10.74%
  • key color value is 52.55%
CMYK:
(16,0,11,53)
C16M0Y11K53 
(16%,0%,11%,53%)
(0.16/0.00/0.11/0.53)	

CMYK percentages

%15.7
%0
%10.74
%52.55

Codes

Color #66796C in popluar color models

66796C
RGB102121108
HSL139°8.52%43.73%
HSB/HSV139°15.70%47.45%
CMYK15.70%0.00%10.74%
52.55%

Color #66796C in popluar number systems.

HEX66796C
Decimal102121108
Binary110011011110011101100
Octal146171154

Shades and tints

Shades of #66796C

#66796C
(102,121,108)
#5D6E63
(93,110,99)
#54635A
(84,99,90)
#4B5851
(75,88,81)
#424D48
(66,77,72)
#39423F
(57,66,63)
#303736
(48,55,54)
#272C2D
(39,44,45)
#1E2124
(30,33,36)
#15161B
(21,22,27)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #66796C

#66796C
(102,121,108)
#738579
(115,133,121)
#809186
(128,145,134)
#8D9D93
(141,157,147)
#9AA9A0
(154,169,160)
#A7B5AD
(167,181,173)
#B4C1BA
(180,193,186)
#C1CDC7
(193,205,199)
#CED9D4
(206,217,212)
#DBE5E1
(219,229,225)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66796C color. Also use rgb(102,121,108) instead hex code.

Text Font Color

.myTextColor { color: #66796C; }

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

This text font color is #66796C.


Background Color

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

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

This div background color is #66796C.


Border color

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

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

This div border color is #66796C.


Opacity

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

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

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

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

This text has shadow with #66796C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66796C on black background.


Color preview on white background

This text has color #66796C on white background.



Black color preview on #66796C background

This text has black color on #66796C background.


White color preview on #66796C background

This text has white color on #66796C background.