COLOR #666300

HEX: #666300
RGB: (102,99,0)

Color info

#666300 contains only red and green colors. Web safe color of #666300 is #666600 (or #660).

RGB color model

#666300 color RGB value is (102,99,0).

  • red value is 102;
  • green value is 99;
  • blue value is 0.
RGB:
(102,99,0)
(40%,39%,0%)

RGB channels and saturation

R 102 of 255 = 40%
G 99 of 255 = 39%
B 0 of 255 = 0%

102
99
0

R + G + B ~ 26%. #666300 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 99 + 0 = 201 (100%)
R 102 of 201 ~ 50.75%
G 99 of 201 ~ 49.25%
B 0 of 201 ~ 0%

%50.75
%49.25

CMYK color model

#666300 color CMYK value is (0,3,100,60).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 100.00%
  • key color value is 60.00%
CMYK:
(0,3,100,60)
C0M3Y100K60 
(0%,3%,100%,60%)
(0.00/0.03/1.00/0.60)	

CMYK percentages

%0
%2.94
%100
%60

Codes

Color #666300 in popluar color models

666300
RGB102990
HSL58°100.00%20.00%
HSB/HSV58°100.00%40.00%
CMYK0.00%2.94%100.00%
60.00%

Color #666300 in popluar number systems.

HEX666300
Decimal102990
Binary110011011000110
Octal1461430

Shades and tints

Shades of #666300

#666300
(102,99,0)
#5D5A00
(93,90,0)
#545100
(84,81,0)
#4B4800
(75,72,0)
#423F00
(66,63,0)
#393600
(57,54,0)
#302D00
(48,45,0)
#272400
(39,36,0)
#1E1B00
(30,27,0)
#151200
(21,18,0)
#0C0900
(12,9,0)
#000000
(0,0,0)

Tints of #666300

#666300
(102,99,0)
#737117
(115,113,23)
#807F2E
(128,127,46)
#8D8D45
(141,141,69)
#9A9B5C
(154,155,92)
#A7A973
(167,169,115)
#B4B78A
(180,183,138)
#C1C5A1
(193,197,161)
#CED3B8
(206,211,184)
#DBE1CF
(219,225,207)
#E8EFE6
(232,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666300; }

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

This text font color is #666300.


Background Color

.myBgColor { background-color: #666300; }

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

This div background color is #666300.


Border color

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

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

This div border color is #666300.


Opacity

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

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

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

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

This text has shadow with #666300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666300 on black background.


Color preview on white background

This text has color #666300 on white background.



Black color preview on #666300 background

This text has black color on #666300 background.


White color preview on #666300 background

This text has white color on #666300 background.