COLOR #242209

HEX: #242209
RGB: (36,34,9)

Color info

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

RGB color model

#242209 color RGB value is (36,34,9).

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

RGB channels and saturation

R 36 of 255 = 14%
G 34 of 255 = 13%
B 9 of 255 = 4%

36
34
9

R + G + B ~ 10%. #242209 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 34 + 9 = 79 (100%)
R 36 of 79 ~ 45.57%
G 34 of 79 ~ 43.04%
B 9 of 79 ~ 11.39%

%45.57
%43.04
%11.39

CMYK color model

#242209 color CMYK value is (0,6,75,86).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 75.00%
  • key color value is 85.88%
CMYK:
(0,6,75,86)
C0M6Y75K86 
(0%,6%,75%,86%)
(0.00/0.06/0.75/0.86)	

CMYK percentages

%0
%5.56
%75
%85.88

Codes

Color #242209 in popluar color models

242209
RGB36349
HSL56°60.00%8.82%
HSB/HSV56°75.00%14.12%
CMYK0.00%5.56%75.00%
85.88%

Color #242209 in popluar number systems.

HEX242209
Decimal36349
Binary1001001000101001
Octal444211

Shades and tints

Shades of #242209

#242209
(36,34,9)
#211F09
(33,31,9)
#1E1C09
(30,28,9)
#1B1909
(27,25,9)
#181609
(24,22,9)
#151309
(21,19,9)
#121009
(18,16,9)
#0F0D09
(15,13,9)
#0C0A09
(12,10,9)
#090709
(9,7,9)
#060409
(6,4,9)
#000000
(0,0,0)

Tints of #242209

#242209
(36,34,9)
#37361F
(55,54,31)
#4A4A35
(74,74,53)
#5D5E4B
(93,94,75)
#707261
(112,114,97)
#838677
(131,134,119)
#969A8D
(150,154,141)
#A9AEA3
(169,174,163)
#BCC2B9
(188,194,185)
#CFD6CF
(207,214,207)
#E2EAE5
(226,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242209; }

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

This text font color is #242209.


Background Color

.myBgColor { background-color: #242209; }

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

This div background color is #242209.


Border color

.myBorderColor { border: 1px solid #242209; }

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

This div border color is #242209.


Opacity

.myOpacity80 { color: #242209; opacity: 0.8; }

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

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

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

This text has shadow with #242209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242209 on black background.


Color preview on white background

This text has color #242209 on white background.



Black color preview on #242209 background

This text has black color on #242209 background.


White color preview on #242209 background

This text has white color on #242209 background.