COLOR #336B28

HEX: #336B28
RGB: (51,107,40)

Color info

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

RGB color model

#336B28 color RGB value is (51,107,40).

  • red value is 51;
  • green value is 107;
  • blue value is 40.
RGB:
(51,107,40)
(20%,42%,16%)

RGB channels and saturation

R 51 of 255 = 20%
G 107 of 255 = 42%
B 40 of 255 = 16%

51
107
40

R + G + B ~ 26%. #336B28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 107 + 40 = 198 (100%)
R 51 of 198 ~ 25.76%
G 107 of 198 ~ 54.04%
B 40 of 198 ~ 20.2%

%25.76
%54.04
%20.2

CMYK color model

#336B28 color CMYK value is (52,0,63,58).

  • cyan value is 52.34%
  • magenta value is 0.00%
  • yellow value is 62.62%
  • key color value is 58.04%
CMYK:
(52,0,63,58)
C52M0Y63K58 
(52%,0%,63%,58%)
(0.52/0.00/0.63/0.58)	

CMYK percentages

%52.34
%0
%62.62
%58.04

Codes

Color #336B28 in popluar color models

336B28
RGB5110740
HSL110°45.58%28.82%
HSB/HSV110°62.62%41.96%
CMYK52.34%0.00%62.62%
58.04%

Color #336B28 in popluar number systems.

HEX336B28
Decimal5110740
Binary1100111101011101000
Octal6315350

Shades and tints

Shades of #336B28

#336B28
(51,107,40)
#2F6225
(47,98,37)
#2B5922
(43,89,34)
#27501F
(39,80,31)
#23471C
(35,71,28)
#1F3E19
(31,62,25)
#1B3516
(27,53,22)
#172C13
(23,44,19)
#132310
(19,35,16)
#0F1A0D
(15,26,13)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #336B28

#336B28
(51,107,40)
#45783B
(69,120,59)
#57854E
(87,133,78)
#699261
(105,146,97)
#7B9F74
(123,159,116)
#8DAC87
(141,172,135)
#9FB99A
(159,185,154)
#B1C6AD
(177,198,173)
#C3D3C0
(195,211,192)
#D5E0D3
(213,224,211)
#E7EDE6
(231,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336B28 color. Also use rgb(51,107,40) instead hex code.

Text Font Color

.myTextColor { color: #336B28; }

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

This text font color is #336B28.


Background Color

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

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

This div background color is #336B28.


Border color

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

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

This div border color is #336B28.


Opacity

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

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

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

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

This text has shadow with #336B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336B28 on black background.


Color preview on white background

This text has color #336B28 on white background.



Black color preview on #336B28 background

This text has black color on #336B28 background.


White color preview on #336B28 background

This text has white color on #336B28 background.