COLOR #24501F

HEX: #24501F RGB: (36,80,31)

Color info

#24501F contains red, green and blue colors in about the same proportion. Web safe color of #24501F is #336633 (or #363).

RGB color model

#24501F color RGB value is (36,80,31).

RGB: (36,80,31) (14%, 31%, 12%)

RGB channels and saturation

R 36 of 255 = 14%
G 80 of 255 = 31%
B 31 of 255 = 12%

36
80
31

R + G + B ~ 19%. #24501F is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 80 + 31 = 147 (100%)
R 36 of 147 ~ 24.49%
G 80 of 147 ~ 54.42%
B 31 of 147 ~ 21.09'%

%24.49
%54.42
%21.09

CMYK color model

#24501F color CMYK value is (55,0,61,69).

  • cyan value is 55.00%
  • magenta value is 0.00%
  • yellow value is 61.25%
  • key color value is 68.63%

CMYK: (55,0,61,69)
C55M0Y61K69 (55%, 0%, 61%, 69%)
(0.55 / 0.00 / 0.61 / 0.69)

CMYK percentages

%55
%0
%61.25
%68.63

Codes

Color #24501F in popluar color models

24 50 1F
RGB 36 80 31
HSL 114° 44.14% 21.76%
HSB/HSV 114° 61.25% 31.37%
CMYK 55.00% 0.00% 61.25%
68.63%

Color #24501F in popluar number systems.

HEX 24 50 1F
Decimal 36 80 31
Binary 100100 1010000 11111
Octal 44 120 37

Shades and tints

Shades of #24501F

#24501F
(36,80,31)
#21491D
(33,73,29)
#1E421B
(30,66,27)
#1B3B19
(27,59,25)
#183417
(24,52,23)
#152D15
(21,45,21)
#122613
(18,38,19)
#0F1F11
(15,31,17)
#0C180F
(12,24,15)
#09110D
(9,17,13)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #24501F

#24501F
(36,80,31)
#375F33
(55,95,51)
#4A6E47
(74,110,71)
#5D7D5B
(93,125,91)
#708C6F
(112,140,111)
#839B83
(131,155,131)
#96AA97
(150,170,151)
#A9B9AB
(169,185,171)
#BCC8BF
(188,200,191)
#CFD7D3
(207,215,211)
#E2E6E7
(226,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24501F color. Also use rgb(36,80,31) instead hex code.

Text Font Color

.myTextColor { color: #24501F; }

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

This text font color is #24501F.

Background Color

.myBgColor { background-color: #24501F; }

<div style="background-color:#24501F">Inner text</div>

This div background color is #24501F.

Border color

.myBorderColor { border: 1px solid #24501F; }

<div style="border:3px solid #24501F">Div</div>

This div border color is #24501F.

Opacity

.myOpacity80 { color: #24501F; opacity: 0.8; }

<p style="color:#24501F;opacity:0.8;">80%</p>

Text with #24501F 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 #24501F;}

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

This text has shadow with #24501F color.


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

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

This text has shadow with #24501F primary color and red secondary color.


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

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

This text has shadow with #24501F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #24501F.

Preview

Color preview on black background

This text has color #24501F on black background.


Color preview on white background

This text has color #24501F on white background.


Black color preview on #24501F background

This text has black color on #24501F background.


White color preview on #24501F background

This text has white color on #24501F background.


Related colors

Complementary color

Complementary color for #hex is #DBAFE0.


I love getcolorcode.com

Triadic colors

1 #1F2450 and #501F24 with #24501F are triadic colors.

2 #1F5024 and #50241F with #24501F are triadic colors.