COLOR #666C49

HEX: #666C49
RGB: (102,108,73)

Color info

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

RGB color model

#666C49 color RGB value is (102,108,73).

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

RGB channels and saturation

R 102 of 255 = 40%
G 108 of 255 = 42%
B 73 of 255 = 29%

102
108
73

R + G + B ~ 37%. #666C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 108 + 73 = 283 (100%)
R 102 of 283 ~ 36.04%
G 108 of 283 ~ 38.16%
B 73 of 283 ~ 25.8%

%36.04
%38.16
%25.8

CMYK color model

#666C49 color CMYK value is (6,0,32,58).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 32.41%
  • key color value is 57.65%
CMYK:
(6,0,32,58)
C6M0Y32K58 
(6%,0%,32%,58%)
(0.06/0.00/0.32/0.58)	

CMYK percentages

%5.56
%0
%32.41
%57.65

Codes

Color #666C49 in popluar color models

666C49
RGB10210873
HSL70°19.34%35.49%
HSB/HSV70°32.41%42.35%
CMYK5.56%0.00%32.41%
57.65%

Color #666C49 in popluar number systems.

HEX666C49
Decimal10210873
Binary110011011011001001001
Octal146154111

Shades and tints

Shades of #666C49

#666C49
(102,108,73)
#5D6343
(93,99,67)
#545A3D
(84,90,61)
#4B5137
(75,81,55)
#424831
(66,72,49)
#393F2B
(57,63,43)
#303625
(48,54,37)
#272D1F
(39,45,31)
#1E2419
(30,36,25)
#151B13
(21,27,19)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #666C49

#666C49
(102,108,73)
#737959
(115,121,89)
#808669
(128,134,105)
#8D9379
(141,147,121)
#9AA089
(154,160,137)
#A7AD99
(167,173,153)
#B4BAA9
(180,186,169)
#C1C7B9
(193,199,185)
#CED4C9
(206,212,201)
#DBE1D9
(219,225,217)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666C49 color. Also use rgb(102,108,73) instead hex code.

Text Font Color

.myTextColor { color: #666C49; }

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

This text font color is #666C49.


Background Color

.myBgColor { background-color: #666C49; }

<div style="background-color:#666C49">Inner text</div>

This div background color is #666C49.


Border color

.myBorderColor { border: 1px solid #666C49; }

<div style="border:3px solid #666C49">Div</div>

This div border color is #666C49.


Opacity

.myOpacity80 { color: #666C49; opacity: 0.8; }

<p style="color:#666C49;opacity:0.8;">80%</p>

Text with #666C49 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 #666C49;}

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

This text has shadow with #666C49 color.

.textShadow {text-shadow: 3px 3px 1px #666C49, 3px 3px 1px red;}

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

This text has shadow with #666C49 primary color and red secondary color.


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

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

This text has shadow with #666C49 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666C49 on black background.


Color preview on white background

This text has color #666C49 on white background.



Black color preview on #666C49 background

This text has black color on #666C49 background.


White color preview on #666C49 background

This text has white color on #666C49 background.