COLOR #24060A

HEX: #24060A RGB: (36,6,10)

Color info

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

RGB color model

#24060A color RGB value is (36,6,10).

RGB: (36,6,10) (14%, 2%, 4%)

RGB channels and saturation

R 36 of 255 = 14%
G 6 of 255 = 2%
B 10 of 255 = 4%

36
6
10

R + G + B ~ 7%. #24060A is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 6 + 10 = 52 (100%)
R 36 of 52 ~ 69.23%
G 6 of 52 ~ 11.54%
B 10 of 52 ~ 19.23'%

%69.23
%11.54
%19.23

CMYK color model

#24060A color CMYK value is (0,83,72,86).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 72.22%
  • key color value is 85.88%

CMYK: (0,83,72,86)
C0M83Y72K86 (0%, 83%, 72%, 86%)
(0.00 / 0.83 / 0.72 / 0.86)

CMYK percentages

%0
%83.33
%72.22
%85.88

Codes

Color #24060A in popluar color models

24 06 0A
RGB 36 6 10
HSL 352° 71.43% 8.24%
HSB/HSV 352° 83.33% 14.12%
CMYK 0.00% 83.33% 72.22%
85.88%

Color #24060A in popluar number systems.

HEX 24 06 0A
Decimal 36 6 10
Binary 100100 110 1010
Octal 44 6 12

Shades and tints

Shades of #24060A

#24060A
(36,6,10)
#21060A
(33,6,10)
#1E060A
(30,6,10)
#1B060A
(27,6,10)
#18060A
(24,6,10)
#15060A
(21,6,10)
#12060A
(18,6,10)
#0F060A
(15,6,10)
#0C060A
(12,6,10)
#09060A
(9,6,10)
#06060A
(6,6,10)
#000000
(0,0,0)

Tints of #24060A

#24060A
(36,6,10)
#371C20
(55,28,32)
#4A3236
(74,50,54)
#5D484C
(93,72,76)
#705E62
(112,94,98)
#837478
(131,116,120)
#968A8E
(150,138,142)
#A9A0A4
(169,160,164)
#BCB6BA
(188,182,186)
#CFCCD0
(207,204,208)
#E2E2E6
(226,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24060A; }

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

This text font color is #24060A.

Background Color

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

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

This div background color is #24060A.

Border color

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

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

This div border color is #24060A.

Opacity

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

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

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

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

This text has shadow with #24060A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24060A.

Preview

Color preview on black background

This text has color #24060A on black background.


Color preview on white background

This text has color #24060A on white background.


Black color preview on #24060A background

This text has black color on #24060A background.


White color preview on #24060A background

This text has white color on #24060A background.


Related colors

Complementary color

Complementary color for #hex is #DBF9F5.


I love getcolorcode.com

Triadic colors

1 #0A2406 and #060A24 with #24060A are triadic colors.

2 #0A0624 and #06240A with #24060A are triadic colors.