COLOR #666C33

HEX: #666C33
RGB: (102,108,51)

Color info

#666C33 contains red, green and blue colors in about the same proportion. Web safe color of #666C33 is #666633 (or #663).

RGB color model

#666C33 color RGB value is (102,108,51).

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

RGB channels and saturation

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

102
108
51

R + G + B ~ 34%. #666C33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 108 + 51 = 261 (100%)
R 102 of 261 ~ 39.08%
G 108 of 261 ~ 41.38%
B 51 of 261 ~ 19.54%

%39.08
%41.38
%19.54

CMYK color model

#666C33 color CMYK value is (6,0,53,58).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 52.78%
  • key color value is 57.65%
CMYK:
(6,0,53,58)
C6M0Y53K58 
(6%,0%,53%,58%)
(0.06/0.00/0.53/0.58)	

CMYK percentages

%5.56
%0
%52.78
%57.65

Codes

Color #666C33 in popluar color models

666C33
RGB10210851
HSL66°35.85%31.18%
HSB/HSV66°52.78%42.35%
CMYK5.56%0.00%52.78%
57.65%

Color #666C33 in popluar number systems.

HEX666C33
Decimal10210851
Binary11001101101100110011
Octal14615463

Shades and tints

Shades of #666C33

#666C33
(102,108,51)
#5D632F
(93,99,47)
#545A2B
(84,90,43)
#4B5127
(75,81,39)
#424823
(66,72,35)
#393F1F
(57,63,31)
#30361B
(48,54,27)
#272D17
(39,45,23)
#1E2413
(30,36,19)
#151B0F
(21,27,15)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #666C33

#666C33
(102,108,51)
#737945
(115,121,69)
#808657
(128,134,87)
#8D9369
(141,147,105)
#9AA07B
(154,160,123)
#A7AD8D
(167,173,141)
#B4BA9F
(180,186,159)
#C1C7B1
(193,199,177)
#CED4C3
(206,212,195)
#DBE1D5
(219,225,213)
#E8EEE7
(232,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666C33; }

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

This text font color is #666C33.


Background Color

.myBgColor { background-color: #666C33; }

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

This div background color is #666C33.


Border color

.myBorderColor { border: 1px solid #666C33; }

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

This div border color is #666C33.


Opacity

.myOpacity80 { color: #666C33; opacity: 0.8; }

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

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

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

This text has shadow with #666C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666C33 on black background.


Color preview on white background

This text has color #666C33 on white background.



Black color preview on #666C33 background

This text has black color on #666C33 background.


White color preview on #666C33 background

This text has white color on #666C33 background.