COLOR #09455A

HEX: #09455A
RGB: (9,69,90)

Color info

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

RGB color model

#09455A color RGB value is (9,69,90).

  • red value is 9;
  • green value is 69;
  • blue value is 90.
RGB:
(9,69,90)
(4%,27%,35%)

RGB channels and saturation

R 9 of 255 = 4%
G 69 of 255 = 27%
B 90 of 255 = 35%

9
69
90

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

Portions of RGB colors in percentages

R + G + B =
9 + 69 + 90 = 168 (100%)
R 9 of 168 ~ 5.36%
G 69 of 168 ~ 41.07%
B 90 of 168 ~ 53.57%

%41.07
%53.57

CMYK color model

#09455A color CMYK value is (90,23,0,65).

  • cyan value is 90.00%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(90,23,0,65)
C90M23Y0K65 
(90%,23%,0%,65%)
(0.90/0.23/0.00/0.65)	

CMYK percentages

%90
%23.33
%0
%64.71

Codes

Color #09455A in popluar color models

09455A
RGB96990
HSL196°81.82%19.41%
HSB/HSV196°90.00%35.29%
CMYK90.00%23.33%0.00%
64.71%

Color #09455A in popluar number systems.

HEX09455A
Decimal96990
Binary100110001011011010
Octal11105132

Shades and tints

Shades of #09455A

#09455A
(9,69,90)
#093F52
(9,63,82)
#09394A
(9,57,74)
#093342
(9,51,66)
#092D3A
(9,45,58)
#092732
(9,39,50)
#09212A
(9,33,42)
#091B22
(9,27,34)
#09151A
(9,21,26)
#090F12
(9,15,18)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #09455A

#09455A
(9,69,90)
#1F5569
(31,85,105)
#356578
(53,101,120)
#4B7587
(75,117,135)
#618596
(97,133,150)
#7795A5
(119,149,165)
#8DA5B4
(141,165,180)
#A3B5C3
(163,181,195)
#B9C5D2
(185,197,210)
#CFD5E1
(207,213,225)
#E5E5F0
(229,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09455A color. Also use rgb(9,69,90) instead hex code.

Text Font Color

.myTextColor { color: #09455A; }

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

This text font color is #09455A.


Background Color

.myBgColor { background-color: #09455A; }

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

This div background color is #09455A.


Border color

.myBorderColor { border: 1px solid #09455A; }

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

This div border color is #09455A.


Opacity

.myOpacity80 { color: #09455A; opacity: 0.8; }

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

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

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

This text has shadow with #09455A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09455A on black background.


Color preview on white background

This text has color #09455A on white background.



Black color preview on #09455A background

This text has black color on #09455A background.


White color preview on #09455A background

This text has white color on #09455A background.