COLOR #666C1C

HEX: #666C1C
RGB: (102,108,28)

Color info

#666C1C contains mainly red and green colors. Web safe color of #666C1C is #666633 (or #663).

RGB color model

#666C1C color RGB value is (102,108,28).

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

RGB channels and saturation

R 102 of 255 = 40%
G 108 of 255 = 42%
B 28 of 255 = 11%

102
108
28

R + G + B ~ 31%. #666C1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 108 + 28 = 238 (100%)
R 102 of 238 ~ 42.86%
G 108 of 238 ~ 45.38%
B 28 of 238 ~ 11.76%

%42.86
%45.38
%11.76

CMYK color model

#666C1C color CMYK value is (6,0,74,58).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 74.07%
  • key color value is 57.65%
CMYK:
(6,0,74,58)
C6M0Y74K58 
(6%,0%,74%,58%)
(0.06/0.00/0.74/0.58)	

CMYK percentages

%5.56
%0
%74.07
%57.65

Codes

Color #666C1C in popluar color models

666C1C
RGB10210828
HSL65°58.82%26.67%
HSB/HSV65°74.07%42.35%
CMYK5.56%0.00%74.07%
57.65%

Color #666C1C in popluar number systems.

HEX666C1C
Decimal10210828
Binary1100110110110011100
Octal14615434

Shades and tints

Shades of #666C1C

#666C1C
(102,108,28)
#5D631A
(93,99,26)
#545A18
(84,90,24)
#4B5116
(75,81,22)
#424814
(66,72,20)
#393F12
(57,63,18)
#303610
(48,54,16)
#272D0E
(39,45,14)
#1E240C
(30,36,12)
#151B0A
(21,27,10)
#0C1208
(12,18,8)
#000000
(0,0,0)

Tints of #666C1C

#666C1C
(102,108,28)
#737930
(115,121,48)
#808644
(128,134,68)
#8D9358
(141,147,88)
#9AA06C
(154,160,108)
#A7AD80
(167,173,128)
#B4BA94
(180,186,148)
#C1C7A8
(193,199,168)
#CED4BC
(206,212,188)
#DBE1D0
(219,225,208)
#E8EEE4
(232,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666C1C; }

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

This text font color is #666C1C.


Background Color

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

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

This div background color is #666C1C.


Border color

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

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

This div border color is #666C1C.


Opacity

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

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

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

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

This text has shadow with #666C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666C1C on black background.


Color preview on white background

This text has color #666C1C on white background.



Black color preview on #666C1C background

This text has black color on #666C1C background.


White color preview on #666C1C background

This text has white color on #666C1C background.