COLOR #094A50

HEX: #094A50
RGB: (9,74,80)

Color info

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

RGB color model

#094A50 color RGB value is (9,74,80).

  • red value is 9;
  • green value is 74;
  • blue value is 80.
RGB:
(9,74,80)
(4%,29%,31%)

RGB channels and saturation

R 9 of 255 = 4%
G 74 of 255 = 29%
B 80 of 255 = 31%

9
74
80

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

Portions of RGB colors in percentages

R + G + B =
9 + 74 + 80 = 163 (100%)
R 9 of 163 ~ 5.52%
G 74 of 163 ~ 45.4%
B 80 of 163 ~ 49.08%

%45.4
%49.08

CMYK color model

#094A50 color CMYK value is (89,7,0,69).

  • cyan value is 88.75%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(89,7,0,69)
C89M7Y0K69 
(89%,7%,0%,69%)
(0.89/0.07/0.00/0.69)	

CMYK percentages

%88.75
%7.5
%0
%68.63

Codes

Color #094A50 in popluar color models

094A50
RGB97480
HSL185°79.78%17.45%
HSB/HSV185°88.75%31.37%
CMYK88.75%7.50%0.00%
68.63%

Color #094A50 in popluar number systems.

HEX094A50
Decimal97480
Binary100110010101010000
Octal11112120

Shades and tints

Shades of #094A50

#094A50
(9,74,80)
#094449
(9,68,73)
#093E42
(9,62,66)
#09383B
(9,56,59)
#093234
(9,50,52)
#092C2D
(9,44,45)
#092626
(9,38,38)
#09201F
(9,32,31)
#091A18
(9,26,24)
#091411
(9,20,17)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #094A50

#094A50
(9,74,80)
#1F5A5F
(31,90,95)
#356A6E
(53,106,110)
#4B7A7D
(75,122,125)
#618A8C
(97,138,140)
#779A9B
(119,154,155)
#8DAAAA
(141,170,170)
#A3BAB9
(163,186,185)
#B9CAC8
(185,202,200)
#CFDAD7
(207,218,215)
#E5EAE6
(229,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094A50 color. Also use rgb(9,74,80) instead hex code.

Text Font Color

.myTextColor { color: #094A50; }

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

This text font color is #094A50.


Background Color

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

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

This div background color is #094A50.


Border color

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

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

This div border color is #094A50.


Opacity

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

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

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

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

This text has shadow with #094A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094A50 on black background.


Color preview on white background

This text has color #094A50 on white background.



Black color preview on #094A50 background

This text has black color on #094A50 background.


White color preview on #094A50 background

This text has white color on #094A50 background.