COLOR #212528

HEX: #212528
RGB: (33,37,40)

Color info

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

RGB color model

#212528 color RGB value is (33,37,40).

  • red value is 33;
  • green value is 37;
  • blue value is 40.
RGB:
(33,37,40)
(13%,15%,16%)

RGB channels and saturation

R 33 of 255 = 13%
G 37 of 255 = 15%
B 40 of 255 = 16%

33
37
40

R + G + B ~ 15%. #212528 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 37 + 40 = 110 (100%)
R 33 of 110 ~ 30%
G 37 of 110 ~ 33.64%
B 40 of 110 ~ 36.36%

%30
%33.64
%36.36

CMYK color model

#212528 color CMYK value is (18,7,0,84).

  • cyan value is 17.50%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(18,7,0,84)
C18M7Y0K84 
(18%,7%,0%,84%)
(0.18/0.07/0.00/0.84)	

CMYK percentages

%17.5
%7.5
%0
%84.31

Codes

Color #212528 in popluar color models

212528
RGB333740
HSL206°9.59%14.31%
HSB/HSV206°17.50%15.69%
CMYK17.50%7.50%0.00%
84.31%

Color #212528 in popluar number systems.

HEX212528
Decimal333740
Binary100001100101101000
Octal414550

Shades and tints

Shades of #212528

#212528
(33,37,40)
#1E2225
(30,34,37)
#1B1F22
(27,31,34)
#181C1F
(24,28,31)
#15191C
(21,25,28)
#121619
(18,22,25)
#0F1316
(15,19,22)
#0C1013
(12,16,19)
#090D10
(9,13,16)
#060A0D
(6,10,13)
#03070A
(3,7,10)
#000000
(0,0,0)

Tints of #212528

#212528
(33,37,40)
#35383B
(53,56,59)
#494B4E
(73,75,78)
#5D5E61
(93,94,97)
#717174
(113,113,116)
#858487
(133,132,135)
#99979A
(153,151,154)
#ADAAAD
(173,170,173)
#C1BDC0
(193,189,192)
#D5D0D3
(213,208,211)
#E9E3E6
(233,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212528; }

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

This text font color is #212528.


Background Color

.myBgColor { background-color: #212528; }

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

This div background color is #212528.


Border color

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

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

This div border color is #212528.


Opacity

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

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

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

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

This text has shadow with #212528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212528 on black background.


Color preview on white background

This text has color #212528 on white background.



Black color preview on #212528 background

This text has black color on #212528 background.


White color preview on #212528 background

This text has white color on #212528 background.