COLOR #666142

HEX: #666142
RGB: (102,97,66)

Color info

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

RGB color model

#666142 color RGB value is (102,97,66).

  • red value is 102;
  • green value is 97;
  • blue value is 66.
RGB:
(102,97,66)
(40%,38%,26%)

RGB channels and saturation

R 102 of 255 = 40%
G 97 of 255 = 38%
B 66 of 255 = 26%

102
97
66

R + G + B ~ 35%. #666142 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 97 + 66 = 265 (100%)
R 102 of 265 ~ 38.49%
G 97 of 265 ~ 36.6%
B 66 of 265 ~ 24.91%

%38.49
%36.6
%24.91

CMYK color model

#666142 color CMYK value is (0,5,35,60).

  • cyan value is 0.00%
  • magenta value is 4.90%
  • yellow value is 35.29%
  • key color value is 60.00%
CMYK:
(0,5,35,60)
C0M5Y35K60 
(0%,5%,35%,60%)
(0.00/0.05/0.35/0.60)	

CMYK percentages

%0
%4.9
%35.29
%60

Codes

Color #666142 in popluar color models

666142
RGB1029766
HSL52°21.43%32.94%
HSB/HSV52°35.29%40.00%
CMYK0.00%4.90%35.29%
60.00%

Color #666142 in popluar number systems.

HEX666142
Decimal1029766
Binary110011011000011000010
Octal146141102

Shades and tints

Shades of #666142

#666142
(102,97,66)
#5D593C
(93,89,60)
#545136
(84,81,54)
#4B4930
(75,73,48)
#42412A
(66,65,42)
#393924
(57,57,36)
#30311E
(48,49,30)
#272918
(39,41,24)
#1E2112
(30,33,18)
#15190C
(21,25,12)
#0C1106
(12,17,6)
#000000
(0,0,0)

Tints of #666142

#666142
(102,97,66)
#736F53
(115,111,83)
#807D64
(128,125,100)
#8D8B75
(141,139,117)
#9A9986
(154,153,134)
#A7A797
(167,167,151)
#B4B5A8
(180,181,168)
#C1C3B9
(193,195,185)
#CED1CA
(206,209,202)
#DBDFDB
(219,223,219)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666142 color. Also use rgb(102,97,66) instead hex code.

Text Font Color

.myTextColor { color: #666142; }

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

This text font color is #666142.


Background Color

.myBgColor { background-color: #666142; }

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

This div background color is #666142.


Border color

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

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

This div border color is #666142.


Opacity

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

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

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

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

This text has shadow with #666142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666142 on black background.


Color preview on white background

This text has color #666142 on white background.



Black color preview on #666142 background

This text has black color on #666142 background.


White color preview on #666142 background

This text has white color on #666142 background.