COLOR #66385F

HEX: #66385F
RGB: (102,56,95)

Color info

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

RGB color model

#66385F color RGB value is (102,56,95).

  • red value is 102;
  • green value is 56;
  • blue value is 95.
RGB:
(102,56,95)
(40%,22%,37%)

RGB channels and saturation

R 102 of 255 = 40%
G 56 of 255 = 22%
B 95 of 255 = 37%

102
56
95

R + G + B ~ 33%. #66385F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 56 + 95 = 253 (100%)
R 102 of 253 ~ 40.32%
G 56 of 253 ~ 22.13%
B 95 of 253 ~ 37.55%

%40.32
%22.13
%37.55

CMYK color model

#66385F color CMYK value is (0,45,7,60).

  • cyan value is 0.00%
  • magenta value is 45.10%
  • yellow value is 6.86%
  • key color value is 60.00%
CMYK:
(0,45,7,60)
C0M45Y7K60 
(0%,45%,7%,60%)
(0.00/0.45/0.07/0.60)	

CMYK percentages

%0
%45.1
%6.86
%60

Codes

Color #66385F in popluar color models

66385F
RGB1025695
HSL309°29.11%30.98%
HSB/HSV309°45.10%40.00%
CMYK0.00%45.10%6.86%
60.00%

Color #66385F in popluar number systems.

HEX66385F
Decimal1025695
Binary11001101110001011111
Octal14670137

Shades and tints

Shades of #66385F

#66385F
(102,56,95)
#5D3357
(93,51,87)
#542E4F
(84,46,79)
#4B2947
(75,41,71)
#42243F
(66,36,63)
#391F37
(57,31,55)
#301A2F
(48,26,47)
#271527
(39,21,39)
#1E101F
(30,16,31)
#150B17
(21,11,23)
#0C060F
(12,6,15)
#000000
(0,0,0)

Tints of #66385F

#66385F
(102,56,95)
#734A6D
(115,74,109)
#805C7B
(128,92,123)
#8D6E89
(141,110,137)
#9A8097
(154,128,151)
#A792A5
(167,146,165)
#B4A4B3
(180,164,179)
#C1B6C1
(193,182,193)
#CEC8CF
(206,200,207)
#DBDADD
(219,218,221)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66385F; }

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

This text font color is #66385F.


Background Color

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

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

This div background color is #66385F.


Border color

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

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

This div border color is #66385F.


Opacity

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

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

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

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

This text has shadow with #66385F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66385F on black background.


Color preview on white background

This text has color #66385F on white background.



Black color preview on #66385F background

This text has black color on #66385F background.


White color preview on #66385F background

This text has white color on #66385F background.