COLOR #211C2F

HEX: #211C2F
RGB: (33,28,47)

Color info

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

RGB color model

#211C2F color RGB value is (33,28,47).

  • red value is 33;
  • green value is 28;
  • blue value is 47.
RGB:
(33,28,47)
(13%,11%,18%)

RGB channels and saturation

R 33 of 255 = 13%
G 28 of 255 = 11%
B 47 of 255 = 18%

33
28
47

R + G + B ~ 14%. #211C2F is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 28 + 47 = 108 (100%)
R 33 of 108 ~ 30.56%
G 28 of 108 ~ 25.93%
B 47 of 108 ~ 43.52%

%30.56
%25.93
%43.52

CMYK color model

#211C2F color CMYK value is (30,40,0,82).

  • cyan value is 29.79%
  • magenta value is 40.43%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(30,40,0,82)
C30M40Y0K82 
(30%,40%,0%,82%)
(0.30/0.40/0.00/0.82)	

CMYK percentages

%29.79
%40.43
%0
%81.57

Codes

Color #211C2F in popluar color models

211C2F
RGB332847
HSL256°25.33%14.71%
HSB/HSV256°40.43%18.43%
CMYK29.79%40.43%0.00%
81.57%

Color #211C2F in popluar number systems.

HEX211C2F
Decimal332847
Binary10000111100101111
Octal413457

Shades and tints

Shades of #211C2F

#211C2F
(33,28,47)
#1E1A2B
(30,26,43)
#1B1827
(27,24,39)
#181623
(24,22,35)
#15141F
(21,20,31)
#12121B
(18,18,27)
#0F1017
(15,16,23)
#0C0E13
(12,14,19)
#090C0F
(9,12,15)
#060A0B
(6,10,11)
#030807
(3,8,7)
#000000
(0,0,0)

Tints of #211C2F

#211C2F
(33,28,47)
#353041
(53,48,65)
#494453
(73,68,83)
#5D5865
(93,88,101)
#716C77
(113,108,119)
#858089
(133,128,137)
#99949B
(153,148,155)
#ADA8AD
(173,168,173)
#C1BCBF
(193,188,191)
#D5D0D1
(213,208,209)
#E9E4E3
(233,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211C2F color. Also use rgb(33,28,47) instead hex code.

Text Font Color

.myTextColor { color: #211C2F; }

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

This text font color is #211C2F.


Background Color

.myBgColor { background-color: #211C2F; }

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

This div background color is #211C2F.


Border color

.myBorderColor { border: 1px solid #211C2F; }

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

This div border color is #211C2F.


Opacity

.myOpacity80 { color: #211C2F; opacity: 0.8; }

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

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

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

This text has shadow with #211C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211C2F on black background.


Color preview on white background

This text has color #211C2F on white background.



Black color preview on #211C2F background

This text has black color on #211C2F background.


White color preview on #211C2F background

This text has white color on #211C2F background.