COLOR #24130F

HEX: #24130F RGB: (36,19,15)

Color info

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

RGB color model

#24130F color RGB value is (36,19,15).

RGB: (36,19,15) (14%, 7%, 6%)

RGB channels and saturation

R 36 of 255 = 14%
G 19 of 255 = 7%
B 15 of 255 = 6%

36
19
15

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

Portions of RGB colors in percentages

R + G + B = 36 + 19 + 15 = 70 (100%)
R 36 of 70 ~ 51.43%
G 19 of 70 ~ 27.14%
B 15 of 70 ~ 21.43'%

%51.43
%27.14
%21.43

CMYK color model

#24130F color CMYK value is (0,47,58,86).

  • cyan value is 0.00%
  • magenta value is 47.22%
  • yellow value is 58.33%
  • key color value is 85.88%

CMYK: (0,47,58,86)
C0M47Y58K86 (0%, 47%, 58%, 86%)
(0.00 / 0.47 / 0.58 / 0.86)

CMYK percentages

%0
%47.22
%58.33
%85.88

Codes

Color #24130F in popluar color models

24 13 0F
RGB 36 19 15
HSL 11° 41.18% 10.00%
HSB/HSV 11° 58.33% 14.12%
CMYK 0.00% 47.22% 58.33%
85.88%

Color #24130F in popluar number systems.

HEX 24 13 0F
Decimal 36 19 15
Binary 100100 10011 1111
Octal 44 23 17

Shades and tints

Shades of #24130F

#24130F
(36,19,15)
#21120E
(33,18,14)
#1E110D
(30,17,13)
#1B100C
(27,16,12)
#180F0B
(24,15,11)
#150E0A
(21,14,10)
#120D09
(18,13,9)
#0F0C08
(15,12,8)
#0C0B07
(12,11,7)
#090A06
(9,10,6)
#060905
(6,9,5)
#000000
(0,0,0)

Tints of #24130F

#24130F
(36,19,15)
#372824
(55,40,36)
#4A3D39
(74,61,57)
#5D524E
(93,82,78)
#706763
(112,103,99)
#837C78
(131,124,120)
#96918D
(150,145,141)
#A9A6A2
(169,166,162)
#BCBBB7
(188,187,183)
#CFD0CC
(207,208,204)
#E2E5E1
(226,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24130F; }

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

This text font color is #24130F.

Background Color

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

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

This div background color is #24130F.

Border color

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

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

This div border color is #24130F.

Opacity

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

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

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

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

This text has shadow with #24130F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24130F.

Preview

Color preview on black background

This text has color #24130F on black background.


Color preview on white background

This text has color #24130F on white background.


Black color preview on #24130F background

This text has black color on #24130F background.


White color preview on #24130F background

This text has white color on #24130F background.


Related colors

Complementary color

Complementary color for #hex is #DBECF0.


I love getcolorcode.com

Triadic colors

1 #0F2413 and #130F24 with #24130F are triadic colors.

2 #0F1324 and #13240F with #24130F are triadic colors.