COLOR #336C0B

HEX: #336C0B
RGB: (51,108,11)

Color info

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

RGB color model

#336C0B color RGB value is (51,108,11).

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

RGB channels and saturation

R 51 of 255 = 20%
G 108 of 255 = 42%
B 11 of 255 = 4%

51
108
11

R + G + B ~ 22%. #336C0B is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 108 + 11 = 170 (100%)
R 51 of 170 ~ 30%
G 108 of 170 ~ 63.53%
B 11 of 170 ~ 6.47%

%30
%63.53

CMYK color model

#336C0B color CMYK value is (53,0,90,58).

  • cyan value is 52.78%
  • magenta value is 0.00%
  • yellow value is 89.81%
  • key color value is 57.65%
CMYK:
(53,0,90,58)
C53M0Y90K58 
(53%,0%,90%,58%)
(0.53/0.00/0.90/0.58)	

CMYK percentages

%52.78
%0
%89.81
%57.65

Codes

Color #336C0B in popluar color models

336C0B
RGB5110811
HSL95°81.51%23.33%
HSB/HSV95°89.81%42.35%
CMYK52.78%0.00%89.81%
57.65%

Color #336C0B in popluar number systems.

HEX336C0B
Decimal5110811
Binary11001111011001011
Octal6315413

Shades and tints

Shades of #336C0B

#336C0B
(51,108,11)
#2F630A
(47,99,10)
#2B5A09
(43,90,9)
#275108
(39,81,8)
#234807
(35,72,7)
#1F3F06
(31,63,6)
#1B3605
(27,54,5)
#172D04
(23,45,4)
#132403
(19,36,3)
#0F1B02
(15,27,2)
#0B1201
(11,18,1)
#000000
(0,0,0)

Tints of #336C0B

#336C0B
(51,108,11)
#457921
(69,121,33)
#578637
(87,134,55)
#69934D
(105,147,77)
#7BA063
(123,160,99)
#8DAD79
(141,173,121)
#9FBA8F
(159,186,143)
#B1C7A5
(177,199,165)
#C3D4BB
(195,212,187)
#D5E1D1
(213,225,209)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336C0B color. Also use rgb(51,108,11) instead hex code.

Text Font Color

.myTextColor { color: #336C0B; }

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

This text font color is #336C0B.


Background Color

.myBgColor { background-color: #336C0B; }

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

This div background color is #336C0B.


Border color

.myBorderColor { border: 1px solid #336C0B; }

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

This div border color is #336C0B.


Opacity

.myOpacity80 { color: #336C0B; opacity: 0.8; }

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

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

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

This text has shadow with #336C0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336C0B on black background.


Color preview on white background

This text has color #336C0B on white background.



Black color preview on #336C0B background

This text has black color on #336C0B background.


White color preview on #336C0B background

This text has white color on #336C0B background.