COLOR #094E67

HEX: #094E67
RGB: (9,78,103)

Color info

#094E67 contains mainly green and blue colors. Web safe color of #094E67 is #006666 (or #066).

RGB color model

#094E67 color RGB value is (9,78,103).

  • red value is 9;
  • green value is 78;
  • blue value is 103.
RGB:
(9,78,103)
(4%,31%,40%)

RGB channels and saturation

R 9 of 255 = 4%
G 78 of 255 = 31%
B 103 of 255 = 40%

9
78
103

R + G + B ~ 25%. #094E67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 78 + 103 = 190 (100%)
R 9 of 190 ~ 4.74%
G 78 of 190 ~ 41.05%
B 103 of 190 ~ 54.21%

%41.05
%54.21

CMYK color model

#094E67 color CMYK value is (91,24,0,60).

  • cyan value is 91.26%
  • magenta value is 24.27%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(91,24,0,60)
C91M24Y0K60 
(91%,24%,0%,60%)
(0.91/0.24/0.00/0.60)	

CMYK percentages

%91.26
%24.27
%0
%59.61

Codes

Color #094E67 in popluar color models

094E67
RGB978103
HSL196°83.93%21.96%
HSB/HSV196°91.26%40.39%
CMYK91.26%24.27%0.00%
59.61%

Color #094E67 in popluar number systems.

HEX094E67
Decimal978103
Binary100110011101100111
Octal11116147

Shades and tints

Shades of #094E67

#094E67
(9,78,103)
#09475E
(9,71,94)
#094055
(9,64,85)
#09394C
(9,57,76)
#093243
(9,50,67)
#092B3A
(9,43,58)
#092431
(9,36,49)
#091D28
(9,29,40)
#09161F
(9,22,31)
#090F16
(9,15,22)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #094E67

#094E67
(9,78,103)
#1F5E74
(31,94,116)
#356E81
(53,110,129)
#4B7E8E
(75,126,142)
#618E9B
(97,142,155)
#779EA8
(119,158,168)
#8DAEB5
(141,174,181)
#A3BEC2
(163,190,194)
#B9CECF
(185,206,207)
#CFDEDC
(207,222,220)
#E5EEE9
(229,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094E67 color. Also use rgb(9,78,103) instead hex code.

Text Font Color

.myTextColor { color: #094E67; }

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

This text font color is #094E67.


Background Color

.myBgColor { background-color: #094E67; }

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

This div background color is #094E67.


Border color

.myBorderColor { border: 1px solid #094E67; }

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

This div border color is #094E67.


Opacity

.myOpacity80 { color: #094E67; opacity: 0.8; }

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

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

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

This text has shadow with #094E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094E67 on black background.


Color preview on white background

This text has color #094E67 on white background.



Black color preview on #094E67 background

This text has black color on #094E67 background.


White color preview on #094E67 background

This text has white color on #094E67 background.