COLOR #092941

HEX: #092941
RGB: (9,41,65)

Color info

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

RGB color model

#092941 color RGB value is (9,41,65).

  • red value is 9;
  • green value is 41;
  • blue value is 65.
RGB:
(9,41,65)
(4%,16%,25%)

RGB channels and saturation

R 9 of 255 = 4%
G 41 of 255 = 16%
B 65 of 255 = 25%

9
41
65

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

Portions of RGB colors in percentages

R + G + B =
9 + 41 + 65 = 115 (100%)
R 9 of 115 ~ 7.83%
G 41 of 115 ~ 35.65%
B 65 of 115 ~ 56.52%

%35.65
%56.52

CMYK color model

#092941 color CMYK value is (86,37,0,75).

  • cyan value is 86.15%
  • magenta value is 36.92%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(86,37,0,75)
C86M37Y0K75 
(86%,37%,0%,75%)
(0.86/0.37/0.00/0.75)	

CMYK percentages

%86.15
%36.92
%0
%74.51

Codes

Color #092941 in popluar color models

092941
RGB94165
HSL206°75.68%14.51%
HSB/HSV206°86.15%25.49%
CMYK86.15%36.92%0.00%
74.51%

Color #092941 in popluar number systems.

HEX092941
Decimal94165
Binary10011010011000001
Octal1151101

Shades and tints

Shades of #092941

#092941
(9,41,65)
#09263C
(9,38,60)
#092337
(9,35,55)
#092032
(9,32,50)
#091D2D
(9,29,45)
#091A28
(9,26,40)
#091723
(9,23,35)
#09141E
(9,20,30)
#091119
(9,17,25)
#090E14
(9,14,20)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #092941

#092941
(9,41,65)
#1F3C52
(31,60,82)
#354F63
(53,79,99)
#4B6274
(75,98,116)
#617585
(97,117,133)
#778896
(119,136,150)
#8D9BA7
(141,155,167)
#A3AEB8
(163,174,184)
#B9C1C9
(185,193,201)
#CFD4DA
(207,212,218)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092941 color. Also use rgb(9,41,65) instead hex code.

Text Font Color

.myTextColor { color: #092941; }

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

This text font color is #092941.


Background Color

.myBgColor { background-color: #092941; }

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

This div background color is #092941.


Border color

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

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

This div border color is #092941.


Opacity

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

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

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

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

This text has shadow with #092941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092941 on black background.


Color preview on white background

This text has color #092941 on white background.



Black color preview on #092941 background

This text has black color on #092941 background.


White color preview on #092941 background

This text has white color on #092941 background.