COLOR #1F3447

HEX: #1F3447
RGB: (31,52,71)

Color info

#1F3447 contains red, green and blue colors in about the same proportion. Web safe color of #1F3447 is #333333 (or #333).

RGB color model

#1F3447 color RGB value is (31,52,71).

  • red value is 31;
  • green value is 52;
  • blue value is 71.
RGB:
(31,52,71)
(12%,20%,28%)

RGB channels and saturation

R 31 of 255 = 12%
G 52 of 255 = 20%
B 71 of 255 = 28%

31
52
71

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

Portions of RGB colors in percentages

R + G + B =
31 + 52 + 71 = 154 (100%)
R 31 of 154 ~ 20.13%
G 52 of 154 ~ 33.77%
B 71 of 154 ~ 46.1%

%20.13
%33.77
%46.1

CMYK color model

#1F3447 color CMYK value is (56,27,0,72).

  • cyan value is 56.34%
  • magenta value is 26.76%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(56,27,0,72)
C56M27Y0K72 
(56%,27%,0%,72%)
(0.56/0.27/0.00/0.72)	

CMYK percentages

%56.34
%26.76
%0
%72.16

Codes

Color #1F3447 in popluar color models

1F3447
RGB315271
HSL209°39.22%20.00%
HSB/HSV209°56.34%27.84%
CMYK56.34%26.76%0.00%
72.16%

Color #1F3447 in popluar number systems.

HEX1F3447
Decimal315271
Binary111111101001000111
Octal3764107

Shades and tints

Shades of #1F3447

#1F3447
(31,52,71)
#1D3041
(29,48,65)
#1B2C3B
(27,44,59)
#192835
(25,40,53)
#17242F
(23,36,47)
#152029
(21,32,41)
#131C23
(19,28,35)
#11181D
(17,24,29)
#0F1417
(15,20,23)
#0D1011
(13,16,17)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #1F3447

#1F3447
(31,52,71)
#334657
(51,70,87)
#475867
(71,88,103)
#5B6A77
(91,106,119)
#6F7C87
(111,124,135)
#838E97
(131,142,151)
#97A0A7
(151,160,167)
#ABB2B7
(171,178,183)
#BFC4C7
(191,196,199)
#D3D6D7
(211,214,215)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F3447 color. Also use rgb(31,52,71) instead hex code.

Text Font Color

.myTextColor { color: #1F3447; }

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

This text font color is #1F3447.


Background Color

.myBgColor { background-color: #1F3447; }

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

This div background color is #1F3447.


Border color

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

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

This div border color is #1F3447.


Opacity

.myOpacity80 { color: #1F3447; opacity: 0.8; }

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

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

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

This text has shadow with #1F3447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F3447 on black background.


Color preview on white background

This text has color #1F3447 on white background.



Black color preview on #1F3447 background

This text has black color on #1F3447 background.


White color preview on #1F3447 background

This text has white color on #1F3447 background.