COLOR #666C2F

HEX: #666C2F RGB: (102,108,47)

Color info

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

RGB color model

#666C2F color RGB value is (102,108,47).

RGB: (102,108,47) (40%, 42%, 18%)

RGB channels and saturation

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

102
108
47

R + G + B ~ 33%. #666C2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 108 + 47 = 257 (100%)
R 102 of 257 ~ 39.69%
G 108 of 257 ~ 42.02%
B 47 of 257 ~ 18.29'%

%39.69
%42.02
%18.29

CMYK color model

#666C2F color CMYK value is (6,0,56,58).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 56.48%
  • key color value is 57.65%
CMYK: (6,0,56,58) C6M0Y56K58 (6%,0%,56%,58%) (0.06/0.00/0.56/0.58) 

CMYK percentages

%5.56
%0
%56.48
%57.65

Codes

Color #666C2F in popluar color models

66 6C 2F
RGB 102 108 47
HSL 66° 39.35% 30.39%
HSB/HSV 66° 56.48% 42.35%
CMYK 5.56% 0.00% 56.48%
57.65%

Color #666C2F in popluar number systems.

HEX 66 6C 2F
Decimal 102 108 47
Binary 1100110 1101100 101111
Octal 146 154 57

Shades and tints

Shades of #666C2F

#666C2F
(102,108,47)
#5D632B
(93,99,43)
#545A27
(84,90,39)
#4B5123
(75,81,35)
#42481F
(66,72,31)
#393F1B
(57,63,27)
#303617
(48,54,23)
#272D13
(39,45,19)
#1E240F
(30,36,15)
#151B0B
(21,27,11)
#0C1207
(12,18,7)
#000000
(0,0,0)

Tints of #666C2F

#666C2F
(102,108,47)
#737941
(115,121,65)
#808653
(128,134,83)
#8D9365
(141,147,101)
#9AA077
(154,160,119)
#A7AD89
(167,173,137)
#B4BA9B
(180,186,155)
#C1C7AD
(193,199,173)
#CED4BF
(206,212,191)
#DBE1D1
(219,225,209)
#E8EEE3
(232,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666C2F; }

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

This text font color is #666C2F.

Background Color

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

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

This div background color is #666C2F.

Border color

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

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

This div border color is #666C2F.

Opacity

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

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

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

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

This text has shadow with #666C2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666C2F.

Preview

Color preview on black background

This text has color #666C2F on black background.


Color preview on white background

This text has color #666C2F on white background.


Black color preview on #666C2F background

This text has black color on #666C2F background.


White color preview on #666C2F background

This text has white color on #666C2F background.


Related colors

Complementary color

Complementary color for #hex is #9993D0.


I love getcolorcode.com

Triadic colors

1 #2F666C and #6C2F66 with #666C2F are triadic colors.

2 #2F6C66 and #6C662F with #666C2F are triadic colors.