COLOR #332409

HEX: #332409
RGB: (51,36,9)

Color info

#332409 contains red, green and blue colors in about the same proportion. Web safe color of #332409 is #333300 (or #330).

RGB color model

#332409 color RGB value is (51,36,9).

  • red value is 51;
  • green value is 36;
  • blue value is 9.
RGB:
(51,36,9)
(20%,14%,4%)

RGB channels and saturation

R 51 of 255 = 20%
G 36 of 255 = 14%
B 9 of 255 = 4%

51
36
9

R + G + B ~ 13%. #332409 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 36 + 9 = 96 (100%)
R 51 of 96 ~ 53.13%
G 36 of 96 ~ 37.5%
B 9 of 96 ~ 9.38%

%53.13
%37.5

CMYK color model

#332409 color CMYK value is (0,29,82,80).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 82.35%
  • key color value is 80.00%
CMYK:
(0,29,82,80)
C0M29Y82K80 
(0%,29%,82%,80%)
(0.00/0.29/0.82/0.80)	

CMYK percentages

%0
%29.41
%82.35
%80

Codes

Color #332409 in popluar color models

332409
RGB51369
HSL39°70.00%11.76%
HSB/HSV39°82.35%20.00%
CMYK0.00%29.41%82.35%
80.00%

Color #332409 in popluar number systems.

HEX332409
Decimal51369
Binary1100111001001001
Octal634411

Shades and tints

Shades of #332409

#332409
(51,36,9)
#2F2109
(47,33,9)
#2B1E09
(43,30,9)
#271B09
(39,27,9)
#231809
(35,24,9)
#1F1509
(31,21,9)
#1B1209
(27,18,9)
#170F09
(23,15,9)
#130C09
(19,12,9)
#0F0909
(15,9,9)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #332409

#332409
(51,36,9)
#45371F
(69,55,31)
#574A35
(87,74,53)
#695D4B
(105,93,75)
#7B7061
(123,112,97)
#8D8377
(141,131,119)
#9F968D
(159,150,141)
#B1A9A3
(177,169,163)
#C3BCB9
(195,188,185)
#D5CFCF
(213,207,207)
#E7E2E5
(231,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332409 color. Also use rgb(51,36,9) instead hex code.

Text Font Color

.myTextColor { color: #332409; }

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

This text font color is #332409.


Background Color

.myBgColor { background-color: #332409; }

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

This div background color is #332409.


Border color

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

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

This div border color is #332409.


Opacity

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

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

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

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

This text has shadow with #332409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332409 on black background.


Color preview on white background

This text has color #332409 on white background.



Black color preview on #332409 background

This text has black color on #332409 background.


White color preview on #332409 background

This text has white color on #332409 background.