COLOR #666443

HEX: #666443 RGB: (102,100,67)

Color info

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

RGB color model

#666443 color RGB value is (102,100,67).

RGB: (102,100,67) (40%, 39%, 26%)

RGB channels and saturation

R 102 of 255 = 40%
G 100 of 255 = 39%
B 67 of 255 = 26%

102
100
67

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

Portions of RGB colors in percentages

R + G + B = 102 + 100 + 67 = 269 (100%)
R 102 of 269 ~ 37.92%
G 100 of 269 ~ 37.17%
B 67 of 269 ~ 24.91'%

%37.92
%37.17
%24.91

CMYK color model

#666443 color CMYK value is (0,2,34,60).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 34.31%
  • key color value is 60.00%

CMYK: (0,2,34,60)
C0M2Y34K60 (0%, 2%, 34%, 60%)
(0.00 / 0.02 / 0.34 / 0.60)

CMYK percentages

%0
%1.96
%34.31
%60

Codes

Color #666443 in popluar color models

66 64 43
RGB 102 100 67
HSL 57° 20.71% 33.14%
HSB/HSV 57° 34.31% 40.00%
CMYK 0.00% 1.96% 34.31%
60.00%

Color #666443 in popluar number systems.

HEX 66 64 43
Decimal 102 100 67
Binary 1100110 1100100 1000011
Octal 146 144 103

Shades and tints

Shades of #666443

#666443
(102,100,67)
#5D5B3D
(93,91,61)
#545237
(84,82,55)
#4B4931
(75,73,49)
#42402B
(66,64,43)
#393725
(57,55,37)
#302E1F
(48,46,31)
#272519
(39,37,25)
#1E1C13
(30,28,19)
#15130D
(21,19,13)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #666443

#666443
(102,100,67)
#737254
(115,114,84)
#808065
(128,128,101)
#8D8E76
(141,142,118)
#9A9C87
(154,156,135)
#A7AA98
(167,170,152)
#B4B8A9
(180,184,169)
#C1C6BA
(193,198,186)
#CED4CB
(206,212,203)
#DBE2DC
(219,226,220)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666443 color. Also use rgb(102,100,67) instead hex code.

Text Font Color

.myTextColor { color: #666443; }

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

This text font color is #666443.

Background Color

.myBgColor { background-color: #666443; }

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

This div background color is #666443.

Border color

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

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

This div border color is #666443.

Opacity

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

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

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

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

This text has shadow with #666443 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666443.

Preview

Color preview on black background

This text has color #666443 on black background.


Color preview on white background

This text has color #666443 on white background.


Black color preview on #666443 background

This text has black color on #666443 background.


White color preview on #666443 background

This text has white color on #666443 background.


Related colors

Complementary color

Complementary color for #hex is #999BBC.


I love getcolorcode.com

Triadic colors

1 #436664 and #644366 with #666443 are triadic colors.

2 #436466 and #646643 with #666443 are triadic colors.