COLOR #332121

HEX: #332121
RGB: (51,33,33)

Color info

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

RGB color model

#332121 color RGB value is (51,33,33).

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

RGB channels and saturation

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

51
33
33

R + G + B ~ 15%. #332121 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 33 + 33 = 117 (100%)
R 51 of 117 ~ 43.59%
G 33 of 117 ~ 28.21%
B 33 of 117 ~ 28.21%

%43.59
%28.21
%28.21

CMYK color model

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

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

CMYK percentages

%0
%35.29
%35.29
%80

Codes

Color #332121 in popluar color models

332121
RGB513333
HSL21.43%16.47%
HSB/HSV35.29%20.00%
CMYK0.00%35.29%35.29%
80.00%

Color #332121 in popluar number systems.

HEX332121
Decimal513333
Binary110011100001100001
Octal634141

Shades and tints

Shades of #332121

#332121
(51,33,33)
#2F1E1E
(47,30,30)
#2B1B1B
(43,27,27)
#271818
(39,24,24)
#231515
(35,21,21)
#1F1212
(31,18,18)
#1B0F0F
(27,15,15)
#170C0C
(23,12,12)
#130909
(19,9,9)
#0F0606
(15,6,6)
#0B0303
(11,3,3)
#000000
(0,0,0)

Tints of #332121

#332121
(51,33,33)
#453535
(69,53,53)
#574949
(87,73,73)
#695D5D
(105,93,93)
#7B7171
(123,113,113)
#8D8585
(141,133,133)
#9F9999
(159,153,153)
#B1ADAD
(177,173,173)
#C3C1C1
(195,193,193)
#D5D5D5
(213,213,213)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332121; }

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

This text font color is #332121.


Background Color

.myBgColor { background-color: #332121; }

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

This div background color is #332121.


Border color

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

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

This div border color is #332121.


Opacity

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

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

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

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

This text has shadow with #332121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332121 on black background.


Color preview on white background

This text has color #332121 on white background.



Black color preview on #332121 background

This text has black color on #332121 background.


White color preview on #332121 background

This text has white color on #332121 background.