COLOR #09232E

HEX: #09232E
RGB: (9,35,46)

Color info

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

RGB color model

#09232E color RGB value is (9,35,46).

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

RGB channels and saturation

R 9 of 255 = 4%
G 35 of 255 = 14%
B 46 of 255 = 18%

9
35
46

R + G + B ~ 12%. #09232E is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 35 + 46 = 90 (100%)
R 9 of 90 ~ 10%
G 35 of 90 ~ 38.89%
B 46 of 90 ~ 51.11%

%10
%38.89
%51.11

CMYK color model

#09232E color CMYK value is (80,24,0,82).

  • cyan value is 80.43%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(80,24,0,82)
C80M24Y0K82 
(80%,24%,0%,82%)
(0.80/0.24/0.00/0.82)	

CMYK percentages

%80.43
%23.91
%0
%81.96

Codes

Color #09232E in popluar color models

09232E
RGB93546
HSL198°67.27%10.78%
HSB/HSV198°80.43%18.04%
CMYK80.43%23.91%0.00%
81.96%

Color #09232E in popluar number systems.

HEX09232E
Decimal93546
Binary1001100011101110
Octal114356

Shades and tints

Shades of #09232E

#09232E
(9,35,46)
#09202A
(9,32,42)
#091D26
(9,29,38)
#091A22
(9,26,34)
#09171E
(9,23,30)
#09141A
(9,20,26)
#091116
(9,17,22)
#090E12
(9,14,18)
#090B0E
(9,11,14)
#09080A
(9,8,10)
#090506
(9,5,6)
#000000
(0,0,0)

Tints of #09232E

#09232E
(9,35,46)
#1F3741
(31,55,65)
#354B54
(53,75,84)
#4B5F67
(75,95,103)
#61737A
(97,115,122)
#77878D
(119,135,141)
#8D9BA0
(141,155,160)
#A3AFB3
(163,175,179)
#B9C3C6
(185,195,198)
#CFD7D9
(207,215,217)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09232E color. Also use rgb(9,35,46) instead hex code.

Text Font Color

.myTextColor { color: #09232E; }

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

This text font color is #09232E.


Background Color

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

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

This div background color is #09232E.


Border color

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

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

This div border color is #09232E.


Opacity

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

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

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

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

This text has shadow with #09232E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09232E on black background.


Color preview on white background

This text has color #09232E on white background.



Black color preview on #09232E background

This text has black color on #09232E background.


White color preview on #09232E background

This text has white color on #09232E background.