COLOR #336B29

HEX: #336B29 RGB: (51,107,41)

Color info

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

RGB color model

#336B29 color RGB value is (51,107,41).

RGB: (51,107,41) (20%, 42%, 16%)

RGB channels and saturation

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

51
107
41

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

Portions of RGB colors in percentages

R + G + B = 51 + 107 + 41 = 199 (100%)
R 51 of 199 ~ 25.63%
G 107 of 199 ~ 53.77%
B 41 of 199 ~ 20.6'%

%25.63
%53.77
%20.6

CMYK color model

#336B29 color CMYK value is (52,0,62,58).

  • cyan value is 52.34%
  • magenta value is 0.00%
  • yellow value is 61.68%
  • key color value is 58.04%

CMYK: (52,0,62,58)
C52M0Y62K58 (52%, 0%, 62%, 58%)
(0.52 / 0.00 / 0.62 / 0.58)

CMYK percentages

%52.34
%0
%61.68
%58.04

Codes

Color #336B29 in popluar color models

33 6B 29
RGB 51 107 41
HSL 111° 44.59% 29.02%
HSB/HSV 111° 61.68% 41.96%
CMYK 52.34% 0.00% 61.68%
58.04%

Color #336B29 in popluar number systems.

HEX 33 6B 29
Decimal 51 107 41
Binary 110011 1101011 101001
Octal 63 153 51

Shades and tints

Shades of #336B29

#336B29
(51,107,41)
#2F6226
(47,98,38)
#2B5923
(43,89,35)
#275020
(39,80,32)
#23471D
(35,71,29)
#1F3E1A
(31,62,26)
#1B3517
(27,53,23)
#172C14
(23,44,20)
#132311
(19,35,17)
#0F1A0E
(15,26,14)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #336B29

#336B29
(51,107,41)
#45783C
(69,120,60)
#57854F
(87,133,79)
#699262
(105,146,98)
#7B9F75
(123,159,117)
#8DAC88
(141,172,136)
#9FB99B
(159,185,155)
#B1C6AE
(177,198,174)
#C3D3C1
(195,211,193)
#D5E0D4
(213,224,212)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336B29; }

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

This text font color is #336B29.

Background Color

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

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

This div background color is #336B29.

Border color

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

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

This div border color is #336B29.

Opacity

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

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

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

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

This text has shadow with #336B29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #336B29.

Preview

Color preview on black background

This text has color #336B29 on black background.


Color preview on white background

This text has color #336B29 on white background.


Black color preview on #336B29 background

This text has black color on #336B29 background.


White color preview on #336B29 background

This text has white color on #336B29 background.


Related colors

Complementary color

Complementary color for #hex is #CC94D6.


I love getcolorcode.com

Triadic colors

1 #29336B and #6B2933 with #336B29 are triadic colors.

2 #296B33 and #6B3329 with #336B29 are triadic colors.