COLOR #24412E

HEX: #24412E
RGB: (36,65,46)

Color info

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

RGB color model

#24412E color RGB value is (36,65,46).

  • red value is 36;
  • green value is 65;
  • blue value is 46.
RGB:
(36,65,46)
(14%,25%,18%)

RGB channels and saturation

R 36 of 255 = 14%
G 65 of 255 = 25%
B 46 of 255 = 18%

36
65
46

R + G + B ~ 19%. #24412E is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 65 + 46 = 147 (100%)
R 36 of 147 ~ 24.49%
G 65 of 147 ~ 44.22%
B 46 of 147 ~ 31.29%

%24.49
%44.22
%31.29

CMYK color model

#24412E color CMYK value is (45,0,29,75).

  • cyan value is 44.62%
  • magenta value is 0.00%
  • yellow value is 29.23%
  • key color value is 74.51%
CMYK:
(45,0,29,75)
C45M0Y29K75 
(45%,0%,29%,75%)
(0.45/0.00/0.29/0.75)	

CMYK percentages

%44.62
%0
%29.23
%74.51

Codes

Color #24412E in popluar color models

24412E
RGB366546
HSL141°28.71%19.80%
HSB/HSV141°44.62%25.49%
CMYK44.62%0.00%29.23%
74.51%

Color #24412E in popluar number systems.

HEX24412E
Decimal366546
Binary1001001000001101110
Octal4410156

Shades and tints

Shades of #24412E

#24412E
(36,65,46)
#213C2A
(33,60,42)
#1E3726
(30,55,38)
#1B3222
(27,50,34)
#182D1E
(24,45,30)
#15281A
(21,40,26)
#122316
(18,35,22)
#0F1E12
(15,30,18)
#0C190E
(12,25,14)
#09140A
(9,20,10)
#060F06
(6,15,6)
#000000
(0,0,0)

Tints of #24412E

#24412E
(36,65,46)
#375241
(55,82,65)
#4A6354
(74,99,84)
#5D7467
(93,116,103)
#70857A
(112,133,122)
#83968D
(131,150,141)
#96A7A0
(150,167,160)
#A9B8B3
(169,184,179)
#BCC9C6
(188,201,198)
#CFDAD9
(207,218,217)
#E2EBEC
(226,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24412E color. Also use rgb(36,65,46) instead hex code.

Text Font Color

.myTextColor { color: #24412E; }

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

This text font color is #24412E.


Background Color

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

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

This div background color is #24412E.


Border color

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

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

This div border color is #24412E.


Opacity

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

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

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

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

This text has shadow with #24412E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24412E on black background.


Color preview on white background

This text has color #24412E on white background.



Black color preview on #24412E background

This text has black color on #24412E background.


White color preview on #24412E background

This text has white color on #24412E background.