COLOR #212133

HEX: #212133
RGB: (33,33,51)

Color info

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

RGB color model

#212133 color RGB value is (33,33,51).

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

RGB channels and saturation

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

33
33
51

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

Portions of RGB colors in percentages

R + G + B =
33 + 33 + 51 = 117 (100%)
R 33 of 117 ~ 28.21%
G 33 of 117 ~ 28.21%
B 51 of 117 ~ 43.59%

%28.21
%28.21
%43.59

CMYK color model

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

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

CMYK percentages

%35.29
%35.29
%0
%80

Codes

Color #212133 in popluar color models

212133
RGB333351
HSL240°21.43%16.47%
HSB/HSV240°35.29%20.00%
CMYK35.29%35.29%0.00%
80.00%

Color #212133 in popluar number systems.

HEX212133
Decimal333351
Binary100001100001110011
Octal414163

Shades and tints

Shades of #212133

#212133
(33,33,51)
#1E1E2F
(30,30,47)
#1B1B2B
(27,27,43)
#181827
(24,24,39)
#151523
(21,21,35)
#12121F
(18,18,31)
#0F0F1B
(15,15,27)
#0C0C17
(12,12,23)
#090913
(9,9,19)
#06060F
(6,6,15)
#03030B
(3,3,11)
#000000
(0,0,0)

Tints of #212133

#212133
(33,33,51)
#353545
(53,53,69)
#494957
(73,73,87)
#5D5D69
(93,93,105)
#71717B
(113,113,123)
#85858D
(133,133,141)
#99999F
(153,153,159)
#ADADB1
(173,173,177)
#C1C1C3
(193,193,195)
#D5D5D5
(213,213,213)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212133; }

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

This text font color is #212133.


Background Color

.myBgColor { background-color: #212133; }

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

This div background color is #212133.


Border color

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

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

This div border color is #212133.


Opacity

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

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

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

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

This text has shadow with #212133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212133 on black background.


Color preview on white background

This text has color #212133 on white background.



Black color preview on #212133 background

This text has black color on #212133 background.


White color preview on #212133 background

This text has white color on #212133 background.