COLOR #094674

HEX: #094674
RGB: (9,70,116)

Color info

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

RGB color model

#094674 color RGB value is (9,70,116).

  • red value is 9;
  • green value is 70;
  • blue value is 116.
RGB:
(9,70,116)
(4%,27%,45%)

RGB channels and saturation

R 9 of 255 = 4%
G 70 of 255 = 27%
B 116 of 255 = 45%

9
70
116

R + G + B ~ 25%. #094674 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 70 + 116 = 195 (100%)
R 9 of 195 ~ 4.62%
G 70 of 195 ~ 35.9%
B 116 of 195 ~ 59.49%

%35.9
%59.49

CMYK color model

#094674 color CMYK value is (92,40,0,55).

  • cyan value is 92.24%
  • magenta value is 39.66%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(92,40,0,55)
C92M40Y0K55 
(92%,40%,0%,55%)
(0.92/0.40/0.00/0.55)	

CMYK percentages

%92.24
%39.66
%0
%54.51

Codes

Color #094674 in popluar color models

094674
RGB970116
HSL206°85.60%24.51%
HSB/HSV206°92.24%45.49%
CMYK92.24%39.66%0.00%
54.51%

Color #094674 in popluar number systems.

HEX094674
Decimal970116
Binary100110001101110100
Octal11106164

Shades and tints

Shades of #094674

#094674
(9,70,116)
#09406A
(9,64,106)
#093A60
(9,58,96)
#093456
(9,52,86)
#092E4C
(9,46,76)
#092842
(9,40,66)
#092238
(9,34,56)
#091C2E
(9,28,46)
#091624
(9,22,36)
#09101A
(9,16,26)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #094674

#094674
(9,70,116)
#1F5680
(31,86,128)
#35668C
(53,102,140)
#4B7698
(75,118,152)
#6186A4
(97,134,164)
#7796B0
(119,150,176)
#8DA6BC
(141,166,188)
#A3B6C8
(163,182,200)
#B9C6D4
(185,198,212)
#CFD6E0
(207,214,224)
#E5E6EC
(229,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094674 color. Also use rgb(9,70,116) instead hex code.

Text Font Color

.myTextColor { color: #094674; }

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

This text font color is #094674.


Background Color

.myBgColor { background-color: #094674; }

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

This div background color is #094674.


Border color

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

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

This div border color is #094674.


Opacity

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

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

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

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

This text has shadow with #094674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094674 on black background.


Color preview on white background

This text has color #094674 on white background.



Black color preview on #094674 background

This text has black color on #094674 background.


White color preview on #094674 background

This text has white color on #094674 background.