COLOR #664042

HEX: #664042
RGB: (102,64,66)

Color info

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

RGB color model

#664042 color RGB value is (102,64,66).

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

RGB channels and saturation

R 102 of 255 = 40%
G 64 of 255 = 25%
B 66 of 255 = 26%

102
64
66

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

Portions of RGB colors in percentages

R + G + B =
102 + 64 + 66 = 232 (100%)
R 102 of 232 ~ 43.97%
G 64 of 232 ~ 27.59%
B 66 of 232 ~ 28.45%

%43.97
%27.59
%28.45

CMYK color model

#664042 color CMYK value is (0,37,35,60).

  • cyan value is 0.00%
  • magenta value is 37.25%
  • yellow value is 35.29%
  • key color value is 60.00%
CMYK:
(0,37,35,60)
C0M37Y35K60 
(0%,37%,35%,60%)
(0.00/0.37/0.35/0.60)	

CMYK percentages

%0
%37.25
%35.29
%60

Codes

Color #664042 in popluar color models

664042
RGB1026466
HSL357°22.89%32.55%
HSB/HSV357°37.25%40.00%
CMYK0.00%37.25%35.29%
60.00%

Color #664042 in popluar number systems.

HEX664042
Decimal1026466
Binary110011010000001000010
Octal146100102

Shades and tints

Shades of #664042

#664042
(102,64,66)
#5D3B3C
(93,59,60)
#543636
(84,54,54)
#4B3130
(75,49,48)
#422C2A
(66,44,42)
#392724
(57,39,36)
#30221E
(48,34,30)
#271D18
(39,29,24)
#1E1812
(30,24,18)
#15130C
(21,19,12)
#0C0E06
(12,14,6)
#000000
(0,0,0)

Tints of #664042

#664042
(102,64,66)
#735153
(115,81,83)
#806264
(128,98,100)
#8D7375
(141,115,117)
#9A8486
(154,132,134)
#A79597
(167,149,151)
#B4A6A8
(180,166,168)
#C1B7B9
(193,183,185)
#CEC8CA
(206,200,202)
#DBD9DB
(219,217,219)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664042; }

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

This text font color is #664042.


Background Color

.myBgColor { background-color: #664042; }

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

This div background color is #664042.


Border color

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

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

This div border color is #664042.


Opacity

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

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

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

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

This text has shadow with #664042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664042 on black background.


Color preview on white background

This text has color #664042 on white background.



Black color preview on #664042 background

This text has black color on #664042 background.


White color preview on #664042 background

This text has white color on #664042 background.