COLOR #24140F

HEX: #24140F
RGB: (36,20,15)

Color info

#24140F contains red, green and blue colors in about the same proportion. Web safe color of #24140F is #330000 (or #300).

RGB color model

#24140F color RGB value is (36,20,15).

  • red value is 36;
  • green value is 20;
  • blue value is 15.
RGB:
(36,20,15)
(14%,8%,6%)

RGB channels and saturation

R 36 of 255 = 14%
G 20 of 255 = 8%
B 15 of 255 = 6%

36
20
15

R + G + B ~ 9%. #24140F is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 20 + 15 = 71 (100%)
R 36 of 71 ~ 50.7%
G 20 of 71 ~ 28.17%
B 15 of 71 ~ 21.13%

%50.7
%28.17
%21.13

CMYK color model

#24140F color CMYK value is (0,44,58,86).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 58.33%
  • key color value is 85.88%
CMYK:
(0,44,58,86)
C0M44Y58K86 
(0%,44%,58%,86%)
(0.00/0.44/0.58/0.86)	

CMYK percentages

%0
%44.44
%58.33
%85.88

Codes

Color #24140F in popluar color models

24140F
RGB362015
HSL14°41.18%10.00%
HSB/HSV14°58.33%14.12%
CMYK0.00%44.44%58.33%
85.88%

Color #24140F in popluar number systems.

HEX24140F
Decimal362015
Binary100100101001111
Octal442417

Shades and tints

Shades of #24140F

#24140F
(36,20,15)
#21130E
(33,19,14)
#1E120D
(30,18,13)
#1B110C
(27,17,12)
#18100B
(24,16,11)
#150F0A
(21,15,10)
#120E09
(18,14,9)
#0F0D08
(15,13,8)
#0C0C07
(12,12,7)
#090B06
(9,11,6)
#060A05
(6,10,5)
#000000
(0,0,0)

Tints of #24140F

#24140F
(36,20,15)
#372924
(55,41,36)
#4A3E39
(74,62,57)
#5D534E
(93,83,78)
#706863
(112,104,99)
#837D78
(131,125,120)
#96928D
(150,146,141)
#A9A7A2
(169,167,162)
#BCBCB7
(188,188,183)
#CFD1CC
(207,209,204)
#E2E6E1
(226,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24140F color. Also use rgb(36,20,15) instead hex code.

Text Font Color

.myTextColor { color: #24140F; }

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

This text font color is #24140F.


Background Color

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

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

This div background color is #24140F.


Border color

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

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

This div border color is #24140F.


Opacity

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

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

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

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

This text has shadow with #24140F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24140F on black background.


Color preview on white background

This text has color #24140F on white background.



Black color preview on #24140F background

This text has black color on #24140F background.


White color preview on #24140F background

This text has white color on #24140F background.