COLOR #212235

HEX: #212235
RGB: (33,34,53)

Color info

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

RGB color model

#212235 color RGB value is (33,34,53).

  • red value is 33;
  • green value is 34;
  • blue value is 53.
RGB:
(33,34,53)
(13%,13%,21%)

RGB channels and saturation

R 33 of 255 = 13%
G 34 of 255 = 13%
B 53 of 255 = 21%

33
34
53

R + G + B ~ 16%. #212235 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 34 + 53 = 120 (100%)
R 33 of 120 ~ 27.5%
G 34 of 120 ~ 28.33%
B 53 of 120 ~ 44.17%

%27.5
%28.33
%44.17

CMYK color model

#212235 color CMYK value is (38,36,0,79).

  • cyan value is 37.74%
  • magenta value is 35.85%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(38,36,0,79)
C38M36Y0K79 
(38%,36%,0%,79%)
(0.38/0.36/0.00/0.79)	

CMYK percentages

%37.74
%35.85
%0
%79.22

Codes

Color #212235 in popluar color models

212235
RGB333453
HSL237°23.26%16.86%
HSB/HSV237°37.74%20.78%
CMYK37.74%35.85%0.00%
79.22%

Color #212235 in popluar number systems.

HEX212235
Decimal333453
Binary100001100010110101
Octal414265

Shades and tints

Shades of #212235

#212235
(33,34,53)
#1E1F31
(30,31,49)
#1B1C2D
(27,28,45)
#181929
(24,25,41)
#151625
(21,22,37)
#121321
(18,19,33)
#0F101D
(15,16,29)
#0C0D19
(12,13,25)
#090A15
(9,10,21)
#060711
(6,7,17)
#03040D
(3,4,13)
#000000
(0,0,0)

Tints of #212235

#212235
(33,34,53)
#353647
(53,54,71)
#494A59
(73,74,89)
#5D5E6B
(93,94,107)
#71727D
(113,114,125)
#85868F
(133,134,143)
#999AA1
(153,154,161)
#ADAEB3
(173,174,179)
#C1C2C5
(193,194,197)
#D5D6D7
(213,214,215)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212235; }

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

This text font color is #212235.


Background Color

.myBgColor { background-color: #212235; }

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

This div background color is #212235.


Border color

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

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

This div border color is #212235.


Opacity

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

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

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

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

This text has shadow with #212235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212235 on black background.


Color preview on white background

This text has color #212235 on white background.



Black color preview on #212235 background

This text has black color on #212235 background.


White color preview on #212235 background

This text has white color on #212235 background.