COLOR #1F4249

HEX: #1F4249 RGB: (31,66,73)

Color info

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

RGB color model

#1F4249 color RGB value is (31,66,73).

RGB: (31,66,73) (12%, 26%, 29%)

RGB channels and saturation

R 31 of 255 = 12%
G 66 of 255 = 26%
B 73 of 255 = 29%

31
66
73

R + G + B ~ 22%. #1F4249 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 66 + 73 = 170 (100%)
R 31 of 170 ~ 18.24%
G 66 of 170 ~ 38.82%
B 73 of 170 ~ 42.94'%

%18.24
%38.82
%42.94

CMYK color model

#1F4249 color CMYK value is (58,10,0,71).

  • cyan value is 57.53%
  • magenta value is 9.59%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (58,10,0,71)
C58M10Y0K71 (58%, 10%, 0%, 71%)
(0.58 / 0.10 / 0.00 / 0.71)

CMYK percentages

%57.53
%9.59
%0
%71.37

Codes

Color #1F4249 in popluar color models

1F 42 49
RGB 31 66 73
HSL 190° 40.38% 20.39%
HSB/HSV 190° 57.53% 28.63%
CMYK 57.53% 9.59% 0.00%
71.37%

Color #1F4249 in popluar number systems.

HEX 1F 42 49
Decimal 31 66 73
Binary 11111 1000010 1001001
Octal 37 102 111

Shades and tints

Shades of #1F4249

#1F4249
(31,66,73)
#1D3C43
(29,60,67)
#1B363D
(27,54,61)
#193037
(25,48,55)
#172A31
(23,42,49)
#15242B
(21,36,43)
#131E25
(19,30,37)
#11181F
(17,24,31)
#0F1219
(15,18,25)
#0D0C13
(13,12,19)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #1F4249

#1F4249
(31,66,73)
#335359
(51,83,89)
#476469
(71,100,105)
#5B7579
(91,117,121)
#6F8689
(111,134,137)
#839799
(131,151,153)
#97A8A9
(151,168,169)
#ABB9B9
(171,185,185)
#BFCAC9
(191,202,201)
#D3DBD9
(211,219,217)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F4249 color. Also use rgb(31,66,73) instead hex code.

Text Font Color

.myTextColor { color: #1F4249; }

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

This text font color is #1F4249.

Background Color

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

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

This div background color is #1F4249.

Border color

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

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

This div border color is #1F4249.

Opacity

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

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

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

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

This text has shadow with #1F4249 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F4249.

Preview

Color preview on black background

This text has color #1F4249 on black background.


Color preview on white background

This text has color #1F4249 on white background.


Black color preview on #1F4249 background

This text has black color on #1F4249 background.


White color preview on #1F4249 background

This text has white color on #1F4249 background.


Related colors

Complementary color

Complementary color for #hex is #E0BDB6.


I love getcolorcode.com

Triadic colors

1 #491F42 and #42491F with #1F4249 are triadic colors.

2 #49421F and #421F49 with #1F4249 are triadic colors.