COLOR #21250F

HEX: #21250F
RGB: (33,37,15)

Color info

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

RGB color model

#21250F color RGB value is (33,37,15).

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

RGB channels and saturation

R 33 of 255 = 13%
G 37 of 255 = 15%
B 15 of 255 = 6%

33
37
15

R + G + B ~ 11%. #21250F is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 37 + 15 = 85 (100%)
R 33 of 85 ~ 38.82%
G 37 of 85 ~ 43.53%
B 15 of 85 ~ 17.65%

%38.82
%43.53
%17.65

CMYK color model

#21250F color CMYK value is (11,0,59,85).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 59.46%
  • key color value is 85.49%
CMYK:
(11,0,59,85)
C11M0Y59K85 
(11%,0%,59%,85%)
(0.11/0.00/0.59/0.85)	

CMYK percentages

%10.81
%0
%59.46
%85.49

Codes

Color #21250F in popluar color models

21250F
RGB333715
HSL71°42.31%10.20%
HSB/HSV71°59.46%14.51%
CMYK10.81%0.00%59.46%
85.49%

Color #21250F in popluar number systems.

HEX21250F
Decimal333715
Binary1000011001011111
Octal414517

Shades and tints

Shades of #21250F

#21250F
(33,37,15)
#1E220E
(30,34,14)
#1B1F0D
(27,31,13)
#181C0C
(24,28,12)
#15190B
(21,25,11)
#12160A
(18,22,10)
#0F1309
(15,19,9)
#0C1008
(12,16,8)
#090D07
(9,13,7)
#060A06
(6,10,6)
#030705
(3,7,5)
#000000
(0,0,0)

Tints of #21250F

#21250F
(33,37,15)
#353824
(53,56,36)
#494B39
(73,75,57)
#5D5E4E
(93,94,78)
#717163
(113,113,99)
#858478
(133,132,120)
#99978D
(153,151,141)
#ADAAA2
(173,170,162)
#C1BDB7
(193,189,183)
#D5D0CC
(213,208,204)
#E9E3E1
(233,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #21250F; }

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

This text font color is #21250F.


Background Color

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

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

This div background color is #21250F.


Border color

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

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

This div border color is #21250F.


Opacity

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

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

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

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

This text has shadow with #21250F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21250F on black background.


Color preview on white background

This text has color #21250F on white background.



Black color preview on #21250F background

This text has black color on #21250F background.


White color preview on #21250F background

This text has white color on #21250F background.