COLOR #094A41

HEX: #094A41
RGB: (9,74,65)

Color info

#094A41 contains mainly green and blue colors. Web safe color of #094A41 is #003333 (or #033).

RGB color model

#094A41 color RGB value is (9,74,65).

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

RGB channels and saturation

R 9 of 255 = 4%
G 74 of 255 = 29%
B 65 of 255 = 25%

9
74
65

R + G + B ~ 19%. #094A41 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 74 + 65 = 148 (100%)
R 9 of 148 ~ 6.08%
G 74 of 148 ~ 50%
B 65 of 148 ~ 43.92%

%50
%43.92

CMYK color model

#094A41 color CMYK value is (88,0,12,71).

  • cyan value is 87.84%
  • magenta value is 0.00%
  • yellow value is 12.16%
  • key color value is 70.98%
CMYK:
(88,0,12,71)
C88M0Y12K71 
(88%,0%,12%,71%)
(0.88/0.00/0.12/0.71)	

CMYK percentages

%87.84
%0
%12.16
%70.98

Codes

Color #094A41 in popluar color models

094A41
RGB97465
HSL172°78.31%16.27%
HSB/HSV172°87.84%29.02%
CMYK87.84%0.00%12.16%
70.98%

Color #094A41 in popluar number systems.

HEX094A41
Decimal97465
Binary100110010101000001
Octal11112101

Shades and tints

Shades of #094A41

#094A41
(9,74,65)
#09443C
(9,68,60)
#093E37
(9,62,55)
#093832
(9,56,50)
#09322D
(9,50,45)
#092C28
(9,44,40)
#092623
(9,38,35)
#09201E
(9,32,30)
#091A19
(9,26,25)
#091414
(9,20,20)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #094A41

#094A41
(9,74,65)
#1F5A52
(31,90,82)
#356A63
(53,106,99)
#4B7A74
(75,122,116)
#618A85
(97,138,133)
#779A96
(119,154,150)
#8DAAA7
(141,170,167)
#A3BAB8
(163,186,184)
#B9CAC9
(185,202,201)
#CFDADA
(207,218,218)
#E5EAEB
(229,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094A41; }

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

This text font color is #094A41.


Background Color

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

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

This div background color is #094A41.


Border color

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

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

This div border color is #094A41.


Opacity

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

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

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

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

This text has shadow with #094A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094A41 on black background.


Color preview on white background

This text has color #094A41 on white background.



Black color preview on #094A41 background

This text has black color on #094A41 background.


White color preview on #094A41 background

This text has white color on #094A41 background.