COLOR #66385C

HEX: #66385C
RGB: (102,56,92)

Color info

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

RGB color model

#66385C color RGB value is (102,56,92).

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

RGB channels and saturation

R 102 of 255 = 40%
G 56 of 255 = 22%
B 92 of 255 = 36%

102
56
92

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

Portions of RGB colors in percentages

R + G + B =
102 + 56 + 92 = 250 (100%)
R 102 of 250 ~ 40.8%
G 56 of 250 ~ 22.4%
B 92 of 250 ~ 36.8%

%40.8
%22.4
%36.8

CMYK color model

#66385C color CMYK value is (0,45,10,60).

  • cyan value is 0.00%
  • magenta value is 45.10%
  • yellow value is 9.80%
  • key color value is 60.00%
CMYK:
(0,45,10,60)
C0M45Y10K60 
(0%,45%,10%,60%)
(0.00/0.45/0.10/0.60)	

CMYK percentages

%0
%45.1
%9.8
%60

Codes

Color #66385C in popluar color models

66385C
RGB1025692
HSL313°29.11%30.98%
HSB/HSV313°45.10%40.00%
CMYK0.00%45.10%9.80%
60.00%

Color #66385C in popluar number systems.

HEX66385C
Decimal1025692
Binary11001101110001011100
Octal14670134

Shades and tints

Shades of #66385C

#66385C
(102,56,92)
#5D3354
(93,51,84)
#542E4C
(84,46,76)
#4B2944
(75,41,68)
#42243C
(66,36,60)
#391F34
(57,31,52)
#301A2C
(48,26,44)
#271524
(39,21,36)
#1E101C
(30,16,28)
#150B14
(21,11,20)
#0C060C
(12,6,12)
#000000
(0,0,0)

Tints of #66385C

#66385C
(102,56,92)
#734A6A
(115,74,106)
#805C78
(128,92,120)
#8D6E86
(141,110,134)
#9A8094
(154,128,148)
#A792A2
(167,146,162)
#B4A4B0
(180,164,176)
#C1B6BE
(193,182,190)
#CEC8CC
(206,200,204)
#DBDADA
(219,218,218)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66385C; }

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

This text font color is #66385C.


Background Color

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

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

This div background color is #66385C.


Border color

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

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

This div border color is #66385C.


Opacity

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

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

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

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

This text has shadow with #66385C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66385C on black background.


Color preview on white background

This text has color #66385C on white background.



Black color preview on #66385C background

This text has black color on #66385C background.


White color preview on #66385C background

This text has white color on #66385C background.