COLOR #66386F

HEX: #66386F RGB: (102,56,111)

Color info

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

RGB color model

#66386F color RGB value is (102,56,111).

RGB: (102,56,111) (40%, 22%, 44%)

RGB channels and saturation

R 102 of 255 = 40%
G 56 of 255 = 22%
B 111 of 255 = 44%

102
56
111

R + G + B ~ 35%. #66386F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 56 + 111 = 269 (100%)
R 102 of 269 ~ 37.92%
G 56 of 269 ~ 20.82%
B 111 of 269 ~ 41.26'%

%37.92
%20.82
%41.26

CMYK color model

#66386F color CMYK value is (8,50,0,56).

  • cyan value is 8.11%
  • magenta value is 49.55%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (8,50,0,56)
C8M50Y0K56 (8%, 50%, 0%, 56%)
(0.08 / 0.50 / 0.00 / 0.56)

CMYK percentages

%8.11
%49.55
%0
%56.47

Codes

Color #66386F in popluar color models

66 38 6F
RGB 102 56 111
HSL 290° 32.93% 32.75%
HSB/HSV 290° 49.55% 43.53%
CMYK 8.11% 49.55% 0.00%
56.47%

Color #66386F in popluar number systems.

HEX 66 38 6F
Decimal 102 56 111
Binary 1100110 111000 1101111
Octal 146 70 157

Shades and tints

Shades of #66386F

#66386F
(102,56,111)
#5D3365
(93,51,101)
#542E5B
(84,46,91)
#4B2951
(75,41,81)
#422447
(66,36,71)
#391F3D
(57,31,61)
#301A33
(48,26,51)
#271529
(39,21,41)
#1E101F
(30,16,31)
#150B15
(21,11,21)
#0C060B
(12,6,11)
#000000
(0,0,0)

Tints of #66386F

#66386F
(102,56,111)
#734A7C
(115,74,124)
#805C89
(128,92,137)
#8D6E96
(141,110,150)
#9A80A3
(154,128,163)
#A792B0
(167,146,176)
#B4A4BD
(180,164,189)
#C1B6CA
(193,182,202)
#CEC8D7
(206,200,215)
#DBDAE4
(219,218,228)
#E8ECF1
(232,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66386F color. Also use rgb(102,56,111) instead hex code.

Text Font Color

.myTextColor { color: #66386F; }

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

This text font color is #66386F.

Background Color

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

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

This div background color is #66386F.

Border color

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

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

This div border color is #66386F.

Opacity

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

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

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

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

This text has shadow with #66386F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66386F.

Preview

Color preview on black background

This text has color #66386F on black background.


Color preview on white background

This text has color #66386F on white background.


Black color preview on #66386F background

This text has black color on #66386F background.


White color preview on #66386F background

This text has white color on #66386F background.


Related colors

Complementary color

Complementary color for #hex is #99C790.


I love getcolorcode.com

Triadic colors

1 #6F6638 and #386F66 with #66386F are triadic colors.

2 #6F3866 and #38666F with #66386F are triadic colors.