COLOR #094254

HEX: #094254
RGB: (9,66,84)

Color info

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

RGB color model

#094254 color RGB value is (9,66,84).

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

RGB channels and saturation

R 9 of 255 = 4%
G 66 of 255 = 26%
B 84 of 255 = 33%

9
66
84

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

Portions of RGB colors in percentages

R + G + B =
9 + 66 + 84 = 159 (100%)
R 9 of 159 ~ 5.66%
G 66 of 159 ~ 41.51%
B 84 of 159 ~ 52.83%

%41.51
%52.83

CMYK color model

#094254 color CMYK value is (89,21,0,67).

  • cyan value is 89.29%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(89,21,0,67)
C89M21Y0K67 
(89%,21%,0%,67%)
(0.89/0.21/0.00/0.67)	

CMYK percentages

%89.29
%21.43
%0
%67.06

Codes

Color #094254 in popluar color models

094254
RGB96684
HSL194°80.65%18.24%
HSB/HSV194°89.29%32.94%
CMYK89.29%21.43%0.00%
67.06%

Color #094254 in popluar number systems.

HEX094254
Decimal96684
Binary100110000101010100
Octal11102124

Shades and tints

Shades of #094254

#094254
(9,66,84)
#093C4D
(9,60,77)
#093646
(9,54,70)
#09303F
(9,48,63)
#092A38
(9,42,56)
#092431
(9,36,49)
#091E2A
(9,30,42)
#091823
(9,24,35)
#09121C
(9,18,28)
#090C15
(9,12,21)
#09060E
(9,6,14)
#000000
(0,0,0)

Tints of #094254

#094254
(9,66,84)
#1F5363
(31,83,99)
#356472
(53,100,114)
#4B7581
(75,117,129)
#618690
(97,134,144)
#77979F
(119,151,159)
#8DA8AE
(141,168,174)
#A3B9BD
(163,185,189)
#B9CACC
(185,202,204)
#CFDBDB
(207,219,219)
#E5ECEA
(229,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094254; }

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

This text font color is #094254.


Background Color

.myBgColor { background-color: #094254; }

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

This div background color is #094254.


Border color

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

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

This div border color is #094254.


Opacity

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

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

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

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

This text has shadow with #094254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094254 on black background.


Color preview on white background

This text has color #094254 on white background.



Black color preview on #094254 background

This text has black color on #094254 background.


White color preview on #094254 background

This text has white color on #094254 background.