COLOR #66426E

HEX: #66426E
RGB: (102,66,110)

Color info

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

RGB color model

#66426E color RGB value is (102,66,110).

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

RGB channels and saturation

R 102 of 255 = 40%
G 66 of 255 = 26%
B 110 of 255 = 43%

102
66
110

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

Portions of RGB colors in percentages

R + G + B =
102 + 66 + 110 = 278 (100%)
R 102 of 278 ~ 36.69%
G 66 of 278 ~ 23.74%
B 110 of 278 ~ 39.57%

%36.69
%23.74
%39.57

CMYK color model

#66426E color CMYK value is (7,40,0,57).

  • cyan value is 7.27%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(7,40,0,57)
C7M40Y0K57 
(7%,40%,0%,57%)
(0.07/0.40/0.00/0.57)	

CMYK percentages

%7.27
%40
%0
%56.86

Codes

Color #66426E in popluar color models

66426E
RGB10266110
HSL289°25.00%34.51%
HSB/HSV289°40.00%43.14%
CMYK7.27%40.00%0.00%
56.86%

Color #66426E in popluar number systems.

HEX66426E
Decimal10266110
Binary110011010000101101110
Octal146102156

Shades and tints

Shades of #66426E

#66426E
(102,66,110)
#5D3C64
(93,60,100)
#54365A
(84,54,90)
#4B3050
(75,48,80)
#422A46
(66,42,70)
#39243C
(57,36,60)
#301E32
(48,30,50)
#271828
(39,24,40)
#1E121E
(30,18,30)
#150C14
(21,12,20)
#0C060A
(12,6,10)
#000000
(0,0,0)

Tints of #66426E

#66426E
(102,66,110)
#73537B
(115,83,123)
#806488
(128,100,136)
#8D7595
(141,117,149)
#9A86A2
(154,134,162)
#A797AF
(167,151,175)
#B4A8BC
(180,168,188)
#C1B9C9
(193,185,201)
#CECAD6
(206,202,214)
#DBDBE3
(219,219,227)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66426E; }

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

This text font color is #66426E.


Background Color

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

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

This div background color is #66426E.


Border color

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

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

This div border color is #66426E.


Opacity

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

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

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

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

This text has shadow with #66426E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66426E on black background.


Color preview on white background

This text has color #66426E on white background.



Black color preview on #66426E background

This text has black color on #66426E background.


White color preview on #66426E background

This text has white color on #66426E background.