COLOR #66396B

HEX: #66396B
RGB: (102,57,107)

Color info

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

RGB color model

#66396B color RGB value is (102,57,107).

  • red value is 102;
  • green value is 57;
  • blue value is 107.
RGB:
(102,57,107)
(40%,22%,42%)

RGB channels and saturation

R 102 of 255 = 40%
G 57 of 255 = 22%
B 107 of 255 = 42%

102
57
107

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

Portions of RGB colors in percentages

R + G + B =
102 + 57 + 107 = 266 (100%)
R 102 of 266 ~ 38.35%
G 57 of 266 ~ 21.43%
B 107 of 266 ~ 40.23%

%38.35
%21.43
%40.23

CMYK color model

#66396B color CMYK value is (5,47,0,58).

  • cyan value is 4.67%
  • magenta value is 46.73%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(5,47,0,58)
C5M47Y0K58 
(5%,47%,0%,58%)
(0.05/0.47/0.00/0.58)	

CMYK percentages

%4.67
%46.73
%0
%58.04

Codes

Color #66396B in popluar color models

66396B
RGB10257107
HSL294°30.49%32.16%
HSB/HSV294°46.73%41.96%
CMYK4.67%46.73%0.00%
58.04%

Color #66396B in popluar number systems.

HEX66396B
Decimal10257107
Binary11001101110011101011
Octal14671153

Shades and tints

Shades of #66396B

#66396B
(102,57,107)
#5D3462
(93,52,98)
#542F59
(84,47,89)
#4B2A50
(75,42,80)
#422547
(66,37,71)
#39203E
(57,32,62)
#301B35
(48,27,53)
#27162C
(39,22,44)
#1E1123
(30,17,35)
#150C1A
(21,12,26)
#0C0711
(12,7,17)
#000000
(0,0,0)

Tints of #66396B

#66396B
(102,57,107)
#734B78
(115,75,120)
#805D85
(128,93,133)
#8D6F92
(141,111,146)
#9A819F
(154,129,159)
#A793AC
(167,147,172)
#B4A5B9
(180,165,185)
#C1B7C6
(193,183,198)
#CEC9D3
(206,201,211)
#DBDBE0
(219,219,224)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66396B color. Also use rgb(102,57,107) instead hex code.

Text Font Color

.myTextColor { color: #66396B; }

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

This text font color is #66396B.


Background Color

.myBgColor { background-color: #66396B; }

<div style="background-color:#66396B">Inner text</div>

This div background color is #66396B.


Border color

.myBorderColor { border: 1px solid #66396B; }

<div style="border:3px solid #66396B">Div</div>

This div border color is #66396B.


Opacity

.myOpacity80 { color: #66396B; opacity: 0.8; }

<p style="color:#66396B;opacity:0.8;">80%</p>

Text with #66396B 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 #66396B;}

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

This text has shadow with #66396B color.

.textShadow {text-shadow: 3px 3px 1px #66396B, 3px 3px 1px red;}

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

This text has shadow with #66396B primary color and red secondary color.


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

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

This text has shadow with #66396B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66396B on black background.


Color preview on white background

This text has color #66396B on white background.



Black color preview on #66396B background

This text has black color on #66396B background.


White color preview on #66396B background

This text has white color on #66396B background.