COLOR #666818

HEX: #666818 RGB: (102,104,24)

Color info

#666818 contains mainly red and green colors. Web safe color of #666818 is #666600 (or #660).

RGB color model

#666818 color RGB value is (102,104,24).

RGB: (102,104,24) (40%, 41%, 9%)

RGB channels and saturation

R 102 of 255 = 40%
G 104 of 255 = 41%
B 24 of 255 = 9%

102
104
24

R + G + B ~ 30%. #666818 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 104 + 24 = 230 (100%)
R 102 of 230 ~ 44.35%
G 104 of 230 ~ 45.22%
B 24 of 230 ~ 10.43'%

%44.35
%45.22

CMYK color model

#666818 color CMYK value is (2,0,77,59).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 59.22%

CMYK: (2,0,77,59)
C2M0Y77K59 (2%, 0%, 77%, 59%)
(0.02 / 0.00 / 0.77 / 0.59)

CMYK percentages

%1.92
%0
%76.92
%59.22

Codes

Color #666818 in popluar color models

66 68 18
RGB 102 104 24
HSL 62° 62.50% 25.10%
HSB/HSV 62° 76.92% 40.78%
CMYK 1.92% 0.00% 76.92%
59.22%

Color #666818 in popluar number systems.

HEX 66 68 18
Decimal 102 104 24
Binary 1100110 1101000 11000
Octal 146 150 30

Shades and tints

Shades of #666818

#666818
(102,104,24)
#5D5F16
(93,95,22)
#545614
(84,86,20)
#4B4D12
(75,77,18)
#424410
(66,68,16)
#393B0E
(57,59,14)
#30320C
(48,50,12)
#27290A
(39,41,10)
#1E2008
(30,32,8)
#151706
(21,23,6)
#0C0E04
(12,14,4)
#000000
(0,0,0)

Tints of #666818

#666818
(102,104,24)
#73752D
(115,117,45)
#808242
(128,130,66)
#8D8F57
(141,143,87)
#9A9C6C
(154,156,108)
#A7A981
(167,169,129)
#B4B696
(180,182,150)
#C1C3AB
(193,195,171)
#CED0C0
(206,208,192)
#DBDDD5
(219,221,213)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666818 color. Also use rgb(102,104,24) instead hex code.

Text Font Color

.myTextColor { color: #666818; }

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

This text font color is #666818.

Background Color

.myBgColor { background-color: #666818; }

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

This div background color is #666818.

Border color

.myBorderColor { border: 1px solid #666818; }

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

This div border color is #666818.

Opacity

.myOpacity80 { color: #666818; opacity: 0.8; }

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

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

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

This text has shadow with #666818 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666818.

Preview

Color preview on black background

This text has color #666818 on black background.


Color preview on white background

This text has color #666818 on white background.


Black color preview on #666818 background

This text has black color on #666818 background.


White color preview on #666818 background

This text has white color on #666818 background.


Related colors

Complementary color

Complementary color for #hex is #9997E7.


I love getcolorcode.com

Triadic colors

1 #186668 and #681866 with #666818 are triadic colors.

2 #186866 and #686618 with #666818 are triadic colors.