COLOR #333220

HEX: #333220
RGB: (51,50,32)

Color info

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

RGB color model

#333220 color RGB value is (51,50,32).

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

RGB channels and saturation

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

51
50
32

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

Portions of RGB colors in percentages

R + G + B =
51 + 50 + 32 = 133 (100%)
R 51 of 133 ~ 38.35%
G 50 of 133 ~ 37.59%
B 32 of 133 ~ 24.06%

%38.35
%37.59
%24.06

CMYK color model

#333220 color CMYK value is (0,2,37,80).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 37.25%
  • key color value is 80.00%
CMYK:
(0,2,37,80)
C0M2Y37K80 
(0%,2%,37%,80%)
(0.00/0.02/0.37/0.80)	

CMYK percentages

%0
%1.96
%37.25
%80

Codes

Color #333220 in popluar color models

333220
RGB515032
HSL57°22.89%16.27%
HSB/HSV57°37.25%20.00%
CMYK0.00%1.96%37.25%
80.00%

Color #333220 in popluar number systems.

HEX333220
Decimal515032
Binary110011110010100000
Octal636240

Shades and tints

Shades of #333220

#333220
(51,50,32)
#2F2E1E
(47,46,30)
#2B2A1C
(43,42,28)
#27261A
(39,38,26)
#232218
(35,34,24)
#1F1E16
(31,30,22)
#1B1A14
(27,26,20)
#171612
(23,22,18)
#131210
(19,18,16)
#0F0E0E
(15,14,14)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #333220

#333220
(51,50,32)
#454434
(69,68,52)
#575648
(87,86,72)
#69685C
(105,104,92)
#7B7A70
(123,122,112)
#8D8C84
(141,140,132)
#9F9E98
(159,158,152)
#B1B0AC
(177,176,172)
#C3C2C0
(195,194,192)
#D5D4D4
(213,212,212)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333220; }

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

This text font color is #333220.


Background Color

.myBgColor { background-color: #333220; }

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

This div background color is #333220.


Border color

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

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

This div border color is #333220.


Opacity

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

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

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

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

This text has shadow with #333220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333220 on black background.


Color preview on white background

This text has color #333220 on white background.



Black color preview on #333220 background

This text has black color on #333220 background.


White color preview on #333220 background

This text has white color on #333220 background.