COLOR #094144

HEX: #094144
RGB: (9,65,68)

Color info

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

RGB color model

#094144 color RGB value is (9,65,68).

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

RGB channels and saturation

R 9 of 255 = 4%
G 65 of 255 = 25%
B 68 of 255 = 27%

9
65
68

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

Portions of RGB colors in percentages

R + G + B =
9 + 65 + 68 = 142 (100%)
R 9 of 142 ~ 6.34%
G 65 of 142 ~ 45.77%
B 68 of 142 ~ 47.89%

%45.77
%47.89

CMYK color model

#094144 color CMYK value is (87,4,0,73).

  • cyan value is 86.76%
  • magenta value is 4.41%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(87,4,0,73)
C87M4Y0K73 
(87%,4%,0%,73%)
(0.87/0.04/0.00/0.73)	

CMYK percentages

%86.76
%4.41
%0
%73.33

Codes

Color #094144 in popluar color models

094144
RGB96568
HSL183°76.62%15.10%
HSB/HSV183°86.76%26.67%
CMYK86.76%4.41%0.00%
73.33%

Color #094144 in popluar number systems.

HEX094144
Decimal96568
Binary100110000011000100
Octal11101104

Shades and tints

Shades of #094144

#094144
(9,65,68)
#093C3E
(9,60,62)
#093738
(9,55,56)
#093232
(9,50,50)
#092D2C
(9,45,44)
#092826
(9,40,38)
#092320
(9,35,32)
#091E1A
(9,30,26)
#091914
(9,25,20)
#09140E
(9,20,14)
#090F08
(9,15,8)
#000000
(0,0,0)

Tints of #094144

#094144
(9,65,68)
#1F5255
(31,82,85)
#356366
(53,99,102)
#4B7477
(75,116,119)
#618588
(97,133,136)
#779699
(119,150,153)
#8DA7AA
(141,167,170)
#A3B8BB
(163,184,187)
#B9C9CC
(185,201,204)
#CFDADD
(207,218,221)
#E5EBEE
(229,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094144; }

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

This text font color is #094144.


Background Color

.myBgColor { background-color: #094144; }

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

This div background color is #094144.


Border color

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

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

This div border color is #094144.


Opacity

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

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

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

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

This text has shadow with #094144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094144 on black background.


Color preview on white background

This text has color #094144 on white background.



Black color preview on #094144 background

This text has black color on #094144 background.


White color preview on #094144 background

This text has white color on #094144 background.