COLOR #24491D

HEX: #24491D
RGB: (36,73,29)

Color info

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

RGB color model

#24491D color RGB value is (36,73,29).

  • red value is 36;
  • green value is 73;
  • blue value is 29.
RGB:
(36,73,29)
(14%,29%,11%)

RGB channels and saturation

R 36 of 255 = 14%
G 73 of 255 = 29%
B 29 of 255 = 11%

36
73
29

R + G + B ~ 18%. #24491D is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 73 + 29 = 138 (100%)
R 36 of 138 ~ 26.09%
G 73 of 138 ~ 52.9%
B 29 of 138 ~ 21.01%

%26.09
%52.9
%21.01

CMYK color model

#24491D color CMYK value is (51,0,60,71).

  • cyan value is 50.68%
  • magenta value is 0.00%
  • yellow value is 60.27%
  • key color value is 71.37%
CMYK:
(51,0,60,71)
C51M0Y60K71 
(51%,0%,60%,71%)
(0.51/0.00/0.60/0.71)	

CMYK percentages

%50.68
%0
%60.27
%71.37

Codes

Color #24491D in popluar color models

24491D
RGB367329
HSL110°43.14%20.00%
HSB/HSV110°60.27%28.63%
CMYK50.68%0.00%60.27%
71.37%

Color #24491D in popluar number systems.

HEX24491D
Decimal367329
Binary100100100100111101
Octal4411135

Shades and tints

Shades of #24491D

#24491D
(36,73,29)
#21431B
(33,67,27)
#1E3D19
(30,61,25)
#1B3717
(27,55,23)
#183115
(24,49,21)
#152B13
(21,43,19)
#122511
(18,37,17)
#0F1F0F
(15,31,15)
#0C190D
(12,25,13)
#09130B
(9,19,11)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #24491D

#24491D
(36,73,29)
#375931
(55,89,49)
#4A6945
(74,105,69)
#5D7959
(93,121,89)
#70896D
(112,137,109)
#839981
(131,153,129)
#96A995
(150,169,149)
#A9B9A9
(169,185,169)
#BCC9BD
(188,201,189)
#CFD9D1
(207,217,209)
#E2E9E5
(226,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24491D color. Also use rgb(36,73,29) instead hex code.

Text Font Color

.myTextColor { color: #24491D; }

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

This text font color is #24491D.


Background Color

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

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

This div background color is #24491D.


Border color

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

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

This div border color is #24491D.


Opacity

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

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

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

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

This text has shadow with #24491D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24491D on black background.


Color preview on white background

This text has color #24491D on white background.



Black color preview on #24491D background

This text has black color on #24491D background.


White color preview on #24491D background

This text has white color on #24491D background.