COLOR #21240E

HEX: #21240E RGB: (33,36,14)

Color info

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

RGB color model

#21240E color RGB value is (33,36,14).

RGB: (33,36,14) (13%, 14%, 5%)

RGB channels and saturation

R 33 of 255 = 13%
G 36 of 255 = 14%
B 14 of 255 = 5%

33
36
14

R + G + B ~ 11%. #21240E is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 36 + 14 = 83 (100%)
R 33 of 83 ~ 39.76%
G 36 of 83 ~ 43.37%
B 14 of 83 ~ 16.87'%

%39.76
%43.37
%16.87

CMYK color model

#21240E color CMYK value is (8,0,61,86).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 61.11%
  • key color value is 85.88%

CMYK: (8,0,61,86)
C8M0Y61K86 (8%, 0%, 61%, 86%)
(0.08 / 0.00 / 0.61 / 0.86)

CMYK percentages

%8.33
%0
%61.11
%85.88

Codes

Color #21240E in popluar color models

21 24 0E
RGB 33 36 14
HSL 68° 44.00% 9.80%
HSB/HSV 68° 61.11% 14.12%
CMYK 8.33% 0.00% 61.11%
85.88%

Color #21240E in popluar number systems.

HEX 21 24 0E
Decimal 33 36 14
Binary 100001 100100 1110
Octal 41 44 16

Shades and tints

Shades of #21240E

#21240E
(33,36,14)
#1E210D
(30,33,13)
#1B1E0C
(27,30,12)
#181B0B
(24,27,11)
#15180A
(21,24,10)
#121509
(18,21,9)
#0F1208
(15,18,8)
#0C0F07
(12,15,7)
#090C06
(9,12,6)
#060905
(6,9,5)
#030604
(3,6,4)
#000000
(0,0,0)

Tints of #21240E

#21240E
(33,36,14)
#353723
(53,55,35)
#494A38
(73,74,56)
#5D5D4D
(93,93,77)
#717062
(113,112,98)
#858377
(133,131,119)
#99968C
(153,150,140)
#ADA9A1
(173,169,161)
#C1BCB6
(193,188,182)
#D5CFCB
(213,207,203)
#E9E2E0
(233,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21240E color. Also use rgb(33,36,14) instead hex code.

Text Font Color

.myTextColor { color: #21240E; }

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

This text font color is #21240E.

Background Color

.myBgColor { background-color: #21240E; }

<div style="background-color:#21240E">Inner text</div>

This div background color is #21240E.

Border color

.myBorderColor { border: 1px solid #21240E; }

<div style="border:3px solid #21240E">Div</div>

This div border color is #21240E.

Opacity

.myOpacity80 { color: #21240E; opacity: 0.8; }

<p style="color:#21240E;opacity:0.8;">80%</p>

Text with #21240E 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 #21240E;}

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

This text has shadow with #21240E color.


.textShadow {text-shadow: 3px 3px 1px #21240E', 3px 3px 1px red;}

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

This text has shadow with #21240E primary color and red secondary color.


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

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

This text has shadow with #21240E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #21240E; -webkit-box-shadow: 1px 1px 3px 2px #21240E; box-shadow:1px 1px 3px 2px #21240E;">
Div content here
</div>

This div box has shadow with color #21240E.

Preview

Color preview on black background

This text has color #21240E on black background.


Color preview on white background

This text has color #21240E on white background.


Black color preview on #21240E background

This text has black color on #21240E background.


White color preview on #21240E background

This text has white color on #21240E background.


Related colors

Complementary color

Complementary color for #hex is #DEDBF1.


I love getcolorcode.com

Triadic colors

1 #0E2124 and #240E21 with #21240E are triadic colors.

2 #0E2421 and #24210E with #21240E are triadic colors.