COLOR #333221

HEX: #333221
RGB: (51,50,33)

Color info

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

RGB color model

#333221 color RGB value is (51,50,33).

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

RGB channels and saturation

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

51
50
33

R + G + B ~ 18%. #333221 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 50 + 33 = 134 (100%)
R 51 of 134 ~ 38.06%
G 50 of 134 ~ 37.31%
B 33 of 134 ~ 24.63%

%38.06
%37.31
%24.63

CMYK color model

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

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

CMYK percentages

%0
%1.96
%35.29
%80

Codes

Color #333221 in popluar color models

333221
RGB515033
HSL57°21.43%16.47%
HSB/HSV57°35.29%20.00%
CMYK0.00%1.96%35.29%
80.00%

Color #333221 in popluar number systems.

HEX333221
Decimal515033
Binary110011110010100001
Octal636241

Shades and tints

Shades of #333221

#333221
(51,50,33)
#2F2E1E
(47,46,30)
#2B2A1B
(43,42,27)
#272618
(39,38,24)
#232215
(35,34,21)
#1F1E12
(31,30,18)
#1B1A0F
(27,26,15)
#17160C
(23,22,12)
#131209
(19,18,9)
#0F0E06
(15,14,6)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #333221

#333221
(51,50,33)
#454435
(69,68,53)
#575649
(87,86,73)
#69685D
(105,104,93)
#7B7A71
(123,122,113)
#8D8C85
(141,140,133)
#9F9E99
(159,158,153)
#B1B0AD
(177,176,173)
#C3C2C1
(195,194,193)
#D5D4D5
(213,212,213)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333221; }

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

This text font color is #333221.


Background Color

.myBgColor { background-color: #333221; }

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

This div background color is #333221.


Border color

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

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

This div border color is #333221.


Opacity

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

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

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

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

This text has shadow with #333221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333221 on black background.


Color preview on white background

This text has color #333221 on white background.



Black color preview on #333221 background

This text has black color on #333221 background.


White color preview on #333221 background

This text has white color on #333221 background.