COLOR #09466D

HEX: #09466D
RGB: (9,70,109)

Color info

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

RGB color model

#09466D color RGB value is (9,70,109).

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

RGB channels and saturation

R 9 of 255 = 4%
G 70 of 255 = 27%
B 109 of 255 = 43%

9
70
109

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

Portions of RGB colors in percentages

R + G + B =
9 + 70 + 109 = 188 (100%)
R 9 of 188 ~ 4.79%
G 70 of 188 ~ 37.23%
B 109 of 188 ~ 57.98%

%37.23
%57.98

CMYK color model

#09466D color CMYK value is (92,36,0,57).

  • cyan value is 91.74%
  • magenta value is 35.78%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(92,36,0,57)
C92M36Y0K57 
(92%,36%,0%,57%)
(0.92/0.36/0.00/0.57)	

CMYK percentages

%91.74
%35.78
%0
%57.25

Codes

Color #09466D in popluar color models

09466D
RGB970109
HSL203°84.75%23.14%
HSB/HSV203°91.74%42.75%
CMYK91.74%35.78%0.00%
57.25%

Color #09466D in popluar number systems.

HEX09466D
Decimal970109
Binary100110001101101101
Octal11106155

Shades and tints

Shades of #09466D

#09466D
(9,70,109)
#094064
(9,64,100)
#093A5B
(9,58,91)
#093452
(9,52,82)
#092E49
(9,46,73)
#092840
(9,40,64)
#092237
(9,34,55)
#091C2E
(9,28,46)
#091625
(9,22,37)
#09101C
(9,16,28)
#090A13
(9,10,19)
#000000
(0,0,0)

Tints of #09466D

#09466D
(9,70,109)
#1F567A
(31,86,122)
#356687
(53,102,135)
#4B7694
(75,118,148)
#6186A1
(97,134,161)
#7796AE
(119,150,174)
#8DA6BB
(141,166,187)
#A3B6C8
(163,182,200)
#B9C6D5
(185,198,213)
#CFD6E2
(207,214,226)
#E5E6EF
(229,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09466D; }

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

This text font color is #09466D.


Background Color

.myBgColor { background-color: #09466D; }

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

This div background color is #09466D.


Border color

.myBorderColor { border: 1px solid #09466D; }

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

This div border color is #09466D.


Opacity

.myOpacity80 { color: #09466D; opacity: 0.8; }

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

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

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

This text has shadow with #09466D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09466D on black background.


Color preview on white background

This text has color #09466D on white background.



Black color preview on #09466D background

This text has black color on #09466D background.


White color preview on #09466D background

This text has white color on #09466D background.