COLOR #332321

HEX: #332321
RGB: (51,35,33)

Color info

#332321 contains red, green and blue colors in about the same proportion. Web safe color of #332321 is #333333 (or #333).

RGB color model

#332321 color RGB value is (51,35,33).

  • red value is 51;
  • green value is 35;
  • blue value is 33.
RGB:
(51,35,33)
(20%,14%,13%)

RGB channels and saturation

R 51 of 255 = 20%
G 35 of 255 = 14%
B 33 of 255 = 13%

51
35
33

R + G + B ~ 16%. #332321 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 35 + 33 = 119 (100%)
R 51 of 119 ~ 42.86%
G 35 of 119 ~ 29.41%
B 33 of 119 ~ 27.73%

%42.86
%29.41
%27.73

CMYK color model

#332321 color CMYK value is (0,31,35,80).

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 35.29%
  • key color value is 80.00%
CMYK:
(0,31,35,80)
C0M31Y35K80 
(0%,31%,35%,80%)
(0.00/0.31/0.35/0.80)	

CMYK percentages

%0
%31.37
%35.29
%80

Codes

Color #332321 in popluar color models

332321
RGB513533
HSL21.43%16.47%
HSB/HSV35.29%20.00%
CMYK0.00%31.37%35.29%
80.00%

Color #332321 in popluar number systems.

HEX332321
Decimal513533
Binary110011100011100001
Octal634341

Shades and tints

Shades of #332321

#332321
(51,35,33)
#2F201E
(47,32,30)
#2B1D1B
(43,29,27)
#271A18
(39,26,24)
#231715
(35,23,21)
#1F1412
(31,20,18)
#1B110F
(27,17,15)
#170E0C
(23,14,12)
#130B09
(19,11,9)
#0F0806
(15,8,6)
#0B0503
(11,5,3)
#000000
(0,0,0)

Tints of #332321

#332321
(51,35,33)
#453735
(69,55,53)
#574B49
(87,75,73)
#695F5D
(105,95,93)
#7B7371
(123,115,113)
#8D8785
(141,135,133)
#9F9B99
(159,155,153)
#B1AFAD
(177,175,173)
#C3C3C1
(195,195,193)
#D5D7D5
(213,215,213)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332321 color. Also use rgb(51,35,33) instead hex code.

Text Font Color

.myTextColor { color: #332321; }

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

This text font color is #332321.


Background Color

.myBgColor { background-color: #332321; }

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

This div background color is #332321.


Border color

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

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

This div border color is #332321.


Opacity

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

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

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

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

This text has shadow with #332321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332321 on black background.


Color preview on white background

This text has color #332321 on white background.



Black color preview on #332321 background

This text has black color on #332321 background.


White color preview on #332321 background

This text has white color on #332321 background.