COLOR #21251A

HEX: #21251A
RGB: (33,37,26)

Color info

#21251A contains red, green and blue colors in about the same proportion. Web safe color of #21251A is #333300 (or #330).

RGB color model

#21251A color RGB value is (33,37,26).

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

RGB channels and saturation

R 33 of 255 = 13%
G 37 of 255 = 15%
B 26 of 255 = 10%

33
37
26

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

Portions of RGB colors in percentages

R + G + B =
33 + 37 + 26 = 96 (100%)
R 33 of 96 ~ 34.38%
G 37 of 96 ~ 38.54%
B 26 of 96 ~ 27.08%

%34.38
%38.54
%27.08

CMYK color model

#21251A color CMYK value is (11,0,30,85).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 85.49%
CMYK:
(11,0,30,85)
C11M0Y30K85 
(11%,0%,30%,85%)
(0.11/0.00/0.30/0.85)	

CMYK percentages

%10.81
%0
%29.73
%85.49

Codes

Color #21251A in popluar color models

21251A
RGB333726
HSL82°17.46%12.35%
HSB/HSV82°29.73%14.51%
CMYK10.81%0.00%29.73%
85.49%

Color #21251A in popluar number systems.

HEX21251A
Decimal333726
Binary10000110010111010
Octal414532

Shades and tints

Shades of #21251A

#21251A
(33,37,26)
#1E2218
(30,34,24)
#1B1F16
(27,31,22)
#181C14
(24,28,20)
#151912
(21,25,18)
#121610
(18,22,16)
#0F130E
(15,19,14)
#0C100C
(12,16,12)
#090D0A
(9,13,10)
#060A08
(6,10,8)
#030706
(3,7,6)
#000000
(0,0,0)

Tints of #21251A

#21251A
(33,37,26)
#35382E
(53,56,46)
#494B42
(73,75,66)
#5D5E56
(93,94,86)
#71716A
(113,113,106)
#85847E
(133,132,126)
#999792
(153,151,146)
#ADAAA6
(173,170,166)
#C1BDBA
(193,189,186)
#D5D0CE
(213,208,206)
#E9E3E2
(233,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21251A; }

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

This text font color is #21251A.


Background Color

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

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

This div background color is #21251A.


Border color

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

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

This div border color is #21251A.


Opacity

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

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

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

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

This text has shadow with #21251A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21251A on black background.


Color preview on white background

This text has color #21251A on white background.



Black color preview on #21251A background

This text has black color on #21251A background.


White color preview on #21251A background

This text has white color on #21251A background.