COLOR #21323D

HEX: #21323D
RGB: (33,50,61)

Color info

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

RGB color model

#21323D color RGB value is (33,50,61).

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

RGB channels and saturation

R 33 of 255 = 13%
G 50 of 255 = 20%
B 61 of 255 = 24%

33
50
61

R + G + B ~ 19%. #21323D is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 50 + 61 = 144 (100%)
R 33 of 144 ~ 22.92%
G 50 of 144 ~ 34.72%
B 61 of 144 ~ 42.36%

%22.92
%34.72
%42.36

CMYK color model

#21323D color CMYK value is (46,18,0,76).

  • cyan value is 45.90%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(46,18,0,76)
C46M18Y0K76 
(46%,18%,0%,76%)
(0.46/0.18/0.00/0.76)	

CMYK percentages

%45.9
%18.03
%0
%76.08

Codes

Color #21323D in popluar color models

21323D
RGB335061
HSL204°29.79%18.43%
HSB/HSV204°45.90%23.92%
CMYK45.90%18.03%0.00%
76.08%

Color #21323D in popluar number systems.

HEX21323D
Decimal335061
Binary100001110010111101
Octal416275

Shades and tints

Shades of #21323D

#21323D
(33,50,61)
#1E2E38
(30,46,56)
#1B2A33
(27,42,51)
#18262E
(24,38,46)
#152229
(21,34,41)
#121E24
(18,30,36)
#0F1A1F
(15,26,31)
#0C161A
(12,22,26)
#091215
(9,18,21)
#060E10
(6,14,16)
#030A0B
(3,10,11)
#000000
(0,0,0)

Tints of #21323D

#21323D
(33,50,61)
#35444E
(53,68,78)
#49565F
(73,86,95)
#5D6870
(93,104,112)
#717A81
(113,122,129)
#858C92
(133,140,146)
#999EA3
(153,158,163)
#ADB0B4
(173,176,180)
#C1C2C5
(193,194,197)
#D5D4D6
(213,212,214)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21323D color. Also use rgb(33,50,61) instead hex code.

Text Font Color

.myTextColor { color: #21323D; }

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

This text font color is #21323D.


Background Color

.myBgColor { background-color: #21323D; }

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

This div background color is #21323D.


Border color

.myBorderColor { border: 1px solid #21323D; }

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

This div border color is #21323D.


Opacity

.myOpacity80 { color: #21323D; opacity: 0.8; }

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

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

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

This text has shadow with #21323D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21323D on black background.


Color preview on white background

This text has color #21323D on white background.



Black color preview on #21323D background

This text has black color on #21323D background.


White color preview on #21323D background

This text has white color on #21323D background.