COLOR #332222

HEX: #332222
RGB: (51,34,34)

Color info

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

RGB color model

#332222 color RGB value is (51,34,34).

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

RGB channels and saturation

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

51
34
34

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

Portions of RGB colors in percentages

R + G + B =
51 + 34 + 34 = 119 (100%)
R 51 of 119 ~ 42.86%
G 34 of 119 ~ 28.57%
B 34 of 119 ~ 28.57%

%42.86
%28.57
%28.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 33.33%
  • key color value is 80.00%
CMYK:
(0,33,33,80)
C0M33Y33K80 
(0%,33%,33%,80%)
(0.00/0.33/0.33/0.80)	

CMYK percentages

%0
%33.33
%33.33
%80

Codes

Color #332222 in popluar color models

332222
RGB513434
HSL20.00%16.67%
HSB/HSV33.33%20.00%
CMYK0.00%33.33%33.33%
80.00%

Color #332222 in popluar number systems.

HEX332222
Decimal513434
Binary110011100010100010
Octal634242

Shades and tints

Shades of #332222

#332222
(51,34,34)
#2F1F1F
(47,31,31)
#2B1C1C
(43,28,28)
#271919
(39,25,25)
#231616
(35,22,22)
#1F1313
(31,19,19)
#1B1010
(27,16,16)
#170D0D
(23,13,13)
#130A0A
(19,10,10)
#0F0707
(15,7,7)
#0B0404
(11,4,4)
#000000
(0,0,0)

Tints of #332222

#332222
(51,34,34)
#453636
(69,54,54)
#574A4A
(87,74,74)
#695E5E
(105,94,94)
#7B7272
(123,114,114)
#8D8686
(141,134,134)
#9F9A9A
(159,154,154)
#B1AEAE
(177,174,174)
#C3C2C2
(195,194,194)
#D5D6D6
(213,214,214)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332222; }

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

This text font color is #332222.


Background Color

.myBgColor { background-color: #332222; }

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

This div background color is #332222.


Border color

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

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

This div border color is #332222.


Opacity

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

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

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

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

This text has shadow with #332222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332222 on black background.


Color preview on white background

This text has color #332222 on white background.



Black color preview on #332222 background

This text has black color on #332222 background.


White color preview on #332222 background

This text has white color on #332222 background.