COLOR #1F5449

HEX: #1F5449
RGB: (31,84,73)

Color info

#1F5449 contains red, green and blue colors in about the same proportion. Web safe color of #1F5449 is #336633 (or #363).

RGB color model

#1F5449 color RGB value is (31,84,73).

  • red value is 31;
  • green value is 84;
  • blue value is 73.
RGB:
(31,84,73)
(12%,33%,29%)

RGB channels and saturation

R 31 of 255 = 12%
G 84 of 255 = 33%
B 73 of 255 = 29%

31
84
73

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

Portions of RGB colors in percentages

R + G + B =
31 + 84 + 73 = 188 (100%)
R 31 of 188 ~ 16.49%
G 84 of 188 ~ 44.68%
B 73 of 188 ~ 38.83%

%16.49
%44.68
%38.83

CMYK color model

#1F5449 color CMYK value is (63,0,13,67).

  • cyan value is 63.10%
  • magenta value is 0.00%
  • yellow value is 13.10%
  • key color value is 67.06%
CMYK:
(63,0,13,67)
C63M0Y13K67 
(63%,0%,13%,67%)
(0.63/0.00/0.13/0.67)	

CMYK percentages

%63.1
%0
%13.1
%67.06

Codes

Color #1F5449 in popluar color models

1F5449
RGB318473
HSL168°46.09%22.55%
HSB/HSV168°63.10%32.94%
CMYK63.10%0.00%13.10%
67.06%

Color #1F5449 in popluar number systems.

HEX1F5449
Decimal318473
Binary1111110101001001001
Octal37124111

Shades and tints

Shades of #1F5449

#1F5449
(31,84,73)
#1D4D43
(29,77,67)
#1B463D
(27,70,61)
#193F37
(25,63,55)
#173831
(23,56,49)
#15312B
(21,49,43)
#132A25
(19,42,37)
#11231F
(17,35,31)
#0F1C19
(15,28,25)
#0D1513
(13,21,19)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #1F5449

#1F5449
(31,84,73)
#336359
(51,99,89)
#477269
(71,114,105)
#5B8179
(91,129,121)
#6F9089
(111,144,137)
#839F99
(131,159,153)
#97AEA9
(151,174,169)
#ABBDB9
(171,189,185)
#BFCCC9
(191,204,201)
#D3DBD9
(211,219,217)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F5449; }

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

This text font color is #1F5449.


Background Color

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

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

This div background color is #1F5449.


Border color

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

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

This div border color is #1F5449.


Opacity

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

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

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

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

This text has shadow with #1F5449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5449 on black background.


Color preview on white background

This text has color #1F5449 on white background.



Black color preview on #1F5449 background

This text has black color on #1F5449 background.


White color preview on #1F5449 background

This text has white color on #1F5449 background.