COLOR #660033

HEX: #660033 RGB: (102,0,51)

Color info

#660033 contains only red and blue colors. #660033 color is web safe color. It maybe written shortly as #603.

RGB color model

#660033 color RGB value is (102,0,51).

RGB: (102,0,51) (40%, 0%, 20%)

RGB channels and saturation

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

102
0
51

R + G + B ~ 20%. #660033 is dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 0 + 51 = 153 (100%)
R 102 of 153 ~ 66.67%
G 0 of 153 ~ 0%
B 51 of 153 ~ 33.33'%

%66.67
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 50.00%
  • key color value is 60.00%

CMYK: (0,100,50,60)
C0M100Y50K60 (0%, 100%, 50%, 60%)
(0.00 / 1.00 / 0.50 / 0.60)

CMYK percentages

%0
%100
%50
%60

Codes

Color #660033 in popluar color models

66 00 33
RGB 102 0 51
HSL 330° 100.00% 20.00%
HSB/HSV 330° 100.00% 40.00%
CMYK 0.00% 100.00% 50.00%
60.00%

Color #660033 in popluar number systems.

HEX 66 00 33
Decimal 102 0 51
Binary 1100110 0 110011
Octal 146 0 63

Shades and tints

Shades of #660033

#660033
(102,0,51)
#5D002F
(93,0,47)
#54002B
(84,0,43)
#4B0027
(75,0,39)
#420023
(66,0,35)
#39001F
(57,0,31)
#30001B
(48,0,27)
#270017
(39,0,23)
#1E0013
(30,0,19)
#15000F
(21,0,15)
#0C000B
(12,0,11)
#000000
(0,0,0)

Tints of #660033

#660033
(102,0,51)
#731745
(115,23,69)
#802E57
(128,46,87)
#8D4569
(141,69,105)
#9A5C7B
(154,92,123)
#A7738D
(167,115,141)
#B48A9F
(180,138,159)
#C1A1B1
(193,161,177)
#CEB8C3
(206,184,195)
#DBCFD5
(219,207,213)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #660033; }

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

This text font color is #660033.

Background Color

.myBgColor { background-color: #660033; }

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

This div background color is #660033.

Border color

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

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

This div border color is #660033.

Opacity

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

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

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

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

This text has shadow with #660033 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #660033.

Preview

Color preview on black background

This text has color #660033 on black background.


Color preview on white background

This text has color #660033 on white background.


Black color preview on #660033 background

This text has black color on #660033 background.


White color preview on #660033 background

This text has white color on #660033 background.


Related colors

Complementary color

Complementary color for #hex is #99FFCC.


I love getcolorcode.com

Triadic colors

1 #336600 and #003366 with #660033 are triadic colors.

2 #330066 and #006633 with #660033 are triadic colors.