COLOR #336432

HEX: #336432
RGB: (51,100,50)

Color info

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

RGB color model

#336432 color RGB value is (51,100,50).

  • red value is 51;
  • green value is 100;
  • blue value is 50.
RGB:
(51,100,50)
(20%,39%,20%)

RGB channels and saturation

R 51 of 255 = 20%
G 100 of 255 = 39%
B 50 of 255 = 20%

51
100
50

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

Portions of RGB colors in percentages

R + G + B =
51 + 100 + 50 = 201 (100%)
R 51 of 201 ~ 25.37%
G 100 of 201 ~ 49.75%
B 50 of 201 ~ 24.88%

%25.37
%49.75
%24.88

CMYK color model

#336432 color CMYK value is (49,0,50,61).

  • cyan value is 49.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 60.78%
CMYK:
(49,0,50,61)
C49M0Y50K61 
(49%,0%,50%,61%)
(0.49/0.00/0.50/0.61)	

CMYK percentages

%49
%0
%50
%60.78

Codes

Color #336432 in popluar color models

336432
RGB5110050
HSL119°33.33%29.41%
HSB/HSV119°50.00%39.22%
CMYK49.00%0.00%50.00%
60.78%

Color #336432 in popluar number systems.

HEX336432
Decimal5110050
Binary1100111100100110010
Octal6314462

Shades and tints

Shades of #336432

#336432
(51,100,50)
#2F5B2E
(47,91,46)
#2B522A
(43,82,42)
#274926
(39,73,38)
#234022
(35,64,34)
#1F371E
(31,55,30)
#1B2E1A
(27,46,26)
#172516
(23,37,22)
#131C12
(19,28,18)
#0F130E
(15,19,14)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #336432

#336432
(51,100,50)
#457244
(69,114,68)
#578056
(87,128,86)
#698E68
(105,142,104)
#7B9C7A
(123,156,122)
#8DAA8C
(141,170,140)
#9FB89E
(159,184,158)
#B1C6B0
(177,198,176)
#C3D4C2
(195,212,194)
#D5E2D4
(213,226,212)
#E7F0E6
(231,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336432 color. Also use rgb(51,100,50) instead hex code.

Text Font Color

.myTextColor { color: #336432; }

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

This text font color is #336432.


Background Color

.myBgColor { background-color: #336432; }

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

This div background color is #336432.


Border color

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

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

This div border color is #336432.


Opacity

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

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

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

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

This text has shadow with #336432 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336432 on black background.


Color preview on white background

This text has color #336432 on white background.



Black color preview on #336432 background

This text has black color on #336432 background.


White color preview on #336432 background

This text has white color on #336432 background.