COLOR #336B34

HEX: #336B34
RGB: (51,107,52)

Color info

#336B34 contains red, green and blue colors in about the same proportion. Web safe color of #336B34 is #336633 (or #363).

RGB color model

#336B34 color RGB value is (51,107,52).

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

RGB channels and saturation

R 51 of 255 = 20%
G 107 of 255 = 42%
B 52 of 255 = 20%

51
107
52

R + G + B ~ 27%. #336B34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 107 + 52 = 210 (100%)
R 51 of 210 ~ 24.29%
G 107 of 210 ~ 50.95%
B 52 of 210 ~ 24.76%

%24.29
%50.95
%24.76

CMYK color model

#336B34 color CMYK value is (52,0,51,58).

  • cyan value is 52.34%
  • magenta value is 0.00%
  • yellow value is 51.40%
  • key color value is 58.04%
CMYK:
(52,0,51,58)
C52M0Y51K58 
(52%,0%,51%,58%)
(0.52/0.00/0.51/0.58)	

CMYK percentages

%52.34
%0
%51.4
%58.04

Codes

Color #336B34 in popluar color models

336B34
RGB5110752
HSL121°35.44%30.98%
HSB/HSV121°52.34%41.96%
CMYK52.34%0.00%51.40%
58.04%

Color #336B34 in popluar number systems.

HEX336B34
Decimal5110752
Binary1100111101011110100
Octal6315364

Shades and tints

Shades of #336B34

#336B34
(51,107,52)
#2F6230
(47,98,48)
#2B592C
(43,89,44)
#275028
(39,80,40)
#234724
(35,71,36)
#1F3E20
(31,62,32)
#1B351C
(27,53,28)
#172C18
(23,44,24)
#132314
(19,35,20)
#0F1A10
(15,26,16)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #336B34

#336B34
(51,107,52)
#457846
(69,120,70)
#578558
(87,133,88)
#69926A
(105,146,106)
#7B9F7C
(123,159,124)
#8DAC8E
(141,172,142)
#9FB9A0
(159,185,160)
#B1C6B2
(177,198,178)
#C3D3C4
(195,211,196)
#D5E0D6
(213,224,214)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336B34; }

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

This text font color is #336B34.


Background Color

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

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

This div background color is #336B34.


Border color

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

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

This div border color is #336B34.


Opacity

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

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

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

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

This text has shadow with #336B34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336B34 on black background.


Color preview on white background

This text has color #336B34 on white background.



Black color preview on #336B34 background

This text has black color on #336B34 background.


White color preview on #336B34 background

This text has white color on #336B34 background.