COLOR #094154

HEX: #094154
RGB: (9,65,84)

Color info

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

RGB color model

#094154 color RGB value is (9,65,84).

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

RGB channels and saturation

R 9 of 255 = 4%
G 65 of 255 = 25%
B 84 of 255 = 33%

9
65
84

R + G + B ~ 21%. #094154 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 65 + 84 = 158 (100%)
R 9 of 158 ~ 5.7%
G 65 of 158 ~ 41.14%
B 84 of 158 ~ 53.16%

%41.14
%53.16

CMYK color model

#094154 color CMYK value is (89,23,0,67).

  • cyan value is 89.29%
  • magenta value is 22.62%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(89,23,0,67)
C89M23Y0K67 
(89%,23%,0%,67%)
(0.89/0.23/0.00/0.67)	

CMYK percentages

%89.29
%22.62
%0
%67.06

Codes

Color #094154 in popluar color models

094154
RGB96584
HSL195°80.65%18.24%
HSB/HSV195°89.29%32.94%
CMYK89.29%22.62%0.00%
67.06%

Color #094154 in popluar number systems.

HEX094154
Decimal96584
Binary100110000011010100
Octal11101124

Shades and tints

Shades of #094154

#094154
(9,65,84)
#093C4D
(9,60,77)
#093746
(9,55,70)
#09323F
(9,50,63)
#092D38
(9,45,56)
#092831
(9,40,49)
#09232A
(9,35,42)
#091E23
(9,30,35)
#09191C
(9,25,28)
#091415
(9,20,21)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #094154

#094154
(9,65,84)
#1F5263
(31,82,99)
#356372
(53,99,114)
#4B7481
(75,116,129)
#618590
(97,133,144)
#77969F
(119,150,159)
#8DA7AE
(141,167,174)
#A3B8BD
(163,184,189)
#B9C9CC
(185,201,204)
#CFDADB
(207,218,219)
#E5EBEA
(229,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094154; }

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

This text font color is #094154.


Background Color

.myBgColor { background-color: #094154; }

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

This div background color is #094154.


Border color

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

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

This div border color is #094154.


Opacity

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

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

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

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

This text has shadow with #094154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094154 on black background.


Color preview on white background

This text has color #094154 on white background.



Black color preview on #094154 background

This text has black color on #094154 background.


White color preview on #094154 background

This text has white color on #094154 background.