COLOR #332A09

HEX: #332A09 RGB: (51,42,9)

Color info

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

RGB color model

#332A09 color RGB value is (51,42,9).

RGB: (51,42,9) (20%, 16%, 4%)

RGB channels and saturation

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

51
42
9

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

Portions of RGB colors in percentages

R + G + B = 51 + 42 + 9 = 102 (100%)
R 51 of 102 ~ 50%
G 42 of 102 ~ 41.18%
B 9 of 102 ~ 8.82'%

%50
%41.18

CMYK color model

#332A09 color CMYK value is (0,18,82,80).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 82.35%
  • key color value is 80.00%

CMYK: (0,18,82,80)
C0M18Y82K80 (0%, 18%, 82%, 80%)
(0.00 / 0.18 / 0.82 / 0.80)

CMYK percentages

%0
%17.65
%82.35
%80

Codes

Color #332A09 in popluar color models

33 2A 09
RGB 51 42 9
HSL 47° 70.00% 11.76%
HSB/HSV 47° 82.35% 20.00%
CMYK 0.00% 17.65% 82.35%
80.00%

Color #332A09 in popluar number systems.

HEX 33 2A 09
Decimal 51 42 9
Binary 110011 101010 1001
Octal 63 52 11

Shades and tints

Shades of #332A09

#332A09
(51,42,9)
#2F2709
(47,39,9)
#2B2409
(43,36,9)
#272109
(39,33,9)
#231E09
(35,30,9)
#1F1B09
(31,27,9)
#1B1809
(27,24,9)
#171509
(23,21,9)
#131209
(19,18,9)
#0F0F09
(15,15,9)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #332A09

#332A09
(51,42,9)
#453D1F
(69,61,31)
#575035
(87,80,53)
#69634B
(105,99,75)
#7B7661
(123,118,97)
#8D8977
(141,137,119)
#9F9C8D
(159,156,141)
#B1AFA3
(177,175,163)
#C3C2B9
(195,194,185)
#D5D5CF
(213,213,207)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332A09; }

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

This text font color is #332A09.

Background Color

.myBgColor { background-color: #332A09; }

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

This div background color is #332A09.

Border color

.myBorderColor { border: 1px solid #332A09; }

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

This div border color is #332A09.

Opacity

.myOpacity80 { color: #332A09; opacity: 0.8; }

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

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

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

This text has shadow with #332A09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #332A09.

Preview

Color preview on black background

This text has color #332A09 on black background.


Color preview on white background

This text has color #332A09 on white background.


Black color preview on #332A09 background

This text has black color on #332A09 background.


White color preview on #332A09 background

This text has white color on #332A09 background.


Related colors

Complementary color

Complementary color for #hex is #CCD5F6.


I love getcolorcode.com

Triadic colors

1 #09332A and #2A0933 with #332A09 are triadic colors.

2 #092A33 and #2A3309 with #332A09 are triadic colors.