COLOR #1F4357

HEX: #1F4357 RGB: (31,67,87)

Color info

#1F4357 contains red, green and blue colors in about the same proportion. Web safe color of #1F4357 is #333366 (or #336).

RGB color model

#1F4357 color RGB value is (31,67,87).

RGB: (31,67,87) (12%, 26%, 34%)

RGB channels and saturation

R 31 of 255 = 12%
G 67 of 255 = 26%
B 87 of 255 = 34%

31
67
87

R + G + B ~ 24%. #1F4357 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 67 + 87 = 185 (100%)
R 31 of 185 ~ 16.76%
G 67 of 185 ~ 36.22%
B 87 of 185 ~ 47.03'%

%16.76
%36.22
%47.03

CMYK color model

#1F4357 color CMYK value is (64,23,0,66).

  • cyan value is 64.37%
  • magenta value is 22.99%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (64,23,0,66)
C64M23Y0K66 (64%, 23%, 0%, 66%)
(0.64 / 0.23 / 0.00 / 0.66)

CMYK percentages

%64.37
%22.99
%0
%65.88

Codes

Color #1F4357 in popluar color models

1F 43 57
RGB 31 67 87
HSL 201° 47.46% 23.14%
HSB/HSV 201° 64.37% 34.12%
CMYK 64.37% 22.99% 0.00%
65.88%

Color #1F4357 in popluar number systems.

HEX 1F 43 57
Decimal 31 67 87
Binary 11111 1000011 1010111
Octal 37 103 127

Shades and tints

Shades of #1F4357

#1F4357
(31,67,87)
#1D3D50
(29,61,80)
#1B3749
(27,55,73)
#193142
(25,49,66)
#172B3B
(23,43,59)
#152534
(21,37,52)
#131F2D
(19,31,45)
#111926
(17,25,38)
#0F131F
(15,19,31)
#0D0D18
(13,13,24)
#0B0711
(11,7,17)
#000000
(0,0,0)

Tints of #1F4357

#1F4357
(31,67,87)
#335466
(51,84,102)
#476575
(71,101,117)
#5B7684
(91,118,132)
#6F8793
(111,135,147)
#8398A2
(131,152,162)
#97A9B1
(151,169,177)
#ABBAC0
(171,186,192)
#BFCBCF
(191,203,207)
#D3DCDE
(211,220,222)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F4357 color. Also use rgb(31,67,87) instead hex code.

Text Font Color

.myTextColor { color: #1F4357; }

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

This text font color is #1F4357.

Background Color

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

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

This div background color is #1F4357.

Border color

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

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

This div border color is #1F4357.

Opacity

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

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

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

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

This text has shadow with #1F4357 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F4357.

Preview

Color preview on black background

This text has color #1F4357 on black background.


Color preview on white background

This text has color #1F4357 on white background.


Black color preview on #1F4357 background

This text has black color on #1F4357 background.


White color preview on #1F4357 background

This text has white color on #1F4357 background.


Related colors

Complementary color

Complementary color for #hex is #E0BCA8.


I love getcolorcode.com

Triadic colors

1 #571F43 and #43571F with #1F4357 are triadic colors.

2 #57431F and #431F57 with #1F4357 are triadic colors.