COLOR #664E2F

HEX: #664E2F RGB: (102,78,47)

Color info

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

RGB color model

#664E2F color RGB value is (102,78,47).

RGB: (102,78,47) (40%, 31%, 18%)

RGB channels and saturation

R 102 of 255 = 40%
G 78 of 255 = 31%
B 47 of 255 = 18%

102
78
47

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

Portions of RGB colors in percentages

R + G + B = 102 + 78 + 47 = 227 (100%)
R 102 of 227 ~ 44.93%
G 78 of 227 ~ 34.36%
B 47 of 227 ~ 20.7'%

%44.93
%34.36
%20.7

CMYK color model

#664E2F color CMYK value is (0,24,54,60).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 53.92%
  • key color value is 60.00%

CMYK: (0,24,54,60)
C0M24Y54K60 (0%, 24%, 54%, 60%)
(0.00 / 0.24 / 0.54 / 0.60)

CMYK percentages

%0
%23.53
%53.92
%60

Codes

Color #664E2F in popluar color models

66 4E 2F
RGB 102 78 47
HSL 34° 36.91% 29.22%
HSB/HSV 34° 53.92% 40.00%
CMYK 0.00% 23.53% 53.92%
60.00%

Color #664E2F in popluar number systems.

HEX 66 4E 2F
Decimal 102 78 47
Binary 1100110 1001110 101111
Octal 146 116 57

Shades and tints

Shades of #664E2F

#664E2F
(102,78,47)
#5D472B
(93,71,43)
#544027
(84,64,39)
#4B3923
(75,57,35)
#42321F
(66,50,31)
#392B1B
(57,43,27)
#302417
(48,36,23)
#271D13
(39,29,19)
#1E160F
(30,22,15)
#150F0B
(21,15,11)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #664E2F

#664E2F
(102,78,47)
#735E41
(115,94,65)
#806E53
(128,110,83)
#8D7E65
(141,126,101)
#9A8E77
(154,142,119)
#A79E89
(167,158,137)
#B4AE9B
(180,174,155)
#C1BEAD
(193,190,173)
#CECEBF
(206,206,191)
#DBDED1
(219,222,209)
#E8EEE3
(232,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664E2F color. Also use rgb(102,78,47) instead hex code.

Text Font Color

.myTextColor { color: #664E2F; }

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

This text font color is #664E2F.

Background Color

.myBgColor { background-color: #664E2F; }

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

This div background color is #664E2F.

Border color

.myBorderColor { border: 1px solid #664E2F; }

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

This div border color is #664E2F.

Opacity

.myOpacity80 { color: #664E2F; opacity: 0.8; }

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

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

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

This text has shadow with #664E2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #664E2F.

Preview

Color preview on black background

This text has color #664E2F on black background.


Color preview on white background

This text has color #664E2F on white background.


Black color preview on #664E2F background

This text has black color on #664E2F background.


White color preview on #664E2F background

This text has white color on #664E2F background.


Related colors

Complementary color

Complementary color for #hex is #99B1D0.


I love getcolorcode.com

Triadic colors

1 #2F664E and #4E2F66 with #664E2F are triadic colors.

2 #2F4E66 and #4E662F with #664E2F are triadic colors.