COLOR #211729

HEX: #211729
RGB: (33,23,41)

Color info

#211729 contains red, green and blue colors in about the same proportion. Web safe color of #211729 is #330033 (or #303).

RGB color model

#211729 color RGB value is (33,23,41).

  • red value is 33;
  • green value is 23;
  • blue value is 41.
RGB:
(33,23,41)
(13%,9%,16%)

RGB channels and saturation

R 33 of 255 = 13%
G 23 of 255 = 9%
B 41 of 255 = 16%

33
23
41

R + G + B ~ 13%. #211729 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 23 + 41 = 97 (100%)
R 33 of 97 ~ 34.02%
G 23 of 97 ~ 23.71%
B 41 of 97 ~ 42.27%

%34.02
%23.71
%42.27

CMYK color model

#211729 color CMYK value is (20,44,0,84).

  • cyan value is 19.51%
  • magenta value is 43.90%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(20,44,0,84)
C20M44Y0K84 
(20%,44%,0%,84%)
(0.20/0.44/0.00/0.84)	

CMYK percentages

%19.51
%43.9
%0
%83.92

Codes

Color #211729 in popluar color models

211729
RGB332341
HSL273°28.13%12.55%
HSB/HSV273°43.90%16.08%
CMYK19.51%43.90%0.00%
83.92%

Color #211729 in popluar number systems.

HEX211729
Decimal332341
Binary10000110111101001
Octal412751

Shades and tints

Shades of #211729

#211729
(33,23,41)
#1E1526
(30,21,38)
#1B1323
(27,19,35)
#181120
(24,17,32)
#150F1D
(21,15,29)
#120D1A
(18,13,26)
#0F0B17
(15,11,23)
#0C0914
(12,9,20)
#090711
(9,7,17)
#06050E
(6,5,14)
#03030B
(3,3,11)
#000000
(0,0,0)

Tints of #211729

#211729
(33,23,41)
#352C3C
(53,44,60)
#49414F
(73,65,79)
#5D5662
(93,86,98)
#716B75
(113,107,117)
#858088
(133,128,136)
#99959B
(153,149,155)
#ADAAAE
(173,170,174)
#C1BFC1
(193,191,193)
#D5D4D4
(213,212,212)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211729; }

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

This text font color is #211729.


Background Color

.myBgColor { background-color: #211729; }

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

This div background color is #211729.


Border color

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

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

This div border color is #211729.


Opacity

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

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

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

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

This text has shadow with #211729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211729 on black background.


Color preview on white background

This text has color #211729 on white background.



Black color preview on #211729 background

This text has black color on #211729 background.


White color preview on #211729 background

This text has white color on #211729 background.