COLOR #212335

HEX: #212335
RGB: (33,35,53)

Color info

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

RGB color model

#212335 color RGB value is (33,35,53).

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

RGB channels and saturation

R 33 of 255 = 13%
G 35 of 255 = 14%
B 53 of 255 = 21%

33
35
53

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

Portions of RGB colors in percentages

R + G + B =
33 + 35 + 53 = 121 (100%)
R 33 of 121 ~ 27.27%
G 35 of 121 ~ 28.93%
B 53 of 121 ~ 43.8%

%27.27
%28.93
%43.8

CMYK color model

#212335 color CMYK value is (38,34,0,79).

  • cyan value is 37.74%
  • magenta value is 33.96%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(38,34,0,79)
C38M34Y0K79 
(38%,34%,0%,79%)
(0.38/0.34/0.00/0.79)	

CMYK percentages

%37.74
%33.96
%0
%79.22

Codes

Color #212335 in popluar color models

212335
RGB333553
HSL234°23.26%16.86%
HSB/HSV234°37.74%20.78%
CMYK37.74%33.96%0.00%
79.22%

Color #212335 in popluar number systems.

HEX212335
Decimal333553
Binary100001100011110101
Octal414365

Shades and tints

Shades of #212335

#212335
(33,35,53)
#1E2031
(30,32,49)
#1B1D2D
(27,29,45)
#181A29
(24,26,41)
#151725
(21,23,37)
#121421
(18,20,33)
#0F111D
(15,17,29)
#0C0E19
(12,14,25)
#090B15
(9,11,21)
#060811
(6,8,17)
#03050D
(3,5,13)
#000000
(0,0,0)

Tints of #212335

#212335
(33,35,53)
#353747
(53,55,71)
#494B59
(73,75,89)
#5D5F6B
(93,95,107)
#71737D
(113,115,125)
#85878F
(133,135,143)
#999BA1
(153,155,161)
#ADAFB3
(173,175,179)
#C1C3C5
(193,195,197)
#D5D7D7
(213,215,215)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212335; }

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

This text font color is #212335.


Background Color

.myBgColor { background-color: #212335; }

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

This div background color is #212335.


Border color

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

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

This div border color is #212335.


Opacity

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

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

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

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

This text has shadow with #212335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212335 on black background.


Color preview on white background

This text has color #212335 on white background.



Black color preview on #212335 background

This text has black color on #212335 background.


White color preview on #212335 background

This text has white color on #212335 background.