COLOR #09242F

HEX: #09242F
RGB: (9,36,47)

Color info

#09242F contains red, green and blue colors in about the same proportion. Web safe color of #09242F is #003333 (or #033).

RGB color model

#09242F color RGB value is (9,36,47).

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

RGB channels and saturation

R 9 of 255 = 4%
G 36 of 255 = 14%
B 47 of 255 = 18%

9
36
47

R + G + B ~ 12%. #09242F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 36 + 47 = 92 (100%)
R 9 of 92 ~ 9.78%
G 36 of 92 ~ 39.13%
B 47 of 92 ~ 51.09%

%9.78
%39.13
%51.09

CMYK color model

#09242F color CMYK value is (81,23,0,82).

  • cyan value is 80.85%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(81,23,0,82)
C81M23Y0K82 
(81%,23%,0%,82%)
(0.81/0.23/0.00/0.82)	

CMYK percentages

%80.85
%23.4
%0
%81.57

Codes

Color #09242F in popluar color models

09242F
RGB93647
HSL197°67.86%10.98%
HSB/HSV197°80.85%18.43%
CMYK80.85%23.40%0.00%
81.57%

Color #09242F in popluar number systems.

HEX09242F
Decimal93647
Binary1001100100101111
Octal114457

Shades and tints

Shades of #09242F

#09242F
(9,36,47)
#09212B
(9,33,43)
#091E27
(9,30,39)
#091B23
(9,27,35)
#09181F
(9,24,31)
#09151B
(9,21,27)
#091217
(9,18,23)
#090F13
(9,15,19)
#090C0F
(9,12,15)
#09090B
(9,9,11)
#090607
(9,6,7)
#000000
(0,0,0)

Tints of #09242F

#09242F
(9,36,47)
#1F3741
(31,55,65)
#354A53
(53,74,83)
#4B5D65
(75,93,101)
#617077
(97,112,119)
#778389
(119,131,137)
#8D969B
(141,150,155)
#A3A9AD
(163,169,173)
#B9BCBF
(185,188,191)
#CFCFD1
(207,207,209)
#E5E2E3
(229,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09242F; }

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

This text font color is #09242F.


Background Color

.myBgColor { background-color: #09242F; }

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

This div background color is #09242F.


Border color

.myBorderColor { border: 1px solid #09242F; }

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

This div border color is #09242F.


Opacity

.myOpacity80 { color: #09242F; opacity: 0.8; }

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

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

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

This text has shadow with #09242F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09242F on black background.


Color preview on white background

This text has color #09242F on white background.



Black color preview on #09242F background

This text has black color on #09242F background.


White color preview on #09242F background

This text has white color on #09242F background.