COLOR #09476D

HEX: #09476D
RGB: (9,71,109)

Color info

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

RGB color model

#09476D color RGB value is (9,71,109).

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

RGB channels and saturation

R 9 of 255 = 4%
G 71 of 255 = 28%
B 109 of 255 = 43%

9
71
109

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

Portions of RGB colors in percentages

R + G + B =
9 + 71 + 109 = 189 (100%)
R 9 of 189 ~ 4.76%
G 71 of 189 ~ 37.57%
B 109 of 189 ~ 57.67%

%37.57
%57.67

CMYK color model

#09476D color CMYK value is (92,35,0,57).

  • cyan value is 91.74%
  • magenta value is 34.86%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(92,35,0,57)
C92M35Y0K57 
(92%,35%,0%,57%)
(0.92/0.35/0.00/0.57)	

CMYK percentages

%91.74
%34.86
%0
%57.25

Codes

Color #09476D in popluar color models

09476D
RGB971109
HSL203°84.75%23.14%
HSB/HSV203°91.74%42.75%
CMYK91.74%34.86%0.00%
57.25%

Color #09476D in popluar number systems.

HEX09476D
Decimal971109
Binary100110001111101101
Octal11107155

Shades and tints

Shades of #09476D

#09476D
(9,71,109)
#094164
(9,65,100)
#093B5B
(9,59,91)
#093552
(9,53,82)
#092F49
(9,47,73)
#092940
(9,41,64)
#092337
(9,35,55)
#091D2E
(9,29,46)
#091725
(9,23,37)
#09111C
(9,17,28)
#090B13
(9,11,19)
#000000
(0,0,0)

Tints of #09476D

#09476D
(9,71,109)
#1F577A
(31,87,122)
#356787
(53,103,135)
#4B7794
(75,119,148)
#6187A1
(97,135,161)
#7797AE
(119,151,174)
#8DA7BB
(141,167,187)
#A3B7C8
(163,183,200)
#B9C7D5
(185,199,213)
#CFD7E2
(207,215,226)
#E5E7EF
(229,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09476D; }

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

This text font color is #09476D.


Background Color

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

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

This div background color is #09476D.


Border color

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

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

This div border color is #09476D.


Opacity

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

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

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

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

This text has shadow with #09476D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09476D on black background.


Color preview on white background

This text has color #09476D on white background.



Black color preview on #09476D background

This text has black color on #09476D background.


White color preview on #09476D background

This text has white color on #09476D background.