COLOR #092C33

HEX: #092C33
RGB: (9,44,51)

Color info

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

RGB color model

#092C33 color RGB value is (9,44,51).

  • red value is 9;
  • green value is 44;
  • blue value is 51.
RGB:
(9,44,51)
(4%,17%,20%)

RGB channels and saturation

R 9 of 255 = 4%
G 44 of 255 = 17%
B 51 of 255 = 20%

9
44
51

R + G + B ~ 14%. #092C33 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 44 + 51 = 104 (100%)
R 9 of 104 ~ 8.65%
G 44 of 104 ~ 42.31%
B 51 of 104 ~ 49.04%

%42.31
%49.04

CMYK color model

#092C33 color CMYK value is (82,14,0,80).

  • cyan value is 82.35%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(82,14,0,80)
C82M14Y0K80 
(82%,14%,0%,80%)
(0.82/0.14/0.00/0.80)	

CMYK percentages

%82.35
%13.73
%0
%80

Codes

Color #092C33 in popluar color models

092C33
RGB94451
HSL190°70.00%11.76%
HSB/HSV190°82.35%20.00%
CMYK82.35%13.73%0.00%
80.00%

Color #092C33 in popluar number systems.

HEX092C33
Decimal94451
Binary1001101100110011
Octal115463

Shades and tints

Shades of #092C33

#092C33
(9,44,51)
#09282F
(9,40,47)
#09242B
(9,36,43)
#092027
(9,32,39)
#091C23
(9,28,35)
#09181F
(9,24,31)
#09141B
(9,20,27)
#091017
(9,16,23)
#090C13
(9,12,19)
#09080F
(9,8,15)
#09040B
(9,4,11)
#000000
(0,0,0)

Tints of #092C33

#092C33
(9,44,51)
#1F3F45
(31,63,69)
#355257
(53,82,87)
#4B6569
(75,101,105)
#61787B
(97,120,123)
#778B8D
(119,139,141)
#8D9E9F
(141,158,159)
#A3B1B1
(163,177,177)
#B9C4C3
(185,196,195)
#CFD7D5
(207,215,213)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092C33 color. Also use rgb(9,44,51) instead hex code.

Text Font Color

.myTextColor { color: #092C33; }

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

This text font color is #092C33.


Background Color

.myBgColor { background-color: #092C33; }

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

This div background color is #092C33.


Border color

.myBorderColor { border: 1px solid #092C33; }

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

This div border color is #092C33.


Opacity

.myOpacity80 { color: #092C33; opacity: 0.8; }

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

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

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

This text has shadow with #092C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092C33 on black background.


Color preview on white background

This text has color #092C33 on white background.



Black color preview on #092C33 background

This text has black color on #092C33 background.


White color preview on #092C33 background

This text has white color on #092C33 background.