COLOR #212633

HEX: #212633 RGB: (33,38,51)

Color info

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

RGB color model

#212633 color RGB value is (33,38,51).

RGB: (33,38,51) (13%, 15%, 20%)

RGB channels and saturation

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

33
38
51

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

Portions of RGB colors in percentages

R + G + B = 33 + 38 + 51 = 122 (100%)
R 33 of 122 ~ 27.05%
G 38 of 122 ~ 31.15%
B 51 of 122 ~ 41.8'%

%27.05
%31.15
%41.8

CMYK color model

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

  • cyan value is 35.29%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 80.00%

CMYK: (35,25,0,80)
C35M25Y0K80 (35%, 25%, 0%, 80%)
(0.35 / 0.25 / 0.00 / 0.80)

CMYK percentages

%35.29
%25.49
%0
%80

Codes

Color #212633 in popluar color models

21 26 33
RGB 33 38 51
HSL 223° 21.43% 16.47%
HSB/HSV 223° 35.29% 20.00%
CMYK 35.29% 25.49% 0.00%
80.00%

Color #212633 in popluar number systems.

HEX 21 26 33
Decimal 33 38 51
Binary 100001 100110 110011
Octal 41 46 63

Shades and tints

Shades of #212633

#212633
(33,38,51)
#1E232F
(30,35,47)
#1B202B
(27,32,43)
#181D27
(24,29,39)
#151A23
(21,26,35)
#12171F
(18,23,31)
#0F141B
(15,20,27)
#0C1117
(12,17,23)
#090E13
(9,14,19)
#060B0F
(6,11,15)
#03080B
(3,8,11)
#000000
(0,0,0)

Tints of #212633

#212633
(33,38,51)
#353945
(53,57,69)
#494C57
(73,76,87)
#5D5F69
(93,95,105)
#71727B
(113,114,123)
#85858D
(133,133,141)
#99989F
(153,152,159)
#ADABB1
(173,171,177)
#C1BEC3
(193,190,195)
#D5D1D5
(213,209,213)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212633; }

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

This text font color is #212633.

Background Color

.myBgColor { background-color: #212633; }

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

This div background color is #212633.

Border color

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

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

This div border color is #212633.

Opacity

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

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

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

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

This text has shadow with #212633 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212633.

Preview

Color preview on black background

This text has color #212633 on black background.


Color preview on white background

This text has color #212633 on white background.


Black color preview on #212633 background

This text has black color on #212633 background.


White color preview on #212633 background

This text has white color on #212633 background.


Related colors

Complementary color

Complementary color for #hex is #DED9CC.


I love getcolorcode.com

Triadic colors

1 #332126 and #263321 with #212633 are triadic colors.

2 #332621 and #262133 with #212633 are triadic colors.