COLOR #092232

HEX: #092232
RGB: (9,34,50)

Color info

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

RGB color model

#092232 color RGB value is (9,34,50).

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

RGB channels and saturation

R 9 of 255 = 4%
G 34 of 255 = 13%
B 50 of 255 = 20%

9
34
50

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

Portions of RGB colors in percentages

R + G + B =
9 + 34 + 50 = 93 (100%)
R 9 of 93 ~ 9.68%
G 34 of 93 ~ 36.56%
B 50 of 93 ~ 53.76%

%9.68
%36.56
%53.76

CMYK color model

#092232 color CMYK value is (82,32,0,80).

  • cyan value is 82.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(82,32,0,80)
C82M32Y0K80 
(82%,32%,0%,80%)
(0.82/0.32/0.00/0.80)	

CMYK percentages

%82
%32
%0
%80.39

Codes

Color #092232 in popluar color models

092232
RGB93450
HSL203°69.49%11.57%
HSB/HSV203°82.00%19.61%
CMYK82.00%32.00%0.00%
80.39%

Color #092232 in popluar number systems.

HEX092232
Decimal93450
Binary1001100010110010
Octal114262

Shades and tints

Shades of #092232

#092232
(9,34,50)
#091F2E
(9,31,46)
#091C2A
(9,28,42)
#091926
(9,25,38)
#091622
(9,22,34)
#09131E
(9,19,30)
#09101A
(9,16,26)
#090D16
(9,13,22)
#090A12
(9,10,18)
#09070E
(9,7,14)
#09040A
(9,4,10)
#000000
(0,0,0)

Tints of #092232

#092232
(9,34,50)
#1F3644
(31,54,68)
#354A56
(53,74,86)
#4B5E68
(75,94,104)
#61727A
(97,114,122)
#77868C
(119,134,140)
#8D9A9E
(141,154,158)
#A3AEB0
(163,174,176)
#B9C2C2
(185,194,194)
#CFD6D4
(207,214,212)
#E5EAE6
(229,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092232; }

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

This text font color is #092232.


Background Color

.myBgColor { background-color: #092232; }

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

This div background color is #092232.


Border color

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

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

This div border color is #092232.


Opacity

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

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

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

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

This text has shadow with #092232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092232 on black background.


Color preview on white background

This text has color #092232 on white background.



Black color preview on #092232 background

This text has black color on #092232 background.


White color preview on #092232 background

This text has white color on #092232 background.