COLOR #336102

HEX: #336102
RGB: (51,97,2)

Color info

#336102 contains mainly red and green colors. Web safe color of #336102 is #336600 (or #360).

RGB color model

#336102 color RGB value is (51,97,2).

  • red value is 51;
  • green value is 97;
  • blue value is 2.
RGB:
(51,97,2)
(20%,38%,1%)

RGB channels and saturation

R 51 of 255 = 20%
G 97 of 255 = 38%
B 2 of 255 = 1%

51
97
2

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

Portions of RGB colors in percentages

R + G + B =
51 + 97 + 2 = 150 (100%)
R 51 of 150 ~ 34%
G 97 of 150 ~ 64.67%
B 2 of 150 ~ 1.33%

%34
%64.67

CMYK color model

#336102 color CMYK value is (47,0,98,62).

  • cyan value is 47.42%
  • magenta value is 0.00%
  • yellow value is 97.94%
  • key color value is 61.96%
CMYK:
(47,0,98,62)
C47M0Y98K62 
(47%,0%,98%,62%)
(0.47/0.00/0.98/0.62)	

CMYK percentages

%47.42
%0
%97.94
%61.96

Codes

Color #336102 in popluar color models

336102
RGB51972
HSL89°95.96%19.41%
HSB/HSV89°97.94%38.04%
CMYK47.42%0.00%97.94%
61.96%

Color #336102 in popluar number systems.

HEX336102
Decimal51972
Binary110011110000110
Octal631412

Shades and tints

Shades of #336102

#336102
(51,97,2)
#2F5902
(47,89,2)
#2B5102
(43,81,2)
#274902
(39,73,2)
#234102
(35,65,2)
#1F3902
(31,57,2)
#1B3102
(27,49,2)
#172902
(23,41,2)
#132102
(19,33,2)
#0F1902
(15,25,2)
#0B1102
(11,17,2)
#000000
(0,0,0)

Tints of #336102

#336102
(51,97,2)
#456F19
(69,111,25)
#577D30
(87,125,48)
#698B47
(105,139,71)
#7B995E
(123,153,94)
#8DA775
(141,167,117)
#9FB58C
(159,181,140)
#B1C3A3
(177,195,163)
#C3D1BA
(195,209,186)
#D5DFD1
(213,223,209)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336102; }

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

This text font color is #336102.


Background Color

.myBgColor { background-color: #336102; }

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

This div background color is #336102.


Border color

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

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

This div border color is #336102.


Opacity

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

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

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

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

This text has shadow with #336102 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336102 on black background.


Color preview on white background

This text has color #336102 on white background.



Black color preview on #336102 background

This text has black color on #336102 background.


White color preview on #336102 background

This text has white color on #336102 background.