COLOR #24180A

HEX: #24180A
RGB: (36,24,10)

Color info

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

RGB color model

#24180A color RGB value is (36,24,10).

  • red value is 36;
  • green value is 24;
  • blue value is 10.
RGB:
(36,24,10)
(14%,9%,4%)

RGB channels and saturation

R 36 of 255 = 14%
G 24 of 255 = 9%
B 10 of 255 = 4%

36
24
10

R + G + B ~ 9%. #24180A is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 24 + 10 = 70 (100%)
R 36 of 70 ~ 51.43%
G 24 of 70 ~ 34.29%
B 10 of 70 ~ 14.29%

%51.43
%34.29
%14.29

CMYK color model

#24180A color CMYK value is (0,33,72,86).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 72.22%
  • key color value is 85.88%
CMYK:
(0,33,72,86)
C0M33Y72K86 
(0%,33%,72%,86%)
(0.00/0.33/0.72/0.86)	

CMYK percentages

%0
%33.33
%72.22
%85.88

Codes

Color #24180A in popluar color models

24180A
RGB362410
HSL32°56.52%9.02%
HSB/HSV32°72.22%14.12%
CMYK0.00%33.33%72.22%
85.88%

Color #24180A in popluar number systems.

HEX24180A
Decimal362410
Binary100100110001010
Octal443012

Shades and tints

Shades of #24180A

#24180A
(36,24,10)
#21160A
(33,22,10)
#1E140A
(30,20,10)
#1B120A
(27,18,10)
#18100A
(24,16,10)
#150E0A
(21,14,10)
#120C0A
(18,12,10)
#0F0A0A
(15,10,10)
#0C080A
(12,8,10)
#09060A
(9,6,10)
#06040A
(6,4,10)
#000000
(0,0,0)

Tints of #24180A

#24180A
(36,24,10)
#372D20
(55,45,32)
#4A4236
(74,66,54)
#5D574C
(93,87,76)
#706C62
(112,108,98)
#838178
(131,129,120)
#96968E
(150,150,142)
#A9ABA4
(169,171,164)
#BCC0BA
(188,192,186)
#CFD5D0
(207,213,208)
#E2EAE6
(226,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24180A color. Also use rgb(36,24,10) instead hex code.

Text Font Color

.myTextColor { color: #24180A; }

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

This text font color is #24180A.


Background Color

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

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

This div background color is #24180A.


Border color

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

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

This div border color is #24180A.


Opacity

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

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

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

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

This text has shadow with #24180A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24180A on black background.


Color preview on white background

This text has color #24180A on white background.



Black color preview on #24180A background

This text has black color on #24180A background.


White color preview on #24180A background

This text has white color on #24180A background.