COLOR #031447

HEX: #031447
RGB: (3,20,71)

Color info

#031447 contains mainly green and blue colors. Web safe color of #031447 is #000033 (or #003).

RGB color model

#031447 color RGB value is (3,20,71).

  • red value is 3;
  • green value is 20;
  • blue value is 71.
RGB:
(3,20,71)
(1%,8%,28%)

RGB channels and saturation

R 3 of 255 = 1%
G 20 of 255 = 8%
B 71 of 255 = 28%

3
20
71

R + G + B ~ 12%. #031447 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 20 + 71 = 94 (100%)
R 3 of 94 ~ 3.19%
G 20 of 94 ~ 21.28%
B 71 of 94 ~ 75.53%

%21.28
%75.53

CMYK color model

#031447 color CMYK value is (96,72,0,72).

  • cyan value is 95.77%
  • magenta value is 71.83%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(96,72,0,72)
C96M72Y0K72 
(96%,72%,0%,72%)
(0.96/0.72/0.00/0.72)	

CMYK percentages

%95.77
%71.83
%0
%72.16

Codes

Color #031447 in popluar color models

031447
RGB32071
HSL225°91.89%14.51%
HSB/HSV225°95.77%27.84%
CMYK95.77%71.83%0.00%
72.16%

Color #031447 in popluar number systems.

HEX031447
Decimal32071
Binary11101001000111
Octal324107

Shades and tints

Shades of #031447

#031447
(3,20,71)
#031341
(3,19,65)
#03123B
(3,18,59)
#031135
(3,17,53)
#03102F
(3,16,47)
#030F29
(3,15,41)
#030E23
(3,14,35)
#030D1D
(3,13,29)
#030C17
(3,12,23)
#030B11
(3,11,17)
#030A0B
(3,10,11)
#000000
(0,0,0)

Tints of #031447

#031447
(3,20,71)
#192957
(25,41,87)
#2F3E67
(47,62,103)
#455377
(69,83,119)
#5B6887
(91,104,135)
#717D97
(113,125,151)
#8792A7
(135,146,167)
#9DA7B7
(157,167,183)
#B3BCC7
(179,188,199)
#C9D1D7
(201,209,215)
#DFE6E7
(223,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #031447 color. Also use rgb(3,20,71) instead hex code.

Text Font Color

.myTextColor { color: #031447; }

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

This text font color is #031447.


Background Color

.myBgColor { background-color: #031447; }

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

This div background color is #031447.


Border color

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

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

This div border color is #031447.


Opacity

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

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

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

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

This text has shadow with #031447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #031447 on black background.


Color preview on white background

This text has color #031447 on white background.



Black color preview on #031447 background

This text has black color on #031447 background.


White color preview on #031447 background

This text has white color on #031447 background.