COLOR #664643

HEX: #664643
RGB: (102,70,67)

Color info

#664643 contains red, green and blue colors in about the same proportion. Web safe color of #664643 is #663333 (or #633).

RGB color model

#664643 color RGB value is (102,70,67).

  • red value is 102;
  • green value is 70;
  • blue value is 67.
RGB:
(102,70,67)
(40%,27%,26%)

RGB channels and saturation

R 102 of 255 = 40%
G 70 of 255 = 27%
B 67 of 255 = 26%

102
70
67

R + G + B ~ 31%. #664643 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 70 + 67 = 239 (100%)
R 102 of 239 ~ 42.68%
G 70 of 239 ~ 29.29%
B 67 of 239 ~ 28.03%

%42.68
%29.29
%28.03

CMYK color model

#664643 color CMYK value is (0,31,34,60).

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 34.31%
  • key color value is 60.00%
CMYK:
(0,31,34,60)
C0M31Y34K60 
(0%,31%,34%,60%)
(0.00/0.31/0.34/0.60)	

CMYK percentages

%0
%31.37
%34.31
%60

Codes

Color #664643 in popluar color models

664643
RGB1027067
HSL20.71%33.14%
HSB/HSV34.31%40.00%
CMYK0.00%31.37%34.31%
60.00%

Color #664643 in popluar number systems.

HEX664643
Decimal1027067
Binary110011010001101000011
Octal146106103

Shades and tints

Shades of #664643

#664643
(102,70,67)
#5D403D
(93,64,61)
#543A37
(84,58,55)
#4B3431
(75,52,49)
#422E2B
(66,46,43)
#392825
(57,40,37)
#30221F
(48,34,31)
#271C19
(39,28,25)
#1E1613
(30,22,19)
#15100D
(21,16,13)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #664643

#664643
(102,70,67)
#735654
(115,86,84)
#806665
(128,102,101)
#8D7676
(141,118,118)
#9A8687
(154,134,135)
#A79698
(167,150,152)
#B4A6A9
(180,166,169)
#C1B6BA
(193,182,186)
#CEC6CB
(206,198,203)
#DBD6DC
(219,214,220)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664643; }

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

This text font color is #664643.


Background Color

.myBgColor { background-color: #664643; }

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

This div background color is #664643.


Border color

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

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

This div border color is #664643.


Opacity

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

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

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

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

This text has shadow with #664643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664643 on black background.


Color preview on white background

This text has color #664643 on white background.



Black color preview on #664643 background

This text has black color on #664643 background.


White color preview on #664643 background

This text has white color on #664643 background.