COLOR #09241E

HEX: #09241E
RGB: (9,36,30)

Color info

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

RGB color model

#09241E color RGB value is (9,36,30).

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

RGB channels and saturation

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

9
36
30

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

Portions of RGB colors in percentages

R + G + B =
9 + 36 + 30 = 75 (100%)
R 9 of 75 ~ 12%
G 36 of 75 ~ 48%
B 30 of 75 ~ 40%

%12
%48
%40

CMYK color model

#09241E color CMYK value is (75,0,17,86).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 85.88%
CMYK:
(75,0,17,86)
C75M0Y17K86 
(75%,0%,17%,86%)
(0.75/0.00/0.17/0.86)	

CMYK percentages

%75
%0
%16.67
%85.88

Codes

Color #09241E in popluar color models

09241E
RGB93630
HSL167°60.00%8.82%
HSB/HSV167°75.00%14.12%
CMYK75.00%0.00%16.67%
85.88%

Color #09241E in popluar number systems.

HEX09241E
Decimal93630
Binary100110010011110
Octal114436

Shades and tints

Shades of #09241E

#09241E
(9,36,30)
#09211C
(9,33,28)
#091E1A
(9,30,26)
#091B18
(9,27,24)
#091816
(9,24,22)
#091514
(9,21,20)
#091212
(9,18,18)
#090F10
(9,15,16)
#090C0E
(9,12,14)
#09090C
(9,9,12)
#09060A
(9,6,10)
#000000
(0,0,0)

Tints of #09241E

#09241E
(9,36,30)
#1F3732
(31,55,50)
#354A46
(53,74,70)
#4B5D5A
(75,93,90)
#61706E
(97,112,110)
#778382
(119,131,130)
#8D9696
(141,150,150)
#A3A9AA
(163,169,170)
#B9BCBE
(185,188,190)
#CFCFD2
(207,207,210)
#E5E2E6
(229,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09241E; }

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

This text font color is #09241E.


Background Color

.myBgColor { background-color: #09241E; }

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

This div background color is #09241E.


Border color

.myBorderColor { border: 1px solid #09241E; }

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

This div border color is #09241E.


Opacity

.myOpacity80 { color: #09241E; opacity: 0.8; }

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

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

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

This text has shadow with #09241E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09241E on black background.


Color preview on white background

This text has color #09241E on white background.



Black color preview on #09241E background

This text has black color on #09241E background.


White color preview on #09241E background

This text has white color on #09241E background.