COLOR #66426C

HEX: #66426C
RGB: (102,66,108)

Color info

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

RGB color model

#66426C color RGB value is (102,66,108).

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

RGB channels and saturation

R 102 of 255 = 40%
G 66 of 255 = 26%
B 108 of 255 = 42%

102
66
108

R + G + B ~ 36%. #66426C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 66 + 108 = 276 (100%)
R 102 of 276 ~ 36.96%
G 66 of 276 ~ 23.91%
B 108 of 276 ~ 39.13%

%36.96
%23.91
%39.13

CMYK color model

#66426C color CMYK value is (6,39,0,58).

  • cyan value is 5.56%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(6,39,0,58)
C6M39Y0K58 
(6%,39%,0%,58%)
(0.06/0.39/0.00/0.58)	

CMYK percentages

%5.56
%38.89
%0
%57.65

Codes

Color #66426C in popluar color models

66426C
RGB10266108
HSL291°24.14%34.12%
HSB/HSV291°38.89%42.35%
CMYK5.56%38.89%0.00%
57.65%

Color #66426C in popluar number systems.

HEX66426C
Decimal10266108
Binary110011010000101101100
Octal146102154

Shades and tints

Shades of #66426C

#66426C
(102,66,108)
#5D3C63
(93,60,99)
#54365A
(84,54,90)
#4B3051
(75,48,81)
#422A48
(66,42,72)
#39243F
(57,36,63)
#301E36
(48,30,54)
#27182D
(39,24,45)
#1E1224
(30,18,36)
#150C1B
(21,12,27)
#0C0612
(12,6,18)
#000000
(0,0,0)

Tints of #66426C

#66426C
(102,66,108)
#735379
(115,83,121)
#806486
(128,100,134)
#8D7593
(141,117,147)
#9A86A0
(154,134,160)
#A797AD
(167,151,173)
#B4A8BA
(180,168,186)
#C1B9C7
(193,185,199)
#CECAD4
(206,202,212)
#DBDBE1
(219,219,225)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66426C; }

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

This text font color is #66426C.


Background Color

.myBgColor { background-color: #66426C; }

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

This div background color is #66426C.


Border color

.myBorderColor { border: 1px solid #66426C; }

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

This div border color is #66426C.


Opacity

.myOpacity80 { color: #66426C; opacity: 0.8; }

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

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

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

This text has shadow with #66426C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66426C on black background.


Color preview on white background

This text has color #66426C on white background.



Black color preview on #66426C background

This text has black color on #66426C background.


White color preview on #66426C background

This text has white color on #66426C background.