COLOR #66674D

HEX: #66674D RGB: (102,103,77)

Color info

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

RGB color model

#66674D color RGB value is (102,103,77).

RGB: (102,103,77) (40%, 40%, 30%)

RGB channels and saturation

R 102 of 255 = 40%
G 103 of 255 = 40%
B 77 of 255 = 30%

102
103
77

R + G + B ~ 37%. #66674D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 103 + 77 = 282 (100%)
R 102 of 282 ~ 36.17%
G 103 of 282 ~ 36.52%
B 77 of 282 ~ 27.3'%

%36.17
%36.52
%27.3

CMYK color model

#66674D color CMYK value is (1,0,25,60).

  • cyan value is 0.97%
  • magenta value is 0.00%
  • yellow value is 25.24%
  • key color value is 59.61%

CMYK: (1,0,25,60)
C1M0Y25K60 (1%, 0%, 25%, 60%)
(0.01 / 0.00 / 0.25 / 0.60)

CMYK percentages

%0.97
%0
%25.24
%59.61

Codes

Color #66674D in popluar color models

66 67 4D
RGB 102 103 77
HSL 62° 14.44% 35.29%
HSB/HSV 62° 25.24% 40.39%
CMYK 0.97% 0.00% 25.24%
59.61%

Color #66674D in popluar number systems.

HEX 66 67 4D
Decimal 102 103 77
Binary 1100110 1100111 1001101
Octal 146 147 115

Shades and tints

Shades of #66674D

#66674D
(102,103,77)
#5D5E46
(93,94,70)
#54553F
(84,85,63)
#4B4C38
(75,76,56)
#424331
(66,67,49)
#393A2A
(57,58,42)
#303123
(48,49,35)
#27281C
(39,40,28)
#1E1F15
(30,31,21)
#15160E
(21,22,14)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #66674D

#66674D
(102,103,77)
#73745D
(115,116,93)
#80816D
(128,129,109)
#8D8E7D
(141,142,125)
#9A9B8D
(154,155,141)
#A7A89D
(167,168,157)
#B4B5AD
(180,181,173)
#C1C2BD
(193,194,189)
#CECFCD
(206,207,205)
#DBDCDD
(219,220,221)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66674D color. Also use rgb(102,103,77) instead hex code.

Text Font Color

.myTextColor { color: #66674D; }

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

This text font color is #66674D.

Background Color

.myBgColor { background-color: #66674D; }

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

This div background color is #66674D.

Border color

.myBorderColor { border: 1px solid #66674D; }

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

This div border color is #66674D.

Opacity

.myOpacity80 { color: #66674D; opacity: 0.8; }

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

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

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

This text has shadow with #66674D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66674D.

Preview

Color preview on black background

This text has color #66674D on black background.


Color preview on white background

This text has color #66674D on white background.


Black color preview on #66674D background

This text has black color on #66674D background.


White color preview on #66674D background

This text has white color on #66674D background.


Related colors

Complementary color

Complementary color for #hex is #9998B2.


I love getcolorcode.com

Triadic colors

1 #4D6667 and #674D66 with #66674D are triadic colors.

2 #4D6766 and #67664D with #66674D are triadic colors.