COLOR #66437F

HEX: #66437F
RGB: (102,67,127)

Color info

#66437F contains mainly red and blue colors. Web safe color of #66437F is #663366 (or #636).

RGB color model

#66437F color RGB value is (102,67,127).

  • red value is 102;
  • green value is 67;
  • blue value is 127.
RGB:
(102,67,127)
(40%,26%,50%)

RGB channels and saturation

R 102 of 255 = 40%
G 67 of 255 = 26%
B 127 of 255 = 50%

102
67
127

R + G + B ~ 39%. #66437F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 67 + 127 = 296 (100%)
R 102 of 296 ~ 34.46%
G 67 of 296 ~ 22.64%
B 127 of 296 ~ 42.91%

%34.46
%22.64
%42.91

CMYK color model

#66437F color CMYK value is (20,47,0,50).

  • cyan value is 19.69%
  • magenta value is 47.24%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(20,47,0,50)
C20M47Y0K50 
(20%,47%,0%,50%)
(0.20/0.47/0.00/0.50)	

CMYK percentages

%19.69
%47.24
%0
%50.2

Codes

Color #66437F in popluar color models

66437F
RGB10267127
HSL275°30.93%38.04%
HSB/HSV275°47.24%49.80%
CMYK19.69%47.24%0.00%
50.20%

Color #66437F in popluar number systems.

HEX66437F
Decimal10267127
Binary110011010000111111111
Octal146103177

Shades and tints

Shades of #66437F

#66437F
(102,67,127)
#5D3D74
(93,61,116)
#543769
(84,55,105)
#4B315E
(75,49,94)
#422B53
(66,43,83)
#392548
(57,37,72)
#301F3D
(48,31,61)
#271932
(39,25,50)
#1E1327
(30,19,39)
#150D1C
(21,13,28)
#0C0711
(12,7,17)
#000000
(0,0,0)

Tints of #66437F

#66437F
(102,67,127)
#73548A
(115,84,138)
#806595
(128,101,149)
#8D76A0
(141,118,160)
#9A87AB
(154,135,171)
#A798B6
(167,152,182)
#B4A9C1
(180,169,193)
#C1BACC
(193,186,204)
#CECBD7
(206,203,215)
#DBDCE2
(219,220,226)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66437F color. Also use rgb(102,67,127) instead hex code.

Text Font Color

.myTextColor { color: #66437F; }

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

This text font color is #66437F.


Background Color

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

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

This div background color is #66437F.


Border color

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

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

This div border color is #66437F.


Opacity

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

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

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

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

This text has shadow with #66437F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66437F on black background.


Color preview on white background

This text has color #66437F on white background.



Black color preview on #66437F background

This text has black color on #66437F background.


White color preview on #66437F background

This text has white color on #66437F background.