COLOR #332012

HEX: #332012 RGB: (51,32,18)

Color info

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

RGB color model

#332012 color RGB value is (51,32,18).

RGB: (51,32,18) (20%, 13%, 7%)

RGB channels and saturation

R 51 of 255 = 20%
G 32 of 255 = 13%
B 18 of 255 = 7%

51
32
18

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

Portions of RGB colors in percentages

R + G + B = 51 + 32 + 18 = 101 (100%)
R 51 of 101 ~ 50.5%
G 32 of 101 ~ 31.68%
B 18 of 101 ~ 17.82'%

%50.5
%31.68
%17.82

CMYK color model

#332012 color CMYK value is (0,37,65,80).

  • cyan value is 0.00%
  • magenta value is 37.25%
  • yellow value is 64.71%
  • key color value is 80.00%

CMYK: (0,37,65,80)
C0M37Y65K80 (0%, 37%, 65%, 80%)
(0.00 / 0.37 / 0.65 / 0.80)

CMYK percentages

%0
%37.25
%64.71
%80

Codes

Color #332012 in popluar color models

33 20 12
RGB 51 32 18
HSL 25° 47.83% 13.53%
HSB/HSV 25° 64.71% 20.00%
CMYK 0.00% 37.25% 64.71%
80.00%

Color #332012 in popluar number systems.

HEX 33 20 12
Decimal 51 32 18
Binary 110011 100000 10010
Octal 63 40 22

Shades and tints

Shades of #332012

#332012
(51,32,18)
#2F1E11
(47,30,17)
#2B1C10
(43,28,16)
#271A0F
(39,26,15)
#23180E
(35,24,14)
#1F160D
(31,22,13)
#1B140C
(27,20,12)
#17120B
(23,18,11)
#13100A
(19,16,10)
#0F0E09
(15,14,9)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #332012

#332012
(51,32,18)
#453427
(69,52,39)
#57483C
(87,72,60)
#695C51
(105,92,81)
#7B7066
(123,112,102)
#8D847B
(141,132,123)
#9F9890
(159,152,144)
#B1ACA5
(177,172,165)
#C3C0BA
(195,192,186)
#D5D4CF
(213,212,207)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332012 color. Also use rgb(51,32,18) instead hex code.

Text Font Color

.myTextColor { color: #332012; }

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

This text font color is #332012.

Background Color

.myBgColor { background-color: #332012; }

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

This div background color is #332012.

Border color

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

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

This div border color is #332012.

Opacity

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

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

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

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

This text has shadow with #332012 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #332012.

Preview

Color preview on black background

This text has color #332012 on black background.


Color preview on white background

This text has color #332012 on white background.


Black color preview on #332012 background

This text has black color on #332012 background.


White color preview on #332012 background

This text has white color on #332012 background.


Related colors

Complementary color

Complementary color for #hex is #CCDFED.


I love getcolorcode.com

Triadic colors

1 #123320 and #201233 with #332012 are triadic colors.

2 #122033 and #203312 with #332012 are triadic colors.