COLOR #03161D

HEX: #03161D
RGB: (3,22,29)

Color info

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

RGB color model

#03161D color RGB value is (3,22,29).

  • red value is 3;
  • green value is 22;
  • blue value is 29.
RGB:
(3,22,29)
(1%,9%,11%)

RGB channels and saturation

R 3 of 255 = 1%
G 22 of 255 = 9%
B 29 of 255 = 11%

3
22
29

R + G + B ~ 7%. #03161D is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 22 + 29 = 54 (100%)
R 3 of 54 ~ 5.56%
G 22 of 54 ~ 40.74%
B 29 of 54 ~ 53.7%

%40.74
%53.7

CMYK color model

#03161D color CMYK value is (90,24,0,89).

  • cyan value is 89.66%
  • magenta value is 24.14%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(90,24,0,89)
C90M24Y0K89 
(90%,24%,0%,89%)
(0.90/0.24/0.00/0.89)	

CMYK percentages

%89.66
%24.14
%0
%88.63

Codes

Color #03161D in popluar color models

03161D
RGB32229
HSL196°81.25%6.27%
HSB/HSV196°89.66%11.37%
CMYK89.66%24.14%0.00%
88.63%

Color #03161D in popluar number systems.

HEX03161D
Decimal32229
Binary111011011101
Octal32635

Shades and tints

Shades of #03161D

#03161D
(3,22,29)
#03141B
(3,20,27)
#031219
(3,18,25)
#031017
(3,16,23)
#030E15
(3,14,21)
#030C13
(3,12,19)
#030A11
(3,10,17)
#03080F
(3,8,15)
#03060D
(3,6,13)
#03040B
(3,4,11)
#030209
(3,2,9)
#000000
(0,0,0)

Tints of #03161D

#03161D
(3,22,29)
#192B31
(25,43,49)
#2F4045
(47,64,69)
#455559
(69,85,89)
#5B6A6D
(91,106,109)
#717F81
(113,127,129)
#879495
(135,148,149)
#9DA9A9
(157,169,169)
#B3BEBD
(179,190,189)
#C9D3D1
(201,211,209)
#DFE8E5
(223,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03161D color. Also use rgb(3,22,29) instead hex code.

Text Font Color

.myTextColor { color: #03161D; }

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

This text font color is #03161D.


Background Color

.myBgColor { background-color: #03161D; }

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

This div background color is #03161D.


Border color

.myBorderColor { border: 1px solid #03161D; }

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

This div border color is #03161D.


Opacity

.myOpacity80 { color: #03161D; opacity: 0.8; }

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

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

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

This text has shadow with #03161D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03161D on black background.


Color preview on white background

This text has color #03161D on white background.



Black color preview on #03161D background

This text has black color on #03161D background.


White color preview on #03161D background

This text has white color on #03161D background.