COLOR #1F3E5F

HEX: #1F3E5F RGB: (31,62,95)

Color info

#1F3E5F contains mainly green and blue colors. Web safe color of #1F3E5F is #333366 (or #336).

RGB color model

#1F3E5F color RGB value is (31,62,95).

RGB: (31,62,95) (12%, 24%, 37%)

RGB channels and saturation

R 31 of 255 = 12%
G 62 of 255 = 24%
B 95 of 255 = 37%

31
62
95

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

Portions of RGB colors in percentages

R + G + B = 31 + 62 + 95 = 188 (100%)
R 31 of 188 ~ 16.49%
G 62 of 188 ~ 32.98%
B 95 of 188 ~ 50.53'%

%16.49
%32.98
%50.53

CMYK color model

#1F3E5F color CMYK value is (67,35,0,63).

  • cyan value is 67.37%
  • magenta value is 34.74%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (67,35,0,63)
C67M35Y0K63 (67%, 35%, 0%, 63%)
(0.67 / 0.35 / 0.00 / 0.63)

CMYK percentages

%67.37
%34.74
%0
%62.75

Codes

Color #1F3E5F in popluar color models

1F 3E 5F
RGB 31 62 95
HSL 211° 50.79% 24.71%
HSB/HSV 211° 67.37% 37.25%
CMYK 67.37% 34.74% 0.00%
62.75%

Color #1F3E5F in popluar number systems.

HEX 1F 3E 5F
Decimal 31 62 95
Binary 11111 111110 1011111
Octal 37 76 137

Shades and tints

Shades of #1F3E5F

#1F3E5F
(31,62,95)
#1D3957
(29,57,87)
#1B344F
(27,52,79)
#192F47
(25,47,71)
#172A3F
(23,42,63)
#152537
(21,37,55)
#13202F
(19,32,47)
#111B27
(17,27,39)
#0F161F
(15,22,31)
#0D1117
(13,17,23)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #1F3E5F

#1F3E5F
(31,62,95)
#334F6D
(51,79,109)
#47607B
(71,96,123)
#5B7189
(91,113,137)
#6F8297
(111,130,151)
#8393A5
(131,147,165)
#97A4B3
(151,164,179)
#ABB5C1
(171,181,193)
#BFC6CF
(191,198,207)
#D3D7DD
(211,215,221)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F3E5F color. Also use rgb(31,62,95) instead hex code.

Text Font Color

.myTextColor { color: #1F3E5F; }

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

This text font color is #1F3E5F.

Background Color

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

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

This div background color is #1F3E5F.

Border color

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

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

This div border color is #1F3E5F.

Opacity

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

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

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

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

This text has shadow with #1F3E5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F3E5F.

Preview

Color preview on black background

This text has color #1F3E5F on black background.


Color preview on white background

This text has color #1F3E5F on white background.


Black color preview on #1F3E5F background

This text has black color on #1F3E5F background.


White color preview on #1F3E5F background

This text has white color on #1F3E5F background.


Related colors

Complementary color

Complementary color for #hex is #E0C1A0.


I love getcolorcode.com

Triadic colors

1 #5F1F3E and #3E5F1F with #1F3E5F are triadic colors.

2 #5F3E1F and #3E1F5F with #1F3E5F are triadic colors.