COLOR #03303E

HEX: #03303E
RGB: (3,48,62)

Color info

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

RGB color model

#03303E color RGB value is (3,48,62).

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

RGB channels and saturation

R 3 of 255 = 1%
G 48 of 255 = 19%
B 62 of 255 = 24%

3
48
62

R + G + B ~ 15%. #03303E is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 48 + 62 = 113 (100%)
R 3 of 113 ~ 2.65%
G 48 of 113 ~ 42.48%
B 62 of 113 ~ 54.87%

%42.48
%54.87

CMYK color model

#03303E color CMYK value is (95,23,0,76).

  • cyan value is 95.16%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(95,23,0,76)
C95M23Y0K76 
(95%,23%,0%,76%)
(0.95/0.23/0.00/0.76)	

CMYK percentages

%95.16
%22.58
%0
%75.69

Codes

Color #03303E in popluar color models

03303E
RGB34862
HSL194°90.77%12.75%
HSB/HSV194°95.16%24.31%
CMYK95.16%22.58%0.00%
75.69%

Color #03303E in popluar number systems.

HEX03303E
Decimal34862
Binary11110000111110
Octal36076

Shades and tints

Shades of #03303E

#03303E
(3,48,62)
#032C39
(3,44,57)
#032834
(3,40,52)
#03242F
(3,36,47)
#03202A
(3,32,42)
#031C25
(3,28,37)
#031820
(3,24,32)
#03141B
(3,20,27)
#031016
(3,16,22)
#030C11
(3,12,17)
#03080C
(3,8,12)
#000000
(0,0,0)

Tints of #03303E

#03303E
(3,48,62)
#19424F
(25,66,79)
#2F5460
(47,84,96)
#456671
(69,102,113)
#5B7882
(91,120,130)
#718A93
(113,138,147)
#879CA4
(135,156,164)
#9DAEB5
(157,174,181)
#B3C0C6
(179,192,198)
#C9D2D7
(201,210,215)
#DFE4E8
(223,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03303E; }

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

This text font color is #03303E.


Background Color

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

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

This div background color is #03303E.


Border color

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

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

This div border color is #03303E.


Opacity

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

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

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

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

This text has shadow with #03303E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03303E on black background.


Color preview on white background

This text has color #03303E on white background.



Black color preview on #03303E background

This text has black color on #03303E background.


White color preview on #03303E background

This text has white color on #03303E background.