COLOR #21252F

HEX: #21252F
RGB: (33,37,47)

Color info

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

RGB color model

#21252F color RGB value is (33,37,47).

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

RGB channels and saturation

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

33
37
47

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

Portions of RGB colors in percentages

R + G + B =
33 + 37 + 47 = 117 (100%)
R 33 of 117 ~ 28.21%
G 37 of 117 ~ 31.62%
B 47 of 117 ~ 40.17%

%28.21
%31.62
%40.17

CMYK color model

#21252F color CMYK value is (30,21,0,82).

  • cyan value is 29.79%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(30,21,0,82)
C30M21Y0K82 
(30%,21%,0%,82%)
(0.30/0.21/0.00/0.82)	

CMYK percentages

%29.79
%21.28
%0
%81.57

Codes

Color #21252F in popluar color models

21252F
RGB333747
HSL223°17.50%15.69%
HSB/HSV223°29.79%18.43%
CMYK29.79%21.28%0.00%
81.57%

Color #21252F in popluar number systems.

HEX21252F
Decimal333747
Binary100001100101101111
Octal414557

Shades and tints

Shades of #21252F

#21252F
(33,37,47)
#1E222B
(30,34,43)
#1B1F27
(27,31,39)
#181C23
(24,28,35)
#15191F
(21,25,31)
#12161B
(18,22,27)
#0F1317
(15,19,23)
#0C1013
(12,16,19)
#090D0F
(9,13,15)
#060A0B
(6,10,11)
#030707
(3,7,7)
#000000
(0,0,0)

Tints of #21252F

#21252F
(33,37,47)
#353841
(53,56,65)
#494B53
(73,75,83)
#5D5E65
(93,94,101)
#717177
(113,113,119)
#858489
(133,132,137)
#99979B
(153,151,155)
#ADAAAD
(173,170,173)
#C1BDBF
(193,189,191)
#D5D0D1
(213,208,209)
#E9E3E3
(233,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21252F; }

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

This text font color is #21252F.


Background Color

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

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

This div background color is #21252F.


Border color

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

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

This div border color is #21252F.


Opacity

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

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

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

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

This text has shadow with #21252F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21252F on black background.


Color preview on white background

This text has color #21252F on white background.



Black color preview on #21252F background

This text has black color on #21252F background.


White color preview on #21252F background

This text has white color on #21252F background.