COLOR #332909

HEX: #332909
RGB: (51,41,9)

Color info

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

RGB color model

#332909 color RGB value is (51,41,9).

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

RGB channels and saturation

R 51 of 255 = 20%
G 41 of 255 = 16%
B 9 of 255 = 4%

51
41
9

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

Portions of RGB colors in percentages

R + G + B =
51 + 41 + 9 = 101 (100%)
R 51 of 101 ~ 50.5%
G 41 of 101 ~ 40.59%
B 9 of 101 ~ 8.91%

%50.5
%40.59

CMYK color model

#332909 color CMYK value is (0,20,82,80).

  • cyan value is 0.00%
  • magenta value is 19.61%
  • yellow value is 82.35%
  • key color value is 80.00%
CMYK:
(0,20,82,80)
C0M20Y82K80 
(0%,20%,82%,80%)
(0.00/0.20/0.82/0.80)	

CMYK percentages

%0
%19.61
%82.35
%80

Codes

Color #332909 in popluar color models

332909
RGB51419
HSL46°70.00%11.76%
HSB/HSV46°82.35%20.00%
CMYK0.00%19.61%82.35%
80.00%

Color #332909 in popluar number systems.

HEX332909
Decimal51419
Binary1100111010011001
Octal635111

Shades and tints

Shades of #332909

#332909
(51,41,9)
#2F2609
(47,38,9)
#2B2309
(43,35,9)
#272009
(39,32,9)
#231D09
(35,29,9)
#1F1A09
(31,26,9)
#1B1709
(27,23,9)
#171409
(23,20,9)
#131109
(19,17,9)
#0F0E09
(15,14,9)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #332909

#332909
(51,41,9)
#453C1F
(69,60,31)
#574F35
(87,79,53)
#69624B
(105,98,75)
#7B7561
(123,117,97)
#8D8877
(141,136,119)
#9F9B8D
(159,155,141)
#B1AEA3
(177,174,163)
#C3C1B9
(195,193,185)
#D5D4CF
(213,212,207)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332909; }

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

This text font color is #332909.


Background Color

.myBgColor { background-color: #332909; }

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

This div background color is #332909.


Border color

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

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

This div border color is #332909.


Opacity

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

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

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

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

This text has shadow with #332909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332909 on black background.


Color preview on white background

This text has color #332909 on white background.



Black color preview on #332909 background

This text has black color on #332909 background.


White color preview on #332909 background

This text has white color on #332909 background.