COLOR #092838

HEX: #092838
RGB: (9,40,56)

Color info

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

RGB color model

#092838 color RGB value is (9,40,56).

  • red value is 9;
  • green value is 40;
  • blue value is 56.
RGB:
(9,40,56)
(4%,16%,22%)

RGB channels and saturation

R 9 of 255 = 4%
G 40 of 255 = 16%
B 56 of 255 = 22%

9
40
56

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

Portions of RGB colors in percentages

R + G + B =
9 + 40 + 56 = 105 (100%)
R 9 of 105 ~ 8.57%
G 40 of 105 ~ 38.1%
B 56 of 105 ~ 53.33%

%38.1
%53.33

CMYK color model

#092838 color CMYK value is (84,29,0,78).

  • cyan value is 83.93%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(84,29,0,78)
C84M29Y0K78 
(84%,29%,0%,78%)
(0.84/0.29/0.00/0.78)	

CMYK percentages

%83.93
%28.57
%0
%78.04

Codes

Color #092838 in popluar color models

092838
RGB94056
HSL200°72.31%12.75%
HSB/HSV200°83.93%21.96%
CMYK83.93%28.57%0.00%
78.04%

Color #092838 in popluar number systems.

HEX092838
Decimal94056
Binary1001101000111000
Octal115070

Shades and tints

Shades of #092838

#092838
(9,40,56)
#092533
(9,37,51)
#09222E
(9,34,46)
#091F29
(9,31,41)
#091C24
(9,28,36)
#09191F
(9,25,31)
#09161A
(9,22,26)
#091315
(9,19,21)
#091010
(9,16,16)
#090D0B
(9,13,11)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #092838

#092838
(9,40,56)
#1F3B4A
(31,59,74)
#354E5C
(53,78,92)
#4B616E
(75,97,110)
#617480
(97,116,128)
#778792
(119,135,146)
#8D9AA4
(141,154,164)
#A3ADB6
(163,173,182)
#B9C0C8
(185,192,200)
#CFD3DA
(207,211,218)
#E5E6EC
(229,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092838 color. Also use rgb(9,40,56) instead hex code.

Text Font Color

.myTextColor { color: #092838; }

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

This text font color is #092838.


Background Color

.myBgColor { background-color: #092838; }

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

This div background color is #092838.


Border color

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

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

This div border color is #092838.


Opacity

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

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

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

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

This text has shadow with #092838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092838 on black background.


Color preview on white background

This text has color #092838 on white background.



Black color preview on #092838 background

This text has black color on #092838 background.


White color preview on #092838 background

This text has white color on #092838 background.