COLOR #094749

HEX: #094749
RGB: (9,71,73)

Color info

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

RGB color model

#094749 color RGB value is (9,71,73).

  • red value is 9;
  • green value is 71;
  • blue value is 73.
RGB:
(9,71,73)
(4%,28%,29%)

RGB channels and saturation

R 9 of 255 = 4%
G 71 of 255 = 28%
B 73 of 255 = 29%

9
71
73

R + G + B ~ 20%. #094749 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 71 + 73 = 153 (100%)
R 9 of 153 ~ 5.88%
G 71 of 153 ~ 46.41%
B 73 of 153 ~ 47.71%

%46.41
%47.71

CMYK color model

#094749 color CMYK value is (88,3,0,71).

  • cyan value is 87.67%
  • magenta value is 2.74%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(88,3,0,71)
C88M3Y0K71 
(88%,3%,0%,71%)
(0.88/0.03/0.00/0.71)	

CMYK percentages

%87.67
%2.74
%0
%71.37

Codes

Color #094749 in popluar color models

094749
RGB97173
HSL182°78.05%16.08%
HSB/HSV182°87.67%28.63%
CMYK87.67%2.74%0.00%
71.37%

Color #094749 in popluar number systems.

HEX094749
Decimal97173
Binary100110001111001001
Octal11107111

Shades and tints

Shades of #094749

#094749
(9,71,73)
#094143
(9,65,67)
#093B3D
(9,59,61)
#093537
(9,53,55)
#092F31
(9,47,49)
#09292B
(9,41,43)
#092325
(9,35,37)
#091D1F
(9,29,31)
#091719
(9,23,25)
#091113
(9,17,19)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #094749

#094749
(9,71,73)
#1F5759
(31,87,89)
#356769
(53,103,105)
#4B7779
(75,119,121)
#618789
(97,135,137)
#779799
(119,151,153)
#8DA7A9
(141,167,169)
#A3B7B9
(163,183,185)
#B9C7C9
(185,199,201)
#CFD7D9
(207,215,217)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094749 color. Also use rgb(9,71,73) instead hex code.

Text Font Color

.myTextColor { color: #094749; }

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

This text font color is #094749.


Background Color

.myBgColor { background-color: #094749; }

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

This div background color is #094749.


Border color

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

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

This div border color is #094749.


Opacity

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

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

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

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

This text has shadow with #094749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094749 on black background.


Color preview on white background

This text has color #094749 on white background.



Black color preview on #094749 background

This text has black color on #094749 background.


White color preview on #094749 background

This text has white color on #094749 background.