COLOR #09240C

HEX: #09240C
RGB: (9,36,12)

Color info

#09240C contains red, green and blue colors in about the same proportion. Web safe color of #09240C is #003300 (or #030).

RGB color model

#09240C color RGB value is (9,36,12).

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

RGB channels and saturation

R 9 of 255 = 4%
G 36 of 255 = 14%
B 12 of 255 = 5%

9
36
12

R + G + B ~ 8%. #09240C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 36 + 12 = 57 (100%)
R 9 of 57 ~ 15.79%
G 36 of 57 ~ 63.16%
B 12 of 57 ~ 21.05%

%15.79
%63.16
%21.05

CMYK color model

#09240C color CMYK value is (75,0,67,86).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 85.88%
CMYK:
(75,0,67,86)
C75M0Y67K86 
(75%,0%,67%,86%)
(0.75/0.00/0.67/0.86)	

CMYK percentages

%75
%0
%66.67
%85.88

Codes

Color #09240C in popluar color models

09240C
RGB93612
HSL127°60.00%8.82%
HSB/HSV127°75.00%14.12%
CMYK75.00%0.00%66.67%
85.88%

Color #09240C in popluar number systems.

HEX09240C
Decimal93612
Binary10011001001100
Octal114414

Shades and tints

Shades of #09240C

#09240C
(9,36,12)
#09210B
(9,33,11)
#091E0A
(9,30,10)
#091B09
(9,27,9)
#091808
(9,24,8)
#091507
(9,21,7)
#091206
(9,18,6)
#090F05
(9,15,5)
#090C04
(9,12,4)
#090903
(9,9,3)
#090602
(9,6,2)
#000000
(0,0,0)

Tints of #09240C

#09240C
(9,36,12)
#1F3722
(31,55,34)
#354A38
(53,74,56)
#4B5D4E
(75,93,78)
#617064
(97,112,100)
#77837A
(119,131,122)
#8D9690
(141,150,144)
#A3A9A6
(163,169,166)
#B9BCBC
(185,188,188)
#CFCFD2
(207,207,210)
#E5E2E8
(229,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09240C; }

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

This text font color is #09240C.


Background Color

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

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

This div background color is #09240C.


Border color

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

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

This div border color is #09240C.


Opacity

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

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

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

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

This text has shadow with #09240C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09240C on black background.


Color preview on white background

This text has color #09240C on white background.



Black color preview on #09240C background

This text has black color on #09240C background.


White color preview on #09240C background

This text has white color on #09240C background.