COLOR #21252A

HEX: #21252A
RGB: (33,37,42)

Color info

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

RGB color model

#21252A color RGB value is (33,37,42).

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

RGB channels and saturation

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

33
37
42

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

Portions of RGB colors in percentages

R + G + B =
33 + 37 + 42 = 112 (100%)
R 33 of 112 ~ 29.46%
G 37 of 112 ~ 33.04%
B 42 of 112 ~ 37.5%

%29.46
%33.04
%37.5

CMYK color model

#21252A color CMYK value is (21,12,0,84).

  • cyan value is 21.43%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(21,12,0,84)
C21M12Y0K84 
(21%,12%,0%,84%)
(0.21/0.12/0.00/0.84)	

CMYK percentages

%21.43
%11.9
%0
%83.53

Codes

Color #21252A in popluar color models

21252A
RGB333742
HSL213°12.00%14.71%
HSB/HSV213°21.43%16.47%
CMYK21.43%11.90%0.00%
83.53%

Color #21252A in popluar number systems.

HEX21252A
Decimal333742
Binary100001100101101010
Octal414552

Shades and tints

Shades of #21252A

#21252A
(33,37,42)
#1E2227
(30,34,39)
#1B1F24
(27,31,36)
#181C21
(24,28,33)
#15191E
(21,25,30)
#12161B
(18,22,27)
#0F1318
(15,19,24)
#0C1015
(12,16,21)
#090D12
(9,13,18)
#060A0F
(6,10,15)
#03070C
(3,7,12)
#000000
(0,0,0)

Tints of #21252A

#21252A
(33,37,42)
#35383D
(53,56,61)
#494B50
(73,75,80)
#5D5E63
(93,94,99)
#717176
(113,113,118)
#858489
(133,132,137)
#99979C
(153,151,156)
#ADAAAF
(173,170,175)
#C1BDC2
(193,189,194)
#D5D0D5
(213,208,213)
#E9E3E8
(233,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21252A; }

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

This text font color is #21252A.


Background Color

.myBgColor { background-color: #21252A; }

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

This div background color is #21252A.


Border color

.myBorderColor { border: 1px solid #21252A; }

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

This div border color is #21252A.


Opacity

.myOpacity80 { color: #21252A; opacity: 0.8; }

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

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

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

This text has shadow with #21252A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21252A on black background.


Color preview on white background

This text has color #21252A on white background.



Black color preview on #21252A background

This text has black color on #21252A background.


White color preview on #21252A background

This text has white color on #21252A background.