COLOR #336A15

HEX: #336A15
RGB: (51,106,21)

Color info

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

RGB color model

#336A15 color RGB value is (51,106,21).

  • red value is 51;
  • green value is 106;
  • blue value is 21.
RGB:
(51,106,21)
(20%,42%,8%)

RGB channels and saturation

R 51 of 255 = 20%
G 106 of 255 = 42%
B 21 of 255 = 8%

51
106
21

R + G + B ~ 23%. #336A15 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 106 + 21 = 178 (100%)
R 51 of 178 ~ 28.65%
G 106 of 178 ~ 59.55%
B 21 of 178 ~ 11.8%

%28.65
%59.55
%11.8

CMYK color model

#336A15 color CMYK value is (52,0,80,58).

  • cyan value is 51.89%
  • magenta value is 0.00%
  • yellow value is 80.19%
  • key color value is 58.43%
CMYK:
(52,0,80,58)
C52M0Y80K58 
(52%,0%,80%,58%)
(0.52/0.00/0.80/0.58)	

CMYK percentages

%51.89
%0
%80.19
%58.43

Codes

Color #336A15 in popluar color models

336A15
RGB5110621
HSL99°66.93%24.90%
HSB/HSV99°80.19%41.57%
CMYK51.89%0.00%80.19%
58.43%

Color #336A15 in popluar number systems.

HEX336A15
Decimal5110621
Binary110011110101010101
Octal6315225

Shades and tints

Shades of #336A15

#336A15
(51,106,21)
#2F6114
(47,97,20)
#2B5813
(43,88,19)
#274F12
(39,79,18)
#234611
(35,70,17)
#1F3D10
(31,61,16)
#1B340F
(27,52,15)
#172B0E
(23,43,14)
#13220D
(19,34,13)
#0F190C
(15,25,12)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #336A15

#336A15
(51,106,21)
#45772A
(69,119,42)
#57843F
(87,132,63)
#699154
(105,145,84)
#7B9E69
(123,158,105)
#8DAB7E
(141,171,126)
#9FB893
(159,184,147)
#B1C5A8
(177,197,168)
#C3D2BD
(195,210,189)
#D5DFD2
(213,223,210)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336A15 color. Also use rgb(51,106,21) instead hex code.

Text Font Color

.myTextColor { color: #336A15; }

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

This text font color is #336A15.


Background Color

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

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

This div background color is #336A15.


Border color

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

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

This div border color is #336A15.


Opacity

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

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

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

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

This text has shadow with #336A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336A15 on black background.


Color preview on white background

This text has color #336A15 on white background.



Black color preview on #336A15 background

This text has black color on #336A15 background.


White color preview on #336A15 background

This text has white color on #336A15 background.