COLOR #094458

HEX: #094458
RGB: (9,68,88)

Color info

#094458 contains mainly green and blue colors. Web safe color of #094458 is #003366 (or #036).

RGB color model

#094458 color RGB value is (9,68,88).

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

RGB channels and saturation

R 9 of 255 = 4%
G 68 of 255 = 27%
B 88 of 255 = 35%

9
68
88

R + G + B ~ 22%. #094458 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 68 + 88 = 165 (100%)
R 9 of 165 ~ 5.45%
G 68 of 165 ~ 41.21%
B 88 of 165 ~ 53.33%

%41.21
%53.33

CMYK color model

#094458 color CMYK value is (90,23,0,65).

  • cyan value is 89.77%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(90,23,0,65)
C90M23Y0K65 
(90%,23%,0%,65%)
(0.90/0.23/0.00/0.65)	

CMYK percentages

%89.77
%22.73
%0
%65.49

Codes

Color #094458 in popluar color models

094458
RGB96888
HSL195°81.44%19.02%
HSB/HSV195°89.77%34.51%
CMYK89.77%22.73%0.00%
65.49%

Color #094458 in popluar number systems.

HEX094458
Decimal96888
Binary100110001001011000
Octal11104130

Shades and tints

Shades of #094458

#094458
(9,68,88)
#093E50
(9,62,80)
#093848
(9,56,72)
#093240
(9,50,64)
#092C38
(9,44,56)
#092630
(9,38,48)
#092028
(9,32,40)
#091A20
(9,26,32)
#091418
(9,20,24)
#090E10
(9,14,16)
#090808
(9,8,8)
#000000
(0,0,0)

Tints of #094458

#094458
(9,68,88)
#1F5567
(31,85,103)
#356676
(53,102,118)
#4B7785
(75,119,133)
#618894
(97,136,148)
#7799A3
(119,153,163)
#8DAAB2
(141,170,178)
#A3BBC1
(163,187,193)
#B9CCD0
(185,204,208)
#CFDDDF
(207,221,223)
#E5EEEE
(229,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094458; }

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

This text font color is #094458.


Background Color

.myBgColor { background-color: #094458; }

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

This div background color is #094458.


Border color

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

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

This div border color is #094458.


Opacity

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

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

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

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

This text has shadow with #094458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094458 on black background.


Color preview on white background

This text has color #094458 on white background.



Black color preview on #094458 background

This text has black color on #094458 background.


White color preview on #094458 background

This text has white color on #094458 background.