COLOR #24491A

HEX: #24491A
RGB: (36,73,26)

Color info

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

RGB color model

#24491A color RGB value is (36,73,26).

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

RGB channels and saturation

R 36 of 255 = 14%
G 73 of 255 = 29%
B 26 of 255 = 10%

36
73
26

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

Portions of RGB colors in percentages

R + G + B =
36 + 73 + 26 = 135 (100%)
R 36 of 135 ~ 26.67%
G 73 of 135 ~ 54.07%
B 26 of 135 ~ 19.26%

%26.67
%54.07
%19.26

CMYK color model

#24491A color CMYK value is (51,0,64,71).

  • cyan value is 50.68%
  • magenta value is 0.00%
  • yellow value is 64.38%
  • key color value is 71.37%
CMYK:
(51,0,64,71)
C51M0Y64K71 
(51%,0%,64%,71%)
(0.51/0.00/0.64/0.71)	

CMYK percentages

%50.68
%0
%64.38
%71.37

Codes

Color #24491A in popluar color models

24491A
RGB367326
HSL107°47.47%19.41%
HSB/HSV107°64.38%28.63%
CMYK50.68%0.00%64.38%
71.37%

Color #24491A in popluar number systems.

HEX24491A
Decimal367326
Binary100100100100111010
Octal4411132

Shades and tints

Shades of #24491A

#24491A
(36,73,26)
#214318
(33,67,24)
#1E3D16
(30,61,22)
#1B3714
(27,55,20)
#183112
(24,49,18)
#152B10
(21,43,16)
#12250E
(18,37,14)
#0F1F0C
(15,31,12)
#0C190A
(12,25,10)
#091308
(9,19,8)
#060D06
(6,13,6)
#000000
(0,0,0)

Tints of #24491A

#24491A
(36,73,26)
#37592E
(55,89,46)
#4A6942
(74,105,66)
#5D7956
(93,121,86)
#70896A
(112,137,106)
#83997E
(131,153,126)
#96A992
(150,169,146)
#A9B9A6
(169,185,166)
#BCC9BA
(188,201,186)
#CFD9CE
(207,217,206)
#E2E9E2
(226,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24491A; }

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

This text font color is #24491A.


Background Color

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

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

This div background color is #24491A.


Border color

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

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

This div border color is #24491A.


Opacity

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

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

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

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

This text has shadow with #24491A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24491A on black background.


Color preview on white background

This text has color #24491A on white background.



Black color preview on #24491A background

This text has black color on #24491A background.


White color preview on #24491A background

This text has white color on #24491A background.