COLOR #03092E

HEX: #03092E
RGB: (3,9,46)

Color info

#03092E contains red, green and blue colors in about the same proportion. Web safe color of #03092E is #000033 (or #003).

RGB color model

#03092E color RGB value is (3,9,46).

  • red value is 3;
  • green value is 9;
  • blue value is 46.
RGB:
(3,9,46)
(1%,4%,18%)

RGB channels and saturation

R 3 of 255 = 1%
G 9 of 255 = 4%
B 46 of 255 = 18%

3
9
46

R + G + B ~ 8%. #03092E is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 9 + 46 = 58 (100%)
R 3 of 58 ~ 5.17%
G 9 of 58 ~ 15.52%
B 46 of 58 ~ 79.31%

%15.52
%79.31

CMYK color model

#03092E color CMYK value is (93,80,0,82).

  • cyan value is 93.48%
  • magenta value is 80.43%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(93,80,0,82)
C93M80Y0K82 
(93%,80%,0%,82%)
(0.93/0.80/0.00/0.82)	

CMYK percentages

%93.48
%80.43
%0
%81.96

Codes

Color #03092E in popluar color models

03092E
RGB3946
HSL232°87.76%9.61%
HSB/HSV232°93.48%18.04%
CMYK93.48%80.43%0.00%
81.96%

Color #03092E in popluar number systems.

HEX03092E
Decimal3946
Binary111001101110
Octal31156

Shades and tints

Shades of #03092E

#03092E
(3,9,46)
#03092A
(3,9,42)
#030926
(3,9,38)
#030922
(3,9,34)
#03091E
(3,9,30)
#03091A
(3,9,26)
#030916
(3,9,22)
#030912
(3,9,18)
#03090E
(3,9,14)
#03090A
(3,9,10)
#030906
(3,9,6)
#000000
(0,0,0)

Tints of #03092E

#03092E
(3,9,46)
#191F41
(25,31,65)
#2F3554
(47,53,84)
#454B67
(69,75,103)
#5B617A
(91,97,122)
#71778D
(113,119,141)
#878DA0
(135,141,160)
#9DA3B3
(157,163,179)
#B3B9C6
(179,185,198)
#C9CFD9
(201,207,217)
#DFE5EC
(223,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03092E color. Also use rgb(3,9,46) instead hex code.

Text Font Color

.myTextColor { color: #03092E; }

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

This text font color is #03092E.


Background Color

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

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

This div background color is #03092E.


Border color

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

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

This div border color is #03092E.


Opacity

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

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

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

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

This text has shadow with #03092E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03092E on black background.


Color preview on white background

This text has color #03092E on white background.



Black color preview on #03092E background

This text has black color on #03092E background.


White color preview on #03092E background

This text has white color on #03092E background.