COLOR #092C39

HEX: #092C39
RGB: (9,44,57)

Color info

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

RGB color model

#092C39 color RGB value is (9,44,57).

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

RGB channels and saturation

R 9 of 255 = 4%
G 44 of 255 = 17%
B 57 of 255 = 22%

9
44
57

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

Portions of RGB colors in percentages

R + G + B =
9 + 44 + 57 = 110 (100%)
R 9 of 110 ~ 8.18%
G 44 of 110 ~ 40%
B 57 of 110 ~ 51.82%

%40
%51.82

CMYK color model

#092C39 color CMYK value is (84,23,0,78).

  • cyan value is 84.21%
  • magenta value is 22.81%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(84,23,0,78)
C84M23Y0K78 
(84%,23%,0%,78%)
(0.84/0.23/0.00/0.78)	

CMYK percentages

%84.21
%22.81
%0
%77.65

Codes

Color #092C39 in popluar color models

092C39
RGB94457
HSL196°72.73%12.94%
HSB/HSV196°84.21%22.35%
CMYK84.21%22.81%0.00%
77.65%

Color #092C39 in popluar number systems.

HEX092C39
Decimal94457
Binary1001101100111001
Octal115471

Shades and tints

Shades of #092C39

#092C39
(9,44,57)
#092834
(9,40,52)
#09242F
(9,36,47)
#09202A
(9,32,42)
#091C25
(9,28,37)
#091820
(9,24,32)
#09141B
(9,20,27)
#091016
(9,16,22)
#090C11
(9,12,17)
#09080C
(9,8,12)
#090407
(9,4,7)
#000000
(0,0,0)

Tints of #092C39

#092C39
(9,44,57)
#1F3F4B
(31,63,75)
#35525D
(53,82,93)
#4B656F
(75,101,111)
#617881
(97,120,129)
#778B93
(119,139,147)
#8D9EA5
(141,158,165)
#A3B1B7
(163,177,183)
#B9C4C9
(185,196,201)
#CFD7DB
(207,215,219)
#E5EAED
(229,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092C39; }

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

This text font color is #092C39.


Background Color

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

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

This div background color is #092C39.


Border color

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

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

This div border color is #092C39.


Opacity

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

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

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

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

This text has shadow with #092C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092C39 on black background.


Color preview on white background

This text has color #092C39 on white background.



Black color preview on #092C39 background

This text has black color on #092C39 background.


White color preview on #092C39 background

This text has white color on #092C39 background.