COLOR #211C25

HEX: #211C25 RGB: (33,28,37)

Color info

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

RGB color model

#211C25 color RGB value is (33,28,37).

RGB: (33,28,37) (13%, 11%, 15%)

RGB channels and saturation

R 33 of 255 = 13%
G 28 of 255 = 11%
B 37 of 255 = 15%

33
28
37

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

Portions of RGB colors in percentages

R + G + B = 33 + 28 + 37 = 98 (100%)
R 33 of 98 ~ 33.67%
G 28 of 98 ~ 28.57%
B 37 of 98 ~ 37.76'%

%33.67
%28.57
%37.76

CMYK color model

#211C25 color CMYK value is (11,24,0,85).

  • cyan value is 10.81%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 85.49%

CMYK: (11,24,0,85)
C11M24Y0K85 (11%, 24%, 0%, 85%)
(0.11 / 0.24 / 0.00 / 0.85)

CMYK percentages

%10.81
%24.32
%0
%85.49

Codes

Color #211C25 in popluar color models

21 1C 25
RGB 33 28 37
HSL 273° 13.85% 12.75%
HSB/HSV 273° 24.32% 14.51%
CMYK 10.81% 24.32% 0.00%
85.49%

Color #211C25 in popluar number systems.

HEX 21 1C 25
Decimal 33 28 37
Binary 100001 11100 100101
Octal 41 34 45

Shades and tints

Shades of #211C25

#211C25
(33,28,37)
#1E1A22
(30,26,34)
#1B181F
(27,24,31)
#18161C
(24,22,28)
#151419
(21,20,25)
#121216
(18,18,22)
#0F1013
(15,16,19)
#0C0E10
(12,14,16)
#090C0D
(9,12,13)
#060A0A
(6,10,10)
#030807
(3,8,7)
#000000
(0,0,0)

Tints of #211C25

#211C25
(33,28,37)
#353038
(53,48,56)
#49444B
(73,68,75)
#5D585E
(93,88,94)
#716C71
(113,108,113)
#858084
(133,128,132)
#999497
(153,148,151)
#ADA8AA
(173,168,170)
#C1BCBD
(193,188,189)
#D5D0D0
(213,208,208)
#E9E4E3
(233,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211C25; }

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

This text font color is #211C25.

Background Color

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

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

This div background color is #211C25.

Border color

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

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

This div border color is #211C25.

Opacity

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

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

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

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

This text has shadow with #211C25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211C25.

Preview

Color preview on black background

This text has color #211C25 on black background.


Color preview on white background

This text has color #211C25 on white background.


Black color preview on #211C25 background

This text has black color on #211C25 background.


White color preview on #211C25 background

This text has white color on #211C25 background.


Related colors

Complementary color

Complementary color for #hex is #DEE3DA.


I love getcolorcode.com

Triadic colors

1 #25211C and #1C2521 with #211C25 are triadic colors.

2 #251C21 and #1C2125 with #211C25 are triadic colors.