COLOR #664F1E

HEX: #664F1E RGB: (102,79,30)

Color info

#664F1E contains mainly red and green colors. Web safe color of #664F1E is #666633 (or #663).

RGB color model

#664F1E color RGB value is (102,79,30).

RGB: (102,79,30) (40%, 31%, 12%)

RGB channels and saturation

R 102 of 255 = 40%
G 79 of 255 = 31%
B 30 of 255 = 12%

102
79
30

R + G + B ~ 28%. #664F1E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 79 + 30 = 211 (100%)
R 102 of 211 ~ 48.34%
G 79 of 211 ~ 37.44%
B 30 of 211 ~ 14.22'%

%48.34
%37.44
%14.22

CMYK color model

#664F1E color CMYK value is (0,23,71,60).

  • cyan value is 0.00%
  • magenta value is 22.55%
  • yellow value is 70.59%
  • key color value is 60.00%

CMYK: (0,23,71,60)
C0M23Y71K60 (0%, 23%, 71%, 60%)
(0.00 / 0.23 / 0.71 / 0.60)

CMYK percentages

%0
%22.55
%70.59
%60

Codes

Color #664F1E in popluar color models

66 4F 1E
RGB 102 79 30
HSL 41° 54.55% 25.88%
HSB/HSV 41° 70.59% 40.00%
CMYK 0.00% 22.55% 70.59%
60.00%

Color #664F1E in popluar number systems.

HEX 66 4F 1E
Decimal 102 79 30
Binary 1100110 1001111 11110
Octal 146 117 36

Shades and tints

Shades of #664F1E

#664F1E
(102,79,30)
#5D481C
(93,72,28)
#54411A
(84,65,26)
#4B3A18
(75,58,24)
#423316
(66,51,22)
#392C14
(57,44,20)
#302512
(48,37,18)
#271E10
(39,30,16)
#1E170E
(30,23,14)
#15100C
(21,16,12)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #664F1E

#664F1E
(102,79,30)
#735F32
(115,95,50)
#806F46
(128,111,70)
#8D7F5A
(141,127,90)
#9A8F6E
(154,143,110)
#A79F82
(167,159,130)
#B4AF96
(180,175,150)
#C1BFAA
(193,191,170)
#CECFBE
(206,207,190)
#DBDFD2
(219,223,210)
#E8EFE6
(232,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664F1E color. Also use rgb(102,79,30) instead hex code.

Text Font Color

.myTextColor { color: #664F1E; }

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

This text font color is #664F1E.

Background Color

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

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

This div background color is #664F1E.

Border color

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

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

This div border color is #664F1E.

Opacity

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

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

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

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

This text has shadow with #664F1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #664F1E.

Preview

Color preview on black background

This text has color #664F1E on black background.


Color preview on white background

This text has color #664F1E on white background.


Black color preview on #664F1E background

This text has black color on #664F1E background.


White color preview on #664F1E background

This text has white color on #664F1E background.


Related colors

Complementary color

Complementary color for #hex is #99B0E1.


I love getcolorcode.com

Triadic colors

1 #1E664F and #4F1E66 with #664F1E are triadic colors.

2 #1E4F66 and #4F661E with #664F1E are triadic colors.