COLOR #336600

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

51
102
0

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

Portions of RGB colors in percentages

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

%33.33
%66.67

CMYK color model

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

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

CMYK percentages

%50
%0
%100
%60

Codes

Color #336600 in popluar color models

336600
RGB511020
HSL90°100.00%20.00%
HSB/HSV90°100.00%40.00%
CMYK50.00%0.00%100.00%
60.00%

Color #336600 in popluar number systems.

HEX336600
Decimal511020
Binary11001111001100
Octal631460

Shades and tints

Shades of #336600

#336600
(51,102,0)
#2F5D00
(47,93,0)
#2B5400
(43,84,0)
#274B00
(39,75,0)
#234200
(35,66,0)
#1F3900
(31,57,0)
#1B3000
(27,48,0)
#172700
(23,39,0)
#131E00
(19,30,0)
#0F1500
(15,21,0)
#0B0C00
(11,12,0)
#000000
(0,0,0)

Tints of #336600

#336600
(51,102,0)
#457317
(69,115,23)
#57802E
(87,128,46)
#698D45
(105,141,69)
#7B9A5C
(123,154,92)
#8DA773
(141,167,115)
#9FB48A
(159,180,138)
#B1C1A1
(177,193,161)
#C3CEB8
(195,206,184)
#D5DBCF
(213,219,207)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336600; }

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

This text font color is #336600.


Background Color

.myBgColor { background-color: #336600; }

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

This div background color is #336600.


Border color

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

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

This div border color is #336600.


Opacity

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

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

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

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

This text has shadow with #336600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336600 on black background.


Color preview on white background

This text has color #336600 on white background.



Black color preview on #336600 background

This text has black color on #336600 background.


White color preview on #336600 background

This text has white color on #336600 background.