COLOR #033163

HEX: #033163
RGB: (3,49,99)

Color info

#033163 contains mainly green and blue colors. Web safe color of #033163 is #003366 (or #036).

RGB color model

#033163 color RGB value is (3,49,99).

  • red value is 3;
  • green value is 49;
  • blue value is 99.
RGB:
(3,49,99)
(1%,19%,39%)

RGB channels and saturation

R 3 of 255 = 1%
G 49 of 255 = 19%
B 99 of 255 = 39%

3
49
99

R + G + B ~ 20%. #033163 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 49 + 99 = 151 (100%)
R 3 of 151 ~ 1.99%
G 49 of 151 ~ 32.45%
B 99 of 151 ~ 65.56%

%32.45
%65.56

CMYK color model

#033163 color CMYK value is (97,51,0,61).

  • cyan value is 96.97%
  • magenta value is 50.51%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(97,51,0,61)
C97M51Y0K61 
(97%,51%,0%,61%)
(0.97/0.51/0.00/0.61)	

CMYK percentages

%96.97
%50.51
%0
%61.18

Codes

Color #033163 in popluar color models

033163
RGB34999
HSL211°94.12%20.00%
HSB/HSV211°96.97%38.82%
CMYK96.97%50.51%0.00%
61.18%

Color #033163 in popluar number systems.

HEX033163
Decimal34999
Binary111100011100011
Octal361143

Shades and tints

Shades of #033163

#033163
(3,49,99)
#032D5A
(3,45,90)
#032951
(3,41,81)
#032548
(3,37,72)
#03213F
(3,33,63)
#031D36
(3,29,54)
#03192D
(3,25,45)
#031524
(3,21,36)
#03111B
(3,17,27)
#030D12
(3,13,18)
#030909
(3,9,9)
#000000
(0,0,0)

Tints of #033163

#033163
(3,49,99)
#194371
(25,67,113)
#2F557F
(47,85,127)
#45678D
(69,103,141)
#5B799B
(91,121,155)
#718BA9
(113,139,169)
#879DB7
(135,157,183)
#9DAFC5
(157,175,197)
#B3C1D3
(179,193,211)
#C9D3E1
(201,211,225)
#DFE5EF
(223,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #033163 color. Also use rgb(3,49,99) instead hex code.

Text Font Color

.myTextColor { color: #033163; }

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

This text font color is #033163.


Background Color

.myBgColor { background-color: #033163; }

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

This div background color is #033163.


Border color

.myBorderColor { border: 1px solid #033163; }

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

This div border color is #033163.


Opacity

.myOpacity80 { color: #033163; opacity: 0.8; }

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

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

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

This text has shadow with #033163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #033163 on black background.


Color preview on white background

This text has color #033163 on white background.



Black color preview on #033163 background

This text has black color on #033163 background.


White color preview on #033163 background

This text has white color on #033163 background.