COLOR #33222B

HEX: #33222B
RGB: (51,34,43)

Color info

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

RGB color model

#33222B color RGB value is (51,34,43).

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

RGB channels and saturation

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

51
34
43

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

Portions of RGB colors in percentages

R + G + B =
51 + 34 + 43 = 128 (100%)
R 51 of 128 ~ 39.84%
G 34 of 128 ~ 26.56%
B 43 of 128 ~ 33.59%

%39.84
%26.56
%33.59

CMYK color model

#33222B color CMYK value is (0,33,16,80).

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

CMYK percentages

%0
%33.33
%15.69
%80

Codes

Color #33222B in popluar color models

33222B
RGB513443
HSL328°20.00%16.67%
HSB/HSV328°33.33%20.00%
CMYK0.00%33.33%15.69%
80.00%

Color #33222B in popluar number systems.

HEX33222B
Decimal513443
Binary110011100010101011
Octal634253

Shades and tints

Shades of #33222B

#33222B
(51,34,43)
#2F1F28
(47,31,40)
#2B1C25
(43,28,37)
#271922
(39,25,34)
#23161F
(35,22,31)
#1F131C
(31,19,28)
#1B1019
(27,16,25)
#170D16
(23,13,22)
#130A13
(19,10,19)
#0F0710
(15,7,16)
#0B040D
(11,4,13)
#000000
(0,0,0)

Tints of #33222B

#33222B
(51,34,43)
#45363E
(69,54,62)
#574A51
(87,74,81)
#695E64
(105,94,100)
#7B7277
(123,114,119)
#8D868A
(141,134,138)
#9F9A9D
(159,154,157)
#B1AEB0
(177,174,176)
#C3C2C3
(195,194,195)
#D5D6D6
(213,214,214)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33222B; }

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

This text font color is #33222B.


Background Color

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

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

This div background color is #33222B.


Border color

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

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

This div border color is #33222B.


Opacity

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

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

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

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

This text has shadow with #33222B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33222B on black background.


Color preview on white background

This text has color #33222B on white background.



Black color preview on #33222B background

This text has black color on #33222B background.


White color preview on #33222B background

This text has white color on #33222B background.