COLOR #666240

HEX: #666240 RGB: (102,98,64)

Color info

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

RGB color model

#666240 color RGB value is (102,98,64).

RGB: (102,98,64) (40%, 38%, 25%)

RGB channels and saturation

R 102 of 255 = 40%
G 98 of 255 = 38%
B 64 of 255 = 25%

102
98
64

R + G + B ~ 34%. #666240 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 98 + 64 = 264 (100%)
R 102 of 264 ~ 38.64%
G 98 of 264 ~ 37.12%
B 64 of 264 ~ 24.24'%

%38.64
%37.12
%24.24

CMYK color model

#666240 color CMYK value is (0,4,37,60).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 37.25%
  • key color value is 60.00%
CMYK: (0,4,37,60) C0M4Y37K60 (0%,4%,37%,60%) (0.00/0.04/0.37/0.60) 

CMYK percentages

%0
%3.92
%37.25
%60

Codes

Color #666240 in popluar color models

66 62 40
RGB 102 98 64
HSL 54° 22.89% 32.55%
HSB/HSV 54° 37.25% 40.00%
CMYK 0.00% 3.92% 37.25%
60.00%

Color #666240 in popluar number systems.

HEX 66 62 40
Decimal 102 98 64
Binary 1100110 1100010 1000000
Octal 146 142 100

Shades and tints

Shades of #666240

#666240
(102,98,64)
#5D5A3B
(93,90,59)
#545236
(84,82,54)
#4B4A31
(75,74,49)
#42422C
(66,66,44)
#393A27
(57,58,39)
#303222
(48,50,34)
#272A1D
(39,42,29)
#1E2218
(30,34,24)
#151A13
(21,26,19)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #666240

#666240
(102,98,64)
#737051
(115,112,81)
#807E62
(128,126,98)
#8D8C73
(141,140,115)
#9A9A84
(154,154,132)
#A7A895
(167,168,149)
#B4B6A6
(180,182,166)
#C1C4B7
(193,196,183)
#CED2C8
(206,210,200)
#DBE0D9
(219,224,217)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666240 color. Also use rgb(102,98,64) instead hex code.

Text Font Color

.myTextColor { color: #666240; }

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

This text font color is #666240.

Background Color

.myBgColor { background-color: #666240; }

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

This div background color is #666240.

Border color

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

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

This div border color is #666240.

Opacity

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

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

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

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

This text has shadow with #666240 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666240.

Preview

Color preview on black background

This text has color #666240 on black background.


Color preview on white background

This text has color #666240 on white background.


Black color preview on #666240 background

This text has black color on #666240 background.


White color preview on #666240 background

This text has white color on #666240 background.


Related colors

Complementary color

Complementary color for #hex is #999DBF.


I love getcolorcode.com

Triadic colors

1 #406662 and #624066 with #666240 are triadic colors.

2 #406266 and #626640 with #666240 are triadic colors.