COLOR #094759

HEX: #094759
RGB: (9,71,89)

Color info

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

RGB color model

#094759 color RGB value is (9,71,89).

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

RGB channels and saturation

R 9 of 255 = 4%
G 71 of 255 = 28%
B 89 of 255 = 35%

9
71
89

R + G + B ~ 22%. #094759 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 71 + 89 = 169 (100%)
R 9 of 169 ~ 5.33%
G 71 of 169 ~ 42.01%
B 89 of 169 ~ 52.66%

%42.01
%52.66

CMYK color model

#094759 color CMYK value is (90,20,0,65).

  • cyan value is 89.89%
  • magenta value is 20.22%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(90,20,0,65)
C90M20Y0K65 
(90%,20%,0%,65%)
(0.90/0.20/0.00/0.65)	

CMYK percentages

%89.89
%20.22
%0
%65.1

Codes

Color #094759 in popluar color models

094759
RGB97189
HSL194°81.63%19.22%
HSB/HSV194°89.89%34.90%
CMYK89.89%20.22%0.00%
65.10%

Color #094759 in popluar number systems.

HEX094759
Decimal97189
Binary100110001111011001
Octal11107131

Shades and tints

Shades of #094759

#094759
(9,71,89)
#094151
(9,65,81)
#093B49
(9,59,73)
#093541
(9,53,65)
#092F39
(9,47,57)
#092931
(9,41,49)
#092329
(9,35,41)
#091D21
(9,29,33)
#091719
(9,23,25)
#091111
(9,17,17)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #094759

#094759
(9,71,89)
#1F5768
(31,87,104)
#356777
(53,103,119)
#4B7786
(75,119,134)
#618795
(97,135,149)
#7797A4
(119,151,164)
#8DA7B3
(141,167,179)
#A3B7C2
(163,183,194)
#B9C7D1
(185,199,209)
#CFD7E0
(207,215,224)
#E5E7EF
(229,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094759; }

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

This text font color is #094759.


Background Color

.myBgColor { background-color: #094759; }

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

This div background color is #094759.


Border color

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

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

This div border color is #094759.


Opacity

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

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

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

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

This text has shadow with #094759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094759 on black background.


Color preview on white background

This text has color #094759 on white background.



Black color preview on #094759 background

This text has black color on #094759 background.


White color preview on #094759 background

This text has white color on #094759 background.