COLOR #21292A

HEX: #21292A
RGB: (33,41,42)

Color info

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

RGB color model

#21292A color RGB value is (33,41,42).

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

RGB channels and saturation

R 33 of 255 = 13%
G 41 of 255 = 16%
B 42 of 255 = 16%

33
41
42

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

Portions of RGB colors in percentages

R + G + B =
33 + 41 + 42 = 116 (100%)
R 33 of 116 ~ 28.45%
G 41 of 116 ~ 35.34%
B 42 of 116 ~ 36.21%

%28.45
%35.34
%36.21

CMYK color model

#21292A color CMYK value is (21,2,0,84).

  • cyan value is 21.43%
  • magenta value is 2.38%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK: (21,2,0,84) C21M2Y0K84 (21%,2%,0%,84%) (0.21/0.02/0.00/0.84)

CMYK percentages

%21.43
%2.38
%0
%83.53

Codes

Color #21292A in popluar color models

21292A
RGB334142
HSL187°12.00%14.71%
HSB/HSV187°21.43%16.47%
CMYK21.43%2.38%0.00%
83.53%

Color #21292A in popluar number systems.

HEX21292A
Decimal334142
Binary100001101001101010
Octal415152

Shades and tints

Shades of #21292A

#21292A
(33,41,42)
#1E2627
(30,38,39)
#1B2324
(27,35,36)
#182021
(24,32,33)
#151D1E
(21,29,30)
#121A1B
(18,26,27)
#0F1718
(15,23,24)
#0C1415
(12,20,21)
#091112
(9,17,18)
#060E0F
(6,14,15)
#030B0C
(3,11,12)
#000000
(0,0,0)

Tints of #21292A

#21292A
(33,41,42)
#353C3D
(53,60,61)
#494F50
(73,79,80)
#5D6263
(93,98,99)
#717576
(113,117,118)
#858889
(133,136,137)
#999B9C
(153,155,156)
#ADAEAF
(173,174,175)
#C1C1C2
(193,193,194)
#D5D4D5
(213,212,213)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21292A; }

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

This text font color is #21292A.


Background Color

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

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

This div background color is #21292A.


Border color

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

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

This div border color is #21292A.


Opacity

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

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

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

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

This text has shadow with #21292A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #21292A on black background.


Color preview on white background

This text has color #21292A on white background.



Black color preview on #21292A background

This text has black color on #21292A background.


White color preview on #21292A background

This text has white color on #21292A background.