COLOR #09242A

HEX: #09242A
RGB: (9,36,42)

Color info

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

RGB color model

#09242A color RGB value is (9,36,42).

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

RGB channels and saturation

R 9 of 255 = 4%
G 36 of 255 = 14%
B 42 of 255 = 16%

9
36
42

R + G + B ~ 11%. #09242A is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 36 + 42 = 87 (100%)
R 9 of 87 ~ 10.34%
G 36 of 87 ~ 41.38%
B 42 of 87 ~ 48.28%

%10.34
%41.38
%48.28

CMYK color model

#09242A color CMYK value is (79,14,0,84).

  • cyan value is 78.57%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(79,14,0,84)
C79M14Y0K84 
(79%,14%,0%,84%)
(0.79/0.14/0.00/0.84)	

CMYK percentages

%78.57
%14.29
%0
%83.53

Codes

Color #09242A in popluar color models

09242A
RGB93642
HSL191°64.71%10.00%
HSB/HSV191°78.57%16.47%
CMYK78.57%14.29%0.00%
83.53%

Color #09242A in popluar number systems.

HEX09242A
Decimal93642
Binary1001100100101010
Octal114452

Shades and tints

Shades of #09242A

#09242A
(9,36,42)
#092127
(9,33,39)
#091E24
(9,30,36)
#091B21
(9,27,33)
#09181E
(9,24,30)
#09151B
(9,21,27)
#091218
(9,18,24)
#090F15
(9,15,21)
#090C12
(9,12,18)
#09090F
(9,9,15)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #09242A

#09242A
(9,36,42)
#1F373D
(31,55,61)
#354A50
(53,74,80)
#4B5D63
(75,93,99)
#617076
(97,112,118)
#778389
(119,131,137)
#8D969C
(141,150,156)
#A3A9AF
(163,169,175)
#B9BCC2
(185,188,194)
#CFCFD5
(207,207,213)
#E5E2E8
(229,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09242A; }

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

This text font color is #09242A.


Background Color

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

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

This div background color is #09242A.


Border color

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

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

This div border color is #09242A.


Opacity

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

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

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

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

This text has shadow with #09242A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09242A on black background.


Color preview on white background

This text has color #09242A on white background.



Black color preview on #09242A background

This text has black color on #09242A background.


White color preview on #09242A background

This text has white color on #09242A background.