COLOR #664342

HEX: #664342
RGB: (102,67,66)

Color info

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

RGB color model

#664342 color RGB value is (102,67,66).

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

RGB channels and saturation

R 102 of 255 = 40%
G 67 of 255 = 26%
B 66 of 255 = 26%

102
67
66

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

Portions of RGB colors in percentages

R + G + B =
102 + 67 + 66 = 235 (100%)
R 102 of 235 ~ 43.4%
G 67 of 235 ~ 28.51%
B 66 of 235 ~ 28.09%

%43.4
%28.51
%28.09

CMYK color model

#664342 color CMYK value is (0,34,35,60).

  • cyan value is 0.00%
  • magenta value is 34.31%
  • yellow value is 35.29%
  • key color value is 60.00%
CMYK:
(0,34,35,60)
C0M34Y35K60 
(0%,34%,35%,60%)
(0.00/0.34/0.35/0.60)	

CMYK percentages

%0
%34.31
%35.29
%60

Codes

Color #664342 in popluar color models

664342
RGB1026766
HSL21.43%32.94%
HSB/HSV35.29%40.00%
CMYK0.00%34.31%35.29%
60.00%

Color #664342 in popluar number systems.

HEX664342
Decimal1026766
Binary110011010000111000010
Octal146103102

Shades and tints

Shades of #664342

#664342
(102,67,66)
#5D3D3C
(93,61,60)
#543736
(84,55,54)
#4B3130
(75,49,48)
#422B2A
(66,43,42)
#392524
(57,37,36)
#301F1E
(48,31,30)
#271918
(39,25,24)
#1E1312
(30,19,18)
#150D0C
(21,13,12)
#0C0706
(12,7,6)
#000000
(0,0,0)

Tints of #664342

#664342
(102,67,66)
#735453
(115,84,83)
#806564
(128,101,100)
#8D7675
(141,118,117)
#9A8786
(154,135,134)
#A79897
(167,152,151)
#B4A9A8
(180,169,168)
#C1BAB9
(193,186,185)
#CECBCA
(206,203,202)
#DBDCDB
(219,220,219)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664342; }

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

This text font color is #664342.


Background Color

.myBgColor { background-color: #664342; }

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

This div background color is #664342.


Border color

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

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

This div border color is #664342.


Opacity

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

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

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

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

This text has shadow with #664342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664342 on black background.


Color preview on white background

This text has color #664342 on white background.



Black color preview on #664342 background

This text has black color on #664342 background.


White color preview on #664342 background

This text has white color on #664342 background.