COLOR #66406B

HEX: #66406B
RGB: (102,64,107)

Color info

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

RGB color model

#66406B color RGB value is (102,64,107).

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

RGB channels and saturation

R 102 of 255 = 40%
G 64 of 255 = 25%
B 107 of 255 = 42%

102
64
107

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

Portions of RGB colors in percentages

R + G + B =
102 + 64 + 107 = 273 (100%)
R 102 of 273 ~ 37.36%
G 64 of 273 ~ 23.44%
B 107 of 273 ~ 39.19%

%37.36
%23.44
%39.19

CMYK color model

#66406B color CMYK value is (5,40,0,58).

  • cyan value is 4.67%
  • magenta value is 40.19%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(5,40,0,58)
C5M40Y0K58 
(5%,40%,0%,58%)
(0.05/0.40/0.00/0.58)	

CMYK percentages

%4.67
%40.19
%0
%58.04

Codes

Color #66406B in popluar color models

66406B
RGB10264107
HSL293°25.15%33.53%
HSB/HSV293°40.19%41.96%
CMYK4.67%40.19%0.00%
58.04%

Color #66406B in popluar number systems.

HEX66406B
Decimal10264107
Binary110011010000001101011
Octal146100153

Shades and tints

Shades of #66406B

#66406B
(102,64,107)
#5D3B62
(93,59,98)
#543659
(84,54,89)
#4B3150
(75,49,80)
#422C47
(66,44,71)
#39273E
(57,39,62)
#302235
(48,34,53)
#271D2C
(39,29,44)
#1E1823
(30,24,35)
#15131A
(21,19,26)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #66406B

#66406B
(102,64,107)
#735178
(115,81,120)
#806285
(128,98,133)
#8D7392
(141,115,146)
#9A849F
(154,132,159)
#A795AC
(167,149,172)
#B4A6B9
(180,166,185)
#C1B7C6
(193,183,198)
#CEC8D3
(206,200,211)
#DBD9E0
(219,217,224)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66406B; }

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

This text font color is #66406B.


Background Color

.myBgColor { background-color: #66406B; }

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

This div background color is #66406B.


Border color

.myBorderColor { border: 1px solid #66406B; }

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

This div border color is #66406B.


Opacity

.myOpacity80 { color: #66406B; opacity: 0.8; }

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

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

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

This text has shadow with #66406B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66406B on black background.


Color preview on white background

This text has color #66406B on white background.



Black color preview on #66406B background

This text has black color on #66406B background.


White color preview on #66406B background

This text has white color on #66406B background.