COLOR #663366

HEX: #663366
RGB: (102,51,102)

Color info

#663366 contains red, green and blue colors in about the same proportion. #663366 color is web safe color. It maybe written shortly as #636.

RGB color model

#663366 color RGB value is (102,51,102).

  • red value is 102;
  • green value is 51;
  • blue value is 102.
RGB:
(102,51,102)
(40%,20%,40%)

RGB channels and saturation

R 102 of 255 = 40%
G 51 of 255 = 20%
B 102 of 255 = 40%

102
51
102

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

Portions of RGB colors in percentages

R + G + B =
102 + 51 + 102 = 255 (100%)
R 102 of 255 ~ 40%
G 51 of 255 ~ 20%
B 102 of 255 ~ 40%

%40
%20
%40

CMYK color model

#663366 color CMYK value is (0,50,0,60).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(0,50,0,60)
C0M50Y0K60 
(0%,50%,0%,60%)
(0.00/0.50/0.00/0.60)	

CMYK percentages

%0
%50
%0
%60

Codes

Color #663366 in popluar color models

663366
RGB10251102
HSL300°33.33%30.00%
HSB/HSV300°50.00%40.00%
CMYK0.00%50.00%0.00%
60.00%

Color #663366 in popluar number systems.

HEX663366
Decimal10251102
Binary11001101100111100110
Octal14663146

Shades and tints

Shades of #663366

#663366
(102,51,102)
#5D2F5D
(93,47,93)
#542B54
(84,43,84)
#4B274B
(75,39,75)
#422342
(66,35,66)
#391F39
(57,31,57)
#301B30
(48,27,48)
#271727
(39,23,39)
#1E131E
(30,19,30)
#150F15
(21,15,21)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #663366

#663366
(102,51,102)
#734573
(115,69,115)
#805780
(128,87,128)
#8D698D
(141,105,141)
#9A7B9A
(154,123,154)
#A78DA7
(167,141,167)
#B49FB4
(180,159,180)
#C1B1C1
(193,177,193)
#CEC3CE
(206,195,206)
#DBD5DB
(219,213,219)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663366 color. Also use rgb(102,51,102) instead hex code.

Text Font Color

.myTextColor { color: #663366; }

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

This text font color is #663366.


Background Color

.myBgColor { background-color: #663366; }

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

This div background color is #663366.


Border color

.myBorderColor { border: 1px solid #663366; }

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

This div border color is #663366.


Opacity

.myOpacity80 { color: #663366; opacity: 0.8; }

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

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

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

This text has shadow with #663366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663366 on black background.


Color preview on white background

This text has color #663366 on white background.



Black color preview on #663366 background

This text has black color on #663366 background.


White color preview on #663366 background

This text has white color on #663366 background.