COLOR #666633

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

102
102
51

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

Portions of RGB colors in percentages

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

%40
%40
%20

CMYK color model

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

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

CMYK percentages

%0
%0
%50
%60

Codes

Color #666633 in popluar color models

666633
RGB10210251
HSL60°33.33%30.00%
HSB/HSV60°50.00%40.00%
CMYK0.00%0.00%50.00%
60.00%

Color #666633 in popluar number systems.

HEX666633
Decimal10210251
Binary11001101100110110011
Octal14614663

Shades and tints

Shades of #666633

#666633
(102,102,51)
#5D5D2F
(93,93,47)
#54542B
(84,84,43)
#4B4B27
(75,75,39)
#424223
(66,66,35)
#39391F
(57,57,31)
#30301B
(48,48,27)
#272717
(39,39,23)
#1E1E13
(30,30,19)
#15150F
(21,21,15)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #666633

#666633
(102,102,51)
#737345
(115,115,69)
#808057
(128,128,87)
#8D8D69
(141,141,105)
#9A9A7B
(154,154,123)
#A7A78D
(167,167,141)
#B4B49F
(180,180,159)
#C1C1B1
(193,193,177)
#CECEC3
(206,206,195)
#DBDBD5
(219,219,213)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666633; }

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

This text font color is #666633.


Background Color

.myBgColor { background-color: #666633; }

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

This div background color is #666633.


Border color

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

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

This div border color is #666633.


Opacity

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

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

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

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

This text has shadow with #666633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666633 on black background.


Color preview on white background

This text has color #666633 on white background.



Black color preview on #666633 background

This text has black color on #666633 background.


White color preview on #666633 background

This text has white color on #666633 background.