COLOR #03093E

HEX: #03093E
RGB: (3,9,62)

Color info

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

RGB color model

#03093E color RGB value is (3,9,62).

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

RGB channels and saturation

R 3 of 255 = 1%
G 9 of 255 = 4%
B 62 of 255 = 24%

3
9
62

R + G + B ~ 10%. #03093E is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 9 + 62 = 74 (100%)
R 3 of 74 ~ 4.05%
G 9 of 74 ~ 12.16%
B 62 of 74 ~ 83.78%

%12.16
%83.78

CMYK color model

#03093E color CMYK value is (95,85,0,76).

  • cyan value is 95.16%
  • magenta value is 85.48%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(95,85,0,76)
C95M85Y0K76 
(95%,85%,0%,76%)
(0.95/0.85/0.00/0.76)	

CMYK percentages

%95.16
%85.48
%0
%75.69

Codes

Color #03093E in popluar color models

03093E
RGB3962
HSL234°90.77%12.75%
HSB/HSV234°95.16%24.31%
CMYK95.16%85.48%0.00%
75.69%

Color #03093E in popluar number systems.

HEX03093E
Decimal3962
Binary111001111110
Octal31176

Shades and tints

Shades of #03093E

#03093E
(3,9,62)
#030939
(3,9,57)
#030934
(3,9,52)
#03092F
(3,9,47)
#03092A
(3,9,42)
#030925
(3,9,37)
#030920
(3,9,32)
#03091B
(3,9,27)
#030916
(3,9,22)
#030911
(3,9,17)
#03090C
(3,9,12)
#000000
(0,0,0)

Tints of #03093E

#03093E
(3,9,62)
#191F4F
(25,31,79)
#2F3560
(47,53,96)
#454B71
(69,75,113)
#5B6182
(91,97,130)
#717793
(113,119,147)
#878DA4
(135,141,164)
#9DA3B5
(157,163,181)
#B3B9C6
(179,185,198)
#C9CFD7
(201,207,215)
#DFE5E8
(223,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03093E; }

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

This text font color is #03093E.


Background Color

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

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

This div background color is #03093E.


Border color

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

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

This div border color is #03093E.


Opacity

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

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

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

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

This text has shadow with #03093E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03093E on black background.


Color preview on white background

This text has color #03093E on white background.



Black color preview on #03093E background

This text has black color on #03093E background.


White color preview on #03093E background

This text has white color on #03093E background.