COLOR #663300

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

Color info

#663300 contains only red and green colors. #663300 color is web safe color. It maybe written shortly as #630.

RGB color model

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

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

RGB channels and saturation

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

102
51
0

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

Portions of RGB colors in percentages

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

%66.67
%33.33

CMYK color model

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

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

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

CMYK percentages

%0
%50
%100
%60

Codes

Color #663300 in popluar color models

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

Color #663300 in popluar number systems.

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

Shades and tints

Shades of #663300

#663300
(102,51,0)
#5D2F00
(93,47,0)
#542B00
(84,43,0)
#4B2700
(75,39,0)
#422300
(66,35,0)
#391F00
(57,31,0)
#301B00
(48,27,0)
#271700
(39,23,0)
#1E1300
(30,19,0)
#150F00
(21,15,0)
#0C0B00
(12,11,0)
#000000
(0,0,0)

Tints of #663300

#663300
(102,51,0)
#734517
(115,69,23)
#80572E
(128,87,46)
#8D6945
(141,105,69)
#9A7B5C
(154,123,92)
#A78D73
(167,141,115)
#B49F8A
(180,159,138)
#C1B1A1
(193,177,161)
#CEC3B8
(206,195,184)
#DBD5CF
(219,213,207)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663300; }

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

This text font color is #663300.

Background Color

.myBgColor { background-color: #663300; }

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

This div background color is #663300.

Border color

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

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

This div border color is #663300.

Opacity

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

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

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

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

This text has shadow with #663300 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #663300.

Preview

Color preview on black background

This text has color #663300 on black background.


Color preview on white background

This text has color #663300 on white background.


Black color preview on #663300 background

This text has black color on #663300 background.


White color preview on #663300 background

This text has white color on #663300 background.


Related colors

Complementary color

Complementary color for #hex is #99CCFF.


I love getcolorcode.com

Triadic colors

1 #006633 and #330066 with #663300 are triadic colors.

2 #003366 and #336600 with #663300 are triadic colors.