COLOR #33212B

HEX: #33212B
RGB: (51,33,43)

Color info

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

RGB color model

#33212B color RGB value is (51,33,43).

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

RGB channels and saturation

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

51
33
43

R + G + B ~ 17%. #33212B is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 33 + 43 = 127 (100%)
R 51 of 127 ~ 40.16%
G 33 of 127 ~ 25.98%
B 43 of 127 ~ 33.86%

%40.16
%25.98
%33.86

CMYK color model

#33212B color CMYK value is (0,35,16,80).

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

CMYK percentages

%0
%35.29
%15.69
%80

Codes

Color #33212B in popluar color models

33212B
RGB513343
HSL327°21.43%16.47%
HSB/HSV327°35.29%20.00%
CMYK0.00%35.29%15.69%
80.00%

Color #33212B in popluar number systems.

HEX33212B
Decimal513343
Binary110011100001101011
Octal634153

Shades and tints

Shades of #33212B

#33212B
(51,33,43)
#2F1E28
(47,30,40)
#2B1B25
(43,27,37)
#271822
(39,24,34)
#23151F
(35,21,31)
#1F121C
(31,18,28)
#1B0F19
(27,15,25)
#170C16
(23,12,22)
#130913
(19,9,19)
#0F0610
(15,6,16)
#0B030D
(11,3,13)
#000000
(0,0,0)

Tints of #33212B

#33212B
(51,33,43)
#45353E
(69,53,62)
#574951
(87,73,81)
#695D64
(105,93,100)
#7B7177
(123,113,119)
#8D858A
(141,133,138)
#9F999D
(159,153,157)
#B1ADB0
(177,173,176)
#C3C1C3
(195,193,195)
#D5D5D6
(213,213,214)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33212B; }

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

This text font color is #33212B.


Background Color

.myBgColor { background-color: #33212B; }

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

This div background color is #33212B.


Border color

.myBorderColor { border: 1px solid #33212B; }

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

This div border color is #33212B.


Opacity

.myOpacity80 { color: #33212B; opacity: 0.8; }

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

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

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

This text has shadow with #33212B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33212B on black background.


Color preview on white background

This text has color #33212B on white background.



Black color preview on #33212B background

This text has black color on #33212B background.


White color preview on #33212B background

This text has white color on #33212B background.