COLOR #21251C

HEX: #21251C
RGB: (33,37,28)

Color info

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

RGB color model

#21251C color RGB value is (33,37,28).

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

RGB channels and saturation

R 33 of 255 = 13%
G 37 of 255 = 15%
B 28 of 255 = 11%

33
37
28

R + G + B ~ 13%. #21251C is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 37 + 28 = 98 (100%)
R 33 of 98 ~ 33.67%
G 37 of 98 ~ 37.76%
B 28 of 98 ~ 28.57%

%33.67
%37.76
%28.57

CMYK color model

#21251C color CMYK value is (11,0,24,85).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 85.49%
CMYK:
(11,0,24,85)
C11M0Y24K85 
(11%,0%,24%,85%)
(0.11/0.00/0.24/0.85)	

CMYK percentages

%10.81
%0
%24.32
%85.49

Codes

Color #21251C in popluar color models

21251C
RGB333728
HSL87°13.85%12.75%
HSB/HSV87°24.32%14.51%
CMYK10.81%0.00%24.32%
85.49%

Color #21251C in popluar number systems.

HEX21251C
Decimal333728
Binary10000110010111100
Octal414534

Shades and tints

Shades of #21251C

#21251C
(33,37,28)
#1E221A
(30,34,26)
#1B1F18
(27,31,24)
#181C16
(24,28,22)
#151914
(21,25,20)
#121612
(18,22,18)
#0F1310
(15,19,16)
#0C100E
(12,16,14)
#090D0C
(9,13,12)
#060A0A
(6,10,10)
#030708
(3,7,8)
#000000
(0,0,0)

Tints of #21251C

#21251C
(33,37,28)
#353830
(53,56,48)
#494B44
(73,75,68)
#5D5E58
(93,94,88)
#71716C
(113,113,108)
#858480
(133,132,128)
#999794
(153,151,148)
#ADAAA8
(173,170,168)
#C1BDBC
(193,189,188)
#D5D0D0
(213,208,208)
#E9E3E4
(233,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21251C color. Also use rgb(33,37,28) instead hex code.

Text Font Color

.myTextColor { color: #21251C; }

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

This text font color is #21251C.


Background Color

.myBgColor { background-color: #21251C; }

<div style="background-color:#21251C">Inner text</div>

This div background color is #21251C.


Border color

.myBorderColor { border: 1px solid #21251C; }

<div style="border:3px solid #21251C">Div</div>

This div border color is #21251C.


Opacity

.myOpacity80 { color: #21251C; opacity: 0.8; }

<p style="color:#21251C;opacity:0.8;">80%</p>

Text with #21251C 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 #21251C;}

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

This text has shadow with #21251C color.

.textShadow {text-shadow: 3px 3px 1px #21251C, 3px 3px 1px red;}

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

This text has shadow with #21251C primary color and red secondary color.


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

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

This text has shadow with #21251C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21251C on black background.


Color preview on white background

This text has color #21251C on white background.



Black color preview on #21251C background

This text has black color on #21251C background.


White color preview on #21251C background

This text has white color on #21251C background.