COLOR #21272F

HEX: #21272F
RGB: (33,39,47)

Color info

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

RGB color model

#21272F color RGB value is (33,39,47).

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

RGB channels and saturation

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

33
39
47

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

Portions of RGB colors in percentages

R + G + B =
33 + 39 + 47 = 119 (100%)
R 33 of 119 ~ 27.73%
G 39 of 119 ~ 32.77%
B 47 of 119 ~ 39.5%

%27.73
%32.77
%39.5

CMYK color model

#21272F color CMYK value is (30,17,0,82).

  • cyan value is 29.79%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK: (30,17,0,82) C30M17Y0K82 (30%,17%,0%,82%) (0.30/0.17/0.00/0.82)

CMYK percentages

%29.79
%17.02
%0
%81.57

Codes

Color #21272F in popluar color models

21272F
RGB333947
HSL214°17.50%15.69%
HSB/HSV214°29.79%18.43%
CMYK29.79%17.02%0.00%
81.57%

Color #21272F in popluar number systems.

HEX21272F
Decimal333947
Binary100001100111101111
Octal414757

Shades and tints

Shades of #21272F

#21272F
(33,39,47)
#1E242B
(30,36,43)
#1B2127
(27,33,39)
#181E23
(24,30,35)
#151B1F
(21,27,31)
#12181B
(18,24,27)
#0F1517
(15,21,23)
#0C1213
(12,18,19)
#090F0F
(9,15,15)
#060C0B
(6,12,11)
#030907
(3,9,7)
#000000
(0,0,0)

Tints of #21272F

#21272F
(33,39,47)
#353A41
(53,58,65)
#494D53
(73,77,83)
#5D6065
(93,96,101)
#717377
(113,115,119)
#858689
(133,134,137)
#99999B
(153,153,155)
#ADACAD
(173,172,173)
#C1BFBF
(193,191,191)
#D5D2D1
(213,210,209)
#E9E5E3
(233,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21272F; }

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

This text font color is #21272F.


Background Color

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

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

This div background color is #21272F.


Border color

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

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

This div border color is #21272F.


Opacity

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

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

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

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

This text has shadow with #21272F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #21272F on black background.


Color preview on white background

This text has color #21272F on white background.



Black color preview on #21272F background

This text has black color on #21272F background.


White color preview on #21272F background

This text has white color on #21272F background.