COLOR #092B3C

HEX: #092B3C
RGB: (9,43,60)

Color info

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

RGB color model

#092B3C color RGB value is (9,43,60).

  • red value is 9;
  • green value is 43;
  • blue value is 60.
RGB:
(9,43,60)
(4%,17%,24%)

RGB channels and saturation

R 9 of 255 = 4%
G 43 of 255 = 17%
B 60 of 255 = 24%

9
43
60

R + G + B ~ 15%. #092B3C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 43 + 60 = 112 (100%)
R 9 of 112 ~ 8.04%
G 43 of 112 ~ 38.39%
B 60 of 112 ~ 53.57%

%38.39
%53.57

CMYK color model

#092B3C color CMYK value is (85,28,0,76).

  • cyan value is 85.00%
  • magenta value is 28.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(85,28,0,76)
C85M28Y0K76 
(85%,28%,0%,76%)
(0.85/0.28/0.00/0.76)	

CMYK percentages

%85
%28.33
%0
%76.47

Codes

Color #092B3C in popluar color models

092B3C
RGB94360
HSL200°73.91%13.53%
HSB/HSV200°85.00%23.53%
CMYK85.00%28.33%0.00%
76.47%

Color #092B3C in popluar number systems.

HEX092B3C
Decimal94360
Binary1001101011111100
Octal115374

Shades and tints

Shades of #092B3C

#092B3C
(9,43,60)
#092837
(9,40,55)
#092532
(9,37,50)
#09222D
(9,34,45)
#091F28
(9,31,40)
#091C23
(9,28,35)
#09191E
(9,25,30)
#091619
(9,22,25)
#091314
(9,19,20)
#09100F
(9,16,15)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #092B3C

#092B3C
(9,43,60)
#1F3E4D
(31,62,77)
#35515E
(53,81,94)
#4B646F
(75,100,111)
#617780
(97,119,128)
#778A91
(119,138,145)
#8D9DA2
(141,157,162)
#A3B0B3
(163,176,179)
#B9C3C4
(185,195,196)
#CFD6D5
(207,214,213)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092B3C color. Also use rgb(9,43,60) instead hex code.

Text Font Color

.myTextColor { color: #092B3C; }

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

This text font color is #092B3C.


Background Color

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

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

This div background color is #092B3C.


Border color

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

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

This div border color is #092B3C.


Opacity

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

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

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

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

This text has shadow with #092B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092B3C on black background.


Color preview on white background

This text has color #092B3C on white background.



Black color preview on #092B3C background

This text has black color on #092B3C background.


White color preview on #092B3C background

This text has white color on #092B3C background.