COLOR #09303E

HEX: #09303E RGB: (9,48,62)

Color info

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

RGB color model

#09303E color RGB value is (9,48,62).

RGB: (9,48,62) (4%, 19%, 24%)

RGB channels and saturation

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

9
48
62

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

Portions of RGB colors in percentages

R + G + B = 9 + 48 + 62 = 119 (100%)
R 9 of 119 ~ 7.56%
G 48 of 119 ~ 40.34%
B 62 of 119 ~ 52.1'%

%40.34
%52.1

CMYK color model

#09303E color CMYK value is (85,23,0,76).

  • cyan value is 85.48%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 75.69%

CMYK: (85,23,0,76)
C85M23Y0K76 (85%, 23%, 0%, 76%)
(0.85 / 0.23 / 0.00 / 0.76)

CMYK percentages

%85.48
%22.58
%0
%75.69

Codes

Color #09303E in popluar color models

09 30 3E
RGB 9 48 62
HSL 196° 74.65% 13.92%
HSB/HSV 196° 85.48% 24.31%
CMYK 85.48% 22.58% 0.00%
75.69%

Color #09303E in popluar number systems.

HEX 09 30 3E
Decimal 9 48 62
Binary 1001 110000 111110
Octal 11 60 76

Shades and tints

Shades of #09303E

#09303E
(9,48,62)
#092C39
(9,44,57)
#092834
(9,40,52)
#09242F
(9,36,47)
#09202A
(9,32,42)
#091C25
(9,28,37)
#091820
(9,24,32)
#09141B
(9,20,27)
#091016
(9,16,22)
#090C11
(9,12,17)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #09303E

#09303E
(9,48,62)
#1F424F
(31,66,79)
#355460
(53,84,96)
#4B6671
(75,102,113)
#617882
(97,120,130)
#778A93
(119,138,147)
#8D9CA4
(141,156,164)
#A3AEB5
(163,174,181)
#B9C0C6
(185,192,198)
#CFD2D7
(207,210,215)
#E5E4E8
(229,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09303E; }

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

This text font color is #09303E.

Background Color

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

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

This div background color is #09303E.

Border color

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

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

This div border color is #09303E.

Opacity

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

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

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

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

This text has shadow with #09303E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09303E.

Preview

Color preview on black background

This text has color #09303E on black background.


Color preview on white background

This text has color #09303E on white background.


Black color preview on #09303E background

This text has black color on #09303E background.


White color preview on #09303E background

This text has white color on #09303E background.


Related colors

Complementary color

Complementary color for #hex is #F6CFC1.


I love getcolorcode.com

Triadic colors

1 #3E0930 and #303E09 with #09303E are triadic colors.

2 #3E3009 and #30093E with #09303E are triadic colors.