COLOR #094244

HEX: #094244
RGB: (9,66,68)

Color info

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

RGB color model

#094244 color RGB value is (9,66,68).

  • red value is 9;
  • green value is 66;
  • blue value is 68.
RGB:
(9,66,68)
(4%,26%,27%)

RGB channels and saturation

R 9 of 255 = 4%
G 66 of 255 = 26%
B 68 of 255 = 27%

9
66
68

R + G + B ~ 19%. #094244 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 66 + 68 = 143 (100%)
R 9 of 143 ~ 6.29%
G 66 of 143 ~ 46.15%
B 68 of 143 ~ 47.55%

%46.15
%47.55

CMYK color model

#094244 color CMYK value is (87,3,0,73).

  • cyan value is 86.76%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(87,3,0,73)
C87M3Y0K73 
(87%,3%,0%,73%)
(0.87/0.03/0.00/0.73)	

CMYK percentages

%86.76
%2.94
%0
%73.33

Codes

Color #094244 in popluar color models

094244
RGB96668
HSL182°76.62%15.10%
HSB/HSV182°86.76%26.67%
CMYK86.76%2.94%0.00%
73.33%

Color #094244 in popluar number systems.

HEX094244
Decimal96668
Binary100110000101000100
Octal11102104

Shades and tints

Shades of #094244

#094244
(9,66,68)
#093C3E
(9,60,62)
#093638
(9,54,56)
#093032
(9,48,50)
#092A2C
(9,42,44)
#092426
(9,36,38)
#091E20
(9,30,32)
#09181A
(9,24,26)
#091214
(9,18,20)
#090C0E
(9,12,14)
#090608
(9,6,8)
#000000
(0,0,0)

Tints of #094244

#094244
(9,66,68)
#1F5355
(31,83,85)
#356466
(53,100,102)
#4B7577
(75,117,119)
#618688
(97,134,136)
#779799
(119,151,153)
#8DA8AA
(141,168,170)
#A3B9BB
(163,185,187)
#B9CACC
(185,202,204)
#CFDBDD
(207,219,221)
#E5ECEE
(229,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094244 color. Also use rgb(9,66,68) instead hex code.

Text Font Color

.myTextColor { color: #094244; }

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

This text font color is #094244.


Background Color

.myBgColor { background-color: #094244; }

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

This div background color is #094244.


Border color

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

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

This div border color is #094244.


Opacity

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

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

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

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

This text has shadow with #094244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094244 on black background.


Color preview on white background

This text has color #094244 on white background.



Black color preview on #094244 background

This text has black color on #094244 background.


White color preview on #094244 background

This text has white color on #094244 background.