COLOR #21252D

HEX: #21252D
RGB: (33,37,45)

Color info

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

RGB color model

#21252D color RGB value is (33,37,45).

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

RGB channels and saturation

R 33 of 255 = 13%
G 37 of 255 = 15%
B 45 of 255 = 18%

33
37
45

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

Portions of RGB colors in percentages

R + G + B =
33 + 37 + 45 = 115 (100%)
R 33 of 115 ~ 28.7%
G 37 of 115 ~ 32.17%
B 45 of 115 ~ 39.13%

%28.7
%32.17
%39.13

CMYK color model

#21252D color CMYK value is (27,18,0,82).

  • cyan value is 26.67%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(27,18,0,82)
C27M18Y0K82 
(27%,18%,0%,82%)
(0.27/0.18/0.00/0.82)	

CMYK percentages

%26.67
%17.78
%0
%82.35

Codes

Color #21252D in popluar color models

21252D
RGB333745
HSL220°15.38%15.29%
HSB/HSV220°26.67%17.65%
CMYK26.67%17.78%0.00%
82.35%

Color #21252D in popluar number systems.

HEX21252D
Decimal333745
Binary100001100101101101
Octal414555

Shades and tints

Shades of #21252D

#21252D
(33,37,45)
#1E2229
(30,34,41)
#1B1F25
(27,31,37)
#181C21
(24,28,33)
#15191D
(21,25,29)
#121619
(18,22,25)
#0F1315
(15,19,21)
#0C1011
(12,16,17)
#090D0D
(9,13,13)
#060A09
(6,10,9)
#030705
(3,7,5)
#000000
(0,0,0)

Tints of #21252D

#21252D
(33,37,45)
#353840
(53,56,64)
#494B53
(73,75,83)
#5D5E66
(93,94,102)
#717179
(113,113,121)
#85848C
(133,132,140)
#99979F
(153,151,159)
#ADAAB2
(173,170,178)
#C1BDC5
(193,189,197)
#D5D0D8
(213,208,216)
#E9E3EB
(233,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21252D; }

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

This text font color is #21252D.


Background Color

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

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

This div background color is #21252D.


Border color

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

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

This div border color is #21252D.


Opacity

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

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

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

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

This text has shadow with #21252D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21252D on black background.


Color preview on white background

This text has color #21252D on white background.



Black color preview on #21252D background

This text has black color on #21252D background.


White color preview on #21252D background

This text has white color on #21252D background.