COLOR #092228

HEX: #092228
RGB: (9,34,40)

Color info

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

RGB color model

#092228 color RGB value is (9,34,40).

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

RGB channels and saturation

R 9 of 255 = 4%
G 34 of 255 = 13%
B 40 of 255 = 16%

9
34
40

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

Portions of RGB colors in percentages

R + G + B =
9 + 34 + 40 = 83 (100%)
R 9 of 83 ~ 10.84%
G 34 of 83 ~ 40.96%
B 40 of 83 ~ 48.19%

%10.84
%40.96
%48.19

CMYK color model

#092228 color CMYK value is (78,15,0,84).

  • cyan value is 77.50%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(78,15,0,84)
C78M15Y0K84 
(78%,15%,0%,84%)
(0.78/0.15/0.00/0.84)	

CMYK percentages

%77.5
%15
%0
%84.31

Codes

Color #092228 in popluar color models

092228
RGB93440
HSL192°63.27%9.61%
HSB/HSV192°77.50%15.69%
CMYK77.50%15.00%0.00%
84.31%

Color #092228 in popluar number systems.

HEX092228
Decimal93440
Binary1001100010101000
Octal114250

Shades and tints

Shades of #092228

#092228
(9,34,40)
#091F25
(9,31,37)
#091C22
(9,28,34)
#09191F
(9,25,31)
#09161C
(9,22,28)
#091319
(9,19,25)
#091016
(9,16,22)
#090D13
(9,13,19)
#090A10
(9,10,16)
#09070D
(9,7,13)
#09040A
(9,4,10)
#000000
(0,0,0)

Tints of #092228

#092228
(9,34,40)
#1F363B
(31,54,59)
#354A4E
(53,74,78)
#4B5E61
(75,94,97)
#617274
(97,114,116)
#778687
(119,134,135)
#8D9A9A
(141,154,154)
#A3AEAD
(163,174,173)
#B9C2C0
(185,194,192)
#CFD6D3
(207,214,211)
#E5EAE6
(229,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092228; }

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

This text font color is #092228.


Background Color

.myBgColor { background-color: #092228; }

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

This div background color is #092228.


Border color

.myBorderColor { border: 1px solid #092228; }

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

This div border color is #092228.


Opacity

.myOpacity80 { color: #092228; opacity: 0.8; }

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

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

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

This text has shadow with #092228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092228 on black background.


Color preview on white background

This text has color #092228 on white background.



Black color preview on #092228 background

This text has black color on #092228 background.


White color preview on #092228 background

This text has white color on #092228 background.