COLOR #332211

HEX: #332211 RGB: (51,34,17)

Color info

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

RGB color model

#332211 color RGB value is (51,34,17).

RGB: (51,34,17) (20%, 13%, 7%)

RGB channels and saturation

R 51 of 255 = 20%
G 34 of 255 = 13%
B 17 of 255 = 7%

51
34
17

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

Portions of RGB colors in percentages

R + G + B = 51 + 34 + 17 = 102 (100%)
R 51 of 102 ~ 50%
G 34 of 102 ~ 33.33%
B 17 of 102 ~ 16.67'%

%50
%33.33
%16.67

CMYK color model

#332211 color CMYK value is (0,33,67,80).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 66.67%
  • key color value is 80.00%

CMYK: (0,33,67,80)
C0M33Y67K80 (0%, 33%, 67%, 80%)
(0.00 / 0.33 / 0.67 / 0.80)

CMYK percentages

%0
%33.33
%66.67
%80

Codes

Color #332211 in popluar color models

33 22 11
RGB 51 34 17
HSL 30° 50.00% 13.33%
HSB/HSV 30° 66.67% 20.00%
CMYK 0.00% 33.33% 66.67%
80.00%

Color #332211 in popluar number systems.

HEX 33 22 11
Decimal 51 34 17
Binary 110011 100010 10001
Octal 63 42 21

Shades and tints

Shades of #332211

#332211
(51,34,17)
#2F1F10
(47,31,16)
#2B1C0F
(43,28,15)
#27190E
(39,25,14)
#23160D
(35,22,13)
#1F130C
(31,19,12)
#1B100B
(27,16,11)
#170D0A
(23,13,10)
#130A09
(19,10,9)
#0F0708
(15,7,8)
#0B0407
(11,4,7)
#000000
(0,0,0)

Tints of #332211

#332211
(51,34,17)
#453626
(69,54,38)
#574A3B
(87,74,59)
#695E50
(105,94,80)
#7B7265
(123,114,101)
#8D867A
(141,134,122)
#9F9A8F
(159,154,143)
#B1AEA4
(177,174,164)
#C3C2B9
(195,194,185)
#D5D6CE
(213,214,206)
#E7EAE3
(231,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332211 color. Also use rgb(51,34,17) instead hex code.

Text Font Color

.myTextColor { color: #332211; }

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

This text font color is #332211.

Background Color

.myBgColor { background-color: #332211; }

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

This div background color is #332211.

Border color

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

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

This div border color is #332211.

Opacity

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

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

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

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

This text has shadow with #332211 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #332211.

Preview

Color preview on black background

This text has color #332211 on black background.


Color preview on white background

This text has color #332211 on white background.


Black color preview on #332211 background

This text has black color on #332211 background.


White color preview on #332211 background

This text has white color on #332211 background.


Related colors

Complementary color

Complementary color for #hex is #CCDDEE.


I love getcolorcode.com

Triadic colors

1 #113322 and #221133 with #332211 are triadic colors.

2 #112233 and #223311 with #332211 are triadic colors.