COLOR #24420D

HEX: #24420D
RGB: (36,66,13)

Color info

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

RGB color model

#24420D color RGB value is (36,66,13).

  • red value is 36;
  • green value is 66;
  • blue value is 13.
RGB:
(36,66,13)
(14%,26%,5%)

RGB channels and saturation

R 36 of 255 = 14%
G 66 of 255 = 26%
B 13 of 255 = 5%

36
66
13

R + G + B ~ 15%. #24420D is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 66 + 13 = 115 (100%)
R 36 of 115 ~ 31.3%
G 66 of 115 ~ 57.39%
B 13 of 115 ~ 11.3%

%31.3
%57.39
%11.3

CMYK color model

#24420D color CMYK value is (45,0,80,74).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 80.30%
  • key color value is 74.12%
CMYK:
(45,0,80,74)
C45M0Y80K74 
(45%,0%,80%,74%)
(0.45/0.00/0.80/0.74)	

CMYK percentages

%45.45
%0
%80.3
%74.12

Codes

Color #24420D in popluar color models

24420D
RGB366613
HSL94°67.09%15.49%
HSB/HSV94°80.30%25.88%
CMYK45.45%0.00%80.30%
74.12%

Color #24420D in popluar number systems.

HEX24420D
Decimal366613
Binary10010010000101101
Octal4410215

Shades and tints

Shades of #24420D

#24420D
(36,66,13)
#213C0C
(33,60,12)
#1E360B
(30,54,11)
#1B300A
(27,48,10)
#182A09
(24,42,9)
#152408
(21,36,8)
#121E07
(18,30,7)
#0F1806
(15,24,6)
#0C1205
(12,18,5)
#090C04
(9,12,4)
#060603
(6,6,3)
#000000
(0,0,0)

Tints of #24420D

#24420D
(36,66,13)
#375323
(55,83,35)
#4A6439
(74,100,57)
#5D754F
(93,117,79)
#708665
(112,134,101)
#83977B
(131,151,123)
#96A891
(150,168,145)
#A9B9A7
(169,185,167)
#BCCABD
(188,202,189)
#CFDBD3
(207,219,211)
#E2ECE9
(226,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24420D color. Also use rgb(36,66,13) instead hex code.

Text Font Color

.myTextColor { color: #24420D; }

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

This text font color is #24420D.


Background Color

.myBgColor { background-color: #24420D; }

<div style="background-color:#24420D">Inner text</div>

This div background color is #24420D.


Border color

.myBorderColor { border: 1px solid #24420D; }

<div style="border:3px solid #24420D">Div</div>

This div border color is #24420D.


Opacity

.myOpacity80 { color: #24420D; opacity: 0.8; }

<p style="color:#24420D;opacity:0.8;">80%</p>

Text with #24420D 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 #24420D;}

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

This text has shadow with #24420D color.

.textShadow {text-shadow: 3px 3px 1px #24420D, 3px 3px 1px red;}

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

This text has shadow with #24420D primary color and red secondary color.


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

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

This text has shadow with #24420D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24420D on black background.


Color preview on white background

This text has color #24420D on white background.



Black color preview on #24420D background

This text has black color on #24420D background.


White color preview on #24420D background

This text has white color on #24420D background.