COLOR #24060D

HEX: #24060D
RGB: (36,6,13)

Color info

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

RGB color model

#24060D color RGB value is (36,6,13).

  • red value is 36;
  • green value is 6;
  • blue value is 13.
RGB: (36,6,13) (14%,2%,5%)

RGB channels and saturation

R 36 of 255 = 14%
G 6 of 255 = 2%
B 13 of 255 = 5%

36
6
13

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

Portions of RGB colors in percentages

R + G + B =
36 + 6 + 13 = 55 (100%)
R 36 of 55 ~ 65.45%
G 6 of 55 ~ 10.91%
B 13 of 55 ~ 23.64%

%65.45
%10.91
%23.64

CMYK color model

#24060D color CMYK value is (0,83,64,86).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 63.89%
  • key color value is 85.88%
CMYK: (0,83,64,86) C0M83Y64K86 (0%,83%,64%,86%) (0.00/0.83/0.64/0.86)

CMYK percentages

%0
%83.33
%63.89
%85.88

Codes

Color #24060D in popluar color models

24060D
RGB36613
HSL346°71.43%8.24%
HSB/HSV346°83.33%14.12%
CMYK0.00%83.33%63.89%
85.88%

Color #24060D in popluar number systems.

HEX24060D
Decimal36613
Binary1001001101101
Octal44615

Shades and tints

Shades of #24060D

#24060D
(36,6,13)
#21060C
(33,6,12)
#1E060B
(30,6,11)
#1B060A
(27,6,10)
#180609
(24,6,9)
#150608
(21,6,8)
#120607
(18,6,7)
#0F0606
(15,6,6)
#0C0605
(12,6,5)
#090604
(9,6,4)
#060603
(6,6,3)
#000000
(0,0,0)

Tints of #24060D

#24060D
(36,6,13)
#371C23
(55,28,35)
#4A3239
(74,50,57)
#5D484F
(93,72,79)
#705E65
(112,94,101)
#83747B
(131,116,123)
#968A91
(150,138,145)
#A9A0A7
(169,160,167)
#BCB6BD
(188,182,189)
#CFCCD3
(207,204,211)
#E2E2E9
(226,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24060D; }

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

This text font color is #24060D.


Background Color

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

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

This div background color is #24060D.


Border color

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

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

This div border color is #24060D.


Opacity

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

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

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

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

This text has shadow with #24060D color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #24060D; -webkit-box-shadow:	1px 1px 3px 2px #24060D; box-shadow:	1px 1px 3px 2px #24060D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #24060D; -webkit-box-shadow: 1px 1px 3px 2px #24060D; box-shadow:1px 1px 3px 2px #24060D;">
Div content here</div>
This div box has shadow with color #24060D.

Preview

Color preview on black background

This text has color #24060D on black background.


Color preview on white background

This text has color #24060D on white background.



Black color preview on #24060D background

This text has black color on #24060D background.


White color preview on #24060D background

This text has white color on #24060D background.