COLOR #66378E

HEX: #66378E
RGB: (102,55,142)

Color info

#66378E contains mainly red and blue colors. Web safe color of #66378E is #663399 (or #639).

RGB color model

#66378E color RGB value is (102,55,142).

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

RGB channels and saturation

R 102 of 255 = 40%
G 55 of 255 = 22%
B 142 of 255 = 56%

102
55
142

R + G + B ~ 39%. #66378E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 55 + 142 = 299 (100%)
R 102 of 299 ~ 34.11%
G 55 of 299 ~ 18.39%
B 142 of 299 ~ 47.49%

%34.11
%18.39
%47.49

CMYK color model

#66378E color CMYK value is (28,61,0,44).

  • cyan value is 28.17%
  • magenta value is 61.27%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(28,61,0,44)
C28M61Y0K44 
(28%,61%,0%,44%)
(0.28/0.61/0.00/0.44)	

CMYK percentages

%28.17
%61.27
%0
%44.31

Codes

Color #66378E in popluar color models

66378E
RGB10255142
HSL272°44.16%38.63%
HSB/HSV272°61.27%55.69%
CMYK28.17%61.27%0.00%
44.31%

Color #66378E in popluar number systems.

HEX66378E
Decimal10255142
Binary110011011011110001110
Octal14667216

Shades and tints

Shades of #66378E

#66378E
(102,55,142)
#5D3282
(93,50,130)
#542D76
(84,45,118)
#4B286A
(75,40,106)
#42235E
(66,35,94)
#391E52
(57,30,82)
#301946
(48,25,70)
#27143A
(39,20,58)
#1E0F2E
(30,15,46)
#150A22
(21,10,34)
#0C0516
(12,5,22)
#000000
(0,0,0)

Tints of #66378E

#66378E
(102,55,142)
#734998
(115,73,152)
#805BA2
(128,91,162)
#8D6DAC
(141,109,172)
#9A7FB6
(154,127,182)
#A791C0
(167,145,192)
#B4A3CA
(180,163,202)
#C1B5D4
(193,181,212)
#CEC7DE
(206,199,222)
#DBD9E8
(219,217,232)
#E8EBF2
(232,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66378E color. Also use rgb(102,55,142) instead hex code.

Text Font Color

.myTextColor { color: #66378E; }

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

This text font color is #66378E.


Background Color

.myBgColor { background-color: #66378E; }

<div style="background-color:#66378E">Inner text</div>

This div background color is #66378E.


Border color

.myBorderColor { border: 1px solid #66378E; }

<div style="border:3px solid #66378E">Div</div>

This div border color is #66378E.


Opacity

.myOpacity80 { color: #66378E; opacity: 0.8; }

<p style="color:#66378E;opacity:0.8;">80%</p>

Text with #66378E 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 #66378E;}

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

This text has shadow with #66378E color.

.textShadow {text-shadow: 3px 3px 1px #66378E, 3px 3px 1px red;}

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

This text has shadow with #66378E primary color and red secondary color.


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

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

This text has shadow with #66378E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66378E on black background.


Color preview on white background

This text has color #66378E on white background.



Black color preview on #66378E background

This text has black color on #66378E background.


White color preview on #66378E background

This text has white color on #66378E background.