COLOR #092330

HEX: #092330
RGB: (9,35,48)

Color info

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

RGB color model

#092330 color RGB value is (9,35,48).

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

RGB channels and saturation

R 9 of 255 = 4%
G 35 of 255 = 14%
B 48 of 255 = 19%

9
35
48

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

Portions of RGB colors in percentages

R + G + B =
9 + 35 + 48 = 92 (100%)
R 9 of 92 ~ 9.78%
G 35 of 92 ~ 38.04%
B 48 of 92 ~ 52.17%

%9.78
%38.04
%52.17

CMYK color model

#092330 color CMYK value is (81,27,0,81).

  • cyan value is 81.25%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(81,27,0,81)
C81M27Y0K81 
(81%,27%,0%,81%)
(0.81/0.27/0.00/0.81)	

CMYK percentages

%81.25
%27.08
%0
%81.18

Codes

Color #092330 in popluar color models

092330
RGB93548
HSL200°68.42%11.18%
HSB/HSV200°81.25%18.82%
CMYK81.25%27.08%0.00%
81.18%

Color #092330 in popluar number systems.

HEX092330
Decimal93548
Binary1001100011110000
Octal114360

Shades and tints

Shades of #092330

#092330
(9,35,48)
#09202C
(9,32,44)
#091D28
(9,29,40)
#091A24
(9,26,36)
#091720
(9,23,32)
#09141C
(9,20,28)
#091118
(9,17,24)
#090E14
(9,14,20)
#090B10
(9,11,16)
#09080C
(9,8,12)
#090508
(9,5,8)
#000000
(0,0,0)

Tints of #092330

#092330
(9,35,48)
#1F3742
(31,55,66)
#354B54
(53,75,84)
#4B5F66
(75,95,102)
#617378
(97,115,120)
#77878A
(119,135,138)
#8D9B9C
(141,155,156)
#A3AFAE
(163,175,174)
#B9C3C0
(185,195,192)
#CFD7D2
(207,215,210)
#E5EBE4
(229,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092330; }

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

This text font color is #092330.


Background Color

.myBgColor { background-color: #092330; }

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

This div background color is #092330.


Border color

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

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

This div border color is #092330.


Opacity

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

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

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

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

This text has shadow with #092330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092330 on black background.


Color preview on white background

This text has color #092330 on white background.



Black color preview on #092330 background

This text has black color on #092330 background.


White color preview on #092330 background

This text has white color on #092330 background.