COLOR #66424F

HEX: #66424F
RGB: (102,66,79)

Color info

#66424F contains red, green and blue colors in about the same proportion. Web safe color of #66424F is #663366 (or #636).

RGB color model

#66424F color RGB value is (102,66,79).

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

RGB channels and saturation

R 102 of 255 = 40%
G 66 of 255 = 26%
B 79 of 255 = 31%

102
66
79

R + G + B ~ 32%. #66424F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 66 + 79 = 247 (100%)
R 102 of 247 ~ 41.3%
G 66 of 247 ~ 26.72%
B 79 of 247 ~ 31.98%

%41.3
%26.72
%31.98

CMYK color model

#66424F color CMYK value is (0,35,23,60).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 22.55%
  • key color value is 60.00%
CMYK:
(0,35,23,60)
C0M35Y23K60 
(0%,35%,23%,60%)
(0.00/0.35/0.23/0.60)	

CMYK percentages

%0
%35.29
%22.55
%60

Codes

Color #66424F in popluar color models

66424F
RGB1026679
HSL338°21.43%32.94%
HSB/HSV338°35.29%40.00%
CMYK0.00%35.29%22.55%
60.00%

Color #66424F in popluar number systems.

HEX66424F
Decimal1026679
Binary110011010000101001111
Octal146102117

Shades and tints

Shades of #66424F

#66424F
(102,66,79)
#5D3C48
(93,60,72)
#543641
(84,54,65)
#4B303A
(75,48,58)
#422A33
(66,42,51)
#39242C
(57,36,44)
#301E25
(48,30,37)
#27181E
(39,24,30)
#1E1217
(30,18,23)
#150C10
(21,12,16)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #66424F

#66424F
(102,66,79)
#73535F
(115,83,95)
#80646F
(128,100,111)
#8D757F
(141,117,127)
#9A868F
(154,134,143)
#A7979F
(167,151,159)
#B4A8AF
(180,168,175)
#C1B9BF
(193,185,191)
#CECACF
(206,202,207)
#DBDBDF
(219,219,223)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66424F; }

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

This text font color is #66424F.


Background Color

.myBgColor { background-color: #66424F; }

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

This div background color is #66424F.


Border color

.myBorderColor { border: 1px solid #66424F; }

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

This div border color is #66424F.


Opacity

.myOpacity80 { color: #66424F; opacity: 0.8; }

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

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

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

This text has shadow with #66424F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66424F on black background.


Color preview on white background

This text has color #66424F on white background.



Black color preview on #66424F background

This text has black color on #66424F background.


White color preview on #66424F background

This text has white color on #66424F background.