COLOR #09303C

HEX: #09303C
RGB: (9,48,60)

Color info

#09303C contains red, green and blue colors in about the same proportion. Web safe color of #09303C is #003333 (or #033).

RGB color model

#09303C color RGB value is (9,48,60).

  • red value is 9;
  • green value is 48;
  • blue value is 60.
RGB:
(9,48,60)
(4%,19%,24%)

RGB channels and saturation

R 9 of 255 = 4%
G 48 of 255 = 19%
B 60 of 255 = 24%

9
48
60

R + G + B ~ 16%. #09303C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 48 + 60 = 117 (100%)
R 9 of 117 ~ 7.69%
G 48 of 117 ~ 41.03%
B 60 of 117 ~ 51.28%

%41.03
%51.28

CMYK color model

#09303C color CMYK value is (85,20,0,76).

  • cyan value is 85.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(85,20,0,76)
C85M20Y0K76 
(85%,20%,0%,76%)
(0.85/0.20/0.00/0.76)	

CMYK percentages

%85
%20
%0
%76.47

Codes

Color #09303C in popluar color models

09303C
RGB94860
HSL194°73.91%13.53%
HSB/HSV194°85.00%23.53%
CMYK85.00%20.00%0.00%
76.47%

Color #09303C in popluar number systems.

HEX09303C
Decimal94860
Binary1001110000111100
Octal116074

Shades and tints

Shades of #09303C

#09303C
(9,48,60)
#092C37
(9,44,55)
#092832
(9,40,50)
#09242D
(9,36,45)
#092028
(9,32,40)
#091C23
(9,28,35)
#09181E
(9,24,30)
#091419
(9,20,25)
#091014
(9,16,20)
#090C0F
(9,12,15)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #09303C

#09303C
(9,48,60)
#1F424D
(31,66,77)
#35545E
(53,84,94)
#4B666F
(75,102,111)
#617880
(97,120,128)
#778A91
(119,138,145)
#8D9CA2
(141,156,162)
#A3AEB3
(163,174,179)
#B9C0C4
(185,192,196)
#CFD2D5
(207,210,213)
#E5E4E6
(229,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09303C color. Also use rgb(9,48,60) instead hex code.

Text Font Color

.myTextColor { color: #09303C; }

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

This text font color is #09303C.


Background Color

.myBgColor { background-color: #09303C; }

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

This div background color is #09303C.


Border color

.myBorderColor { border: 1px solid #09303C; }

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

This div border color is #09303C.


Opacity

.myOpacity80 { color: #09303C; opacity: 0.8; }

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

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

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

This text has shadow with #09303C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09303C on black background.


Color preview on white background

This text has color #09303C on white background.



Black color preview on #09303C background

This text has black color on #09303C background.


White color preview on #09303C background

This text has white color on #09303C background.