COLOR #1F465F

HEX: #1F465F RGB: (31,70,95)

Color info

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

RGB color model

#1F465F color RGB value is (31,70,95).

RGB: (31,70,95) (12%, 27%, 37%)

RGB channels and saturation

R 31 of 255 = 12%
G 70 of 255 = 27%
B 95 of 255 = 37%

31
70
95

R + G + B ~ 25%. #1F465F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 70 + 95 = 196 (100%)
R 31 of 196 ~ 15.82%
G 70 of 196 ~ 35.71%
B 95 of 196 ~ 48.47'%

%15.82
%35.71
%48.47

CMYK color model

#1F465F color CMYK value is (67,26,0,63).

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

CMYK: (67,26,0,63)
C67M26Y0K63 (67%, 26%, 0%, 63%)
(0.67 / 0.26 / 0.00 / 0.63)

CMYK percentages

%67.37
%26.32
%0
%62.75

Codes

Color #1F465F in popluar color models

1F 46 5F
RGB 31 70 95
HSL 203° 50.79% 24.71%
HSB/HSV 203° 67.37% 37.25%
CMYK 67.37% 26.32% 0.00%
62.75%

Color #1F465F in popluar number systems.

HEX 1F 46 5F
Decimal 31 70 95
Binary 11111 1000110 1011111
Octal 37 106 137

Shades and tints

Shades of #1F465F

#1F465F
(31,70,95)
#1D4057
(29,64,87)
#1B3A4F
(27,58,79)
#193447
(25,52,71)
#172E3F
(23,46,63)
#152837
(21,40,55)
#13222F
(19,34,47)
#111C27
(17,28,39)
#0F161F
(15,22,31)
#0D1017
(13,16,23)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #1F465F

#1F465F
(31,70,95)
#33566D
(51,86,109)
#47667B
(71,102,123)
#5B7689
(91,118,137)
#6F8697
(111,134,151)
#8396A5
(131,150,165)
#97A6B3
(151,166,179)
#ABB6C1
(171,182,193)
#BFC6CF
(191,198,207)
#D3D6DD
(211,214,221)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F465F; }

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

This text font color is #1F465F.

Background Color

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

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

This div background color is #1F465F.

Border color

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

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

This div border color is #1F465F.

Opacity

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

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

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

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

This text has shadow with #1F465F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F465F.

Preview

Color preview on black background

This text has color #1F465F on black background.


Color preview on white background

This text has color #1F465F on white background.


Black color preview on #1F465F background

This text has black color on #1F465F background.


White color preview on #1F465F background

This text has white color on #1F465F background.


Related colors

Complementary color

Complementary color for #hex is #E0B9A0.


I love getcolorcode.com

Triadic colors

1 #5F1F46 and #465F1F with #1F465F are triadic colors.

2 #5F461F and #461F5F with #1F465F are triadic colors.