COLOR #24300C

HEX: #24300C RGB: (36,48,12)

Color info

#24300C contains red, green and blue colors in about the same proportion. Web safe color of #24300C is #333300 (or #330).

RGB color model

#24300C color RGB value is (36,48,12).

RGB: (36,48,12) (14%, 19%, 5%)

RGB channels and saturation

R 36 of 255 = 14%
G 48 of 255 = 19%
B 12 of 255 = 5%

36
48
12

R + G + B ~ 13%. #24300C is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 48 + 12 = 96 (100%)
R 36 of 96 ~ 37.5%
G 48 of 96 ~ 50%
B 12 of 96 ~ 12.5'%

%37.5
%50
%12.5

CMYK color model

#24300C color CMYK value is (25,0,75,81).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 81.18%
CMYK: (25,0,75,81) C25M0Y75K81 (25%,0%,75%,81%) (0.25/0.00/0.75/0.81) 

CMYK percentages

%25
%0
%75
%81.18

Codes

Color #24300C in popluar color models

24 30 0C
RGB 36 48 12
HSL 80° 60.00% 11.76%
HSB/HSV 80° 75.00% 18.82%
CMYK 25.00% 0.00% 75.00%
81.18%

Color #24300C in popluar number systems.

HEX 24 30 0C
Decimal 36 48 12
Binary 100100 110000 1100
Octal 44 60 14

Shades and tints

Shades of #24300C

#24300C
(36,48,12)
#212C0B
(33,44,11)
#1E280A
(30,40,10)
#1B2409
(27,36,9)
#182008
(24,32,8)
#151C07
(21,28,7)
#121806
(18,24,6)
#0F1405
(15,20,5)
#0C1004
(12,16,4)
#090C03
(9,12,3)
#060802
(6,8,2)
#000000
(0,0,0)

Tints of #24300C

#24300C
(36,48,12)
#374222
(55,66,34)
#4A5438
(74,84,56)
#5D664E
(93,102,78)
#707864
(112,120,100)
#838A7A
(131,138,122)
#969C90
(150,156,144)
#A9AEA6
(169,174,166)
#BCC0BC
(188,192,188)
#CFD2D2
(207,210,210)
#E2E4E8
(226,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24300C color. Also use rgb(36,48,12) instead hex code.

Text Font Color

.myTextColor { color: #24300C; }

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

This text font color is #24300C.

Background Color

.myBgColor { background-color: #24300C; }

<div style="background-color:#24300C">Inner text</div>

This div background color is #24300C.

Border color

.myBorderColor { border: 1px solid #24300C; }

<div style="border:3px solid #24300C">Div</div>

This div border color is #24300C.

Opacity

.myOpacity80 { color: #24300C; opacity: 0.8; }

<p style="color:#24300C;opacity:0.8;">80%</p>

Text with #24300C 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 #24300C;}

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

This text has shadow with #24300C color.


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

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

This text has shadow with #24300C primary color and red secondary color.


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

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

This text has shadow with #24300C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #24300C.

Preview

Color preview on black background

This text has color #24300C on black background.


Color preview on white background

This text has color #24300C on white background.


Black color preview on #24300C background

This text has black color on #24300C background.


White color preview on #24300C background

This text has white color on #24300C background.


Related colors

Complementary color

Complementary color for #hex is #DBCFF3.


I love getcolorcode.com

Triadic colors

1 #0C2430 and #300C24 with #24300C are triadic colors.

2 #0C3024 and #30240C with #24300C are triadic colors.