COLOR #336926

HEX: #336926
RGB: (51,105,38)

Color info

#336926 contains mainly red and green colors. Web safe color of #336926 is #336633 (or #363).

RGB color model

#336926 color RGB value is (51,105,38).

  • red value is 51;
  • green value is 105;
  • blue value is 38.
RGB:
(51,105,38)
(20%,41%,15%)

RGB channels and saturation

R 51 of 255 = 20%
G 105 of 255 = 41%
B 38 of 255 = 15%

51
105
38

R + G + B ~ 25%. #336926 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 105 + 38 = 194 (100%)
R 51 of 194 ~ 26.29%
G 105 of 194 ~ 54.12%
B 38 of 194 ~ 19.59%

%26.29
%54.12
%19.59

CMYK color model

#336926 color CMYK value is (51,0,64,59).

  • cyan value is 51.43%
  • magenta value is 0.00%
  • yellow value is 63.81%
  • key color value is 58.82%
CMYK:
(51,0,64,59)
C51M0Y64K59 
(51%,0%,64%,59%)
(0.51/0.00/0.64/0.59)	

CMYK percentages

%51.43
%0
%63.81
%58.82

Codes

Color #336926 in popluar color models

336926
RGB5110538
HSL108°46.85%28.04%
HSB/HSV108°63.81%41.18%
CMYK51.43%0.00%63.81%
58.82%

Color #336926 in popluar number systems.

HEX336926
Decimal5110538
Binary1100111101001100110
Octal6315146

Shades and tints

Shades of #336926

#336926
(51,105,38)
#2F6023
(47,96,35)
#2B5720
(43,87,32)
#274E1D
(39,78,29)
#23451A
(35,69,26)
#1F3C17
(31,60,23)
#1B3314
(27,51,20)
#172A11
(23,42,17)
#13210E
(19,33,14)
#0F180B
(15,24,11)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #336926

#336926
(51,105,38)
#457639
(69,118,57)
#57834C
(87,131,76)
#69905F
(105,144,95)
#7B9D72
(123,157,114)
#8DAA85
(141,170,133)
#9FB798
(159,183,152)
#B1C4AB
(177,196,171)
#C3D1BE
(195,209,190)
#D5DED1
(213,222,209)
#E7EBE4
(231,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336926 color. Also use rgb(51,105,38) instead hex code.

Text Font Color

.myTextColor { color: #336926; }

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

This text font color is #336926.


Background Color

.myBgColor { background-color: #336926; }

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

This div background color is #336926.


Border color

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

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

This div border color is #336926.


Opacity

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

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

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

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

This text has shadow with #336926 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336926 on black background.


Color preview on white background

This text has color #336926 on white background.



Black color preview on #336926 background

This text has black color on #336926 background.


White color preview on #336926 background

This text has white color on #336926 background.