COLOR #09223F

HEX: #09223F
RGB: (9,34,63)

Color info

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

RGB color model

#09223F color RGB value is (9,34,63).

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

RGB channels and saturation

R 9 of 255 = 4%
G 34 of 255 = 13%
B 63 of 255 = 25%

9
34
63

R + G + B ~ 14%. #09223F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 34 + 63 = 106 (100%)
R 9 of 106 ~ 8.49%
G 34 of 106 ~ 32.08%
B 63 of 106 ~ 59.43%

%32.08
%59.43

CMYK color model

#09223F color CMYK value is (86,46,0,75).

  • cyan value is 85.71%
  • magenta value is 46.03%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(86,46,0,75)
C86M46Y0K75 
(86%,46%,0%,75%)
(0.86/0.46/0.00/0.75)	

CMYK percentages

%85.71
%46.03
%0
%75.29

Codes

Color #09223F in popluar color models

09223F
RGB93463
HSL212°75.00%14.12%
HSB/HSV212°85.71%24.71%
CMYK85.71%46.03%0.00%
75.29%

Color #09223F in popluar number systems.

HEX09223F
Decimal93463
Binary1001100010111111
Octal114277

Shades and tints

Shades of #09223F

#09223F
(9,34,63)
#091F3A
(9,31,58)
#091C35
(9,28,53)
#091930
(9,25,48)
#09162B
(9,22,43)
#091326
(9,19,38)
#091021
(9,16,33)
#090D1C
(9,13,28)
#090A17
(9,10,23)
#090712
(9,7,18)
#09040D
(9,4,13)
#000000
(0,0,0)

Tints of #09223F

#09223F
(9,34,63)
#1F3650
(31,54,80)
#354A61
(53,74,97)
#4B5E72
(75,94,114)
#617283
(97,114,131)
#778694
(119,134,148)
#8D9AA5
(141,154,165)
#A3AEB6
(163,174,182)
#B9C2C7
(185,194,199)
#CFD6D8
(207,214,216)
#E5EAE9
(229,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09223F; }

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

This text font color is #09223F.


Background Color

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

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

This div background color is #09223F.


Border color

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

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

This div border color is #09223F.


Opacity

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

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

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

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

This text has shadow with #09223F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09223F on black background.


Color preview on white background

This text has color #09223F on white background.



Black color preview on #09223F background

This text has black color on #09223F background.


White color preview on #09223F background

This text has white color on #09223F background.