COLOR #1F494A

HEX: #1F494A RGB: (31,73,74)

Color info

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

RGB color model

#1F494A color RGB value is (31,73,74).

RGB: (31,73,74) (12%, 29%, 29%)

RGB channels and saturation

R 31 of 255 = 12%
G 73 of 255 = 29%
B 74 of 255 = 29%

31
73
74

R + G + B ~ 23%. #1F494A is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 73 + 74 = 178 (100%)
R 31 of 178 ~ 17.42%
G 73 of 178 ~ 41.01%
B 74 of 178 ~ 41.57'%

%17.42
%41.01
%41.57

CMYK color model

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

  • cyan value is 58.11%
  • magenta value is 1.35%
  • yellow value is 0.00%
  • key color value is 70.98%

CMYK: (58,1,0,71)
C58M1Y0K71 (58%, 1%, 0%, 71%)
(0.58 / 0.01 / 0.00 / 0.71)

CMYK percentages

%58.11
%1.35
%0
%70.98

Codes

Color #1F494A in popluar color models

1F 49 4A
RGB 31 73 74
HSL 181° 40.95% 20.59%
HSB/HSV 181° 58.11% 29.02%
CMYK 58.11% 1.35% 0.00%
70.98%

Color #1F494A in popluar number systems.

HEX 1F 49 4A
Decimal 31 73 74
Binary 11111 1001001 1001010
Octal 37 111 112

Shades and tints

Shades of #1F494A

#1F494A
(31,73,74)
#1D4344
(29,67,68)
#1B3D3E
(27,61,62)
#193738
(25,55,56)
#173132
(23,49,50)
#152B2C
(21,43,44)
#132526
(19,37,38)
#111F20
(17,31,32)
#0F191A
(15,25,26)
#0D1314
(13,19,20)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #1F494A

#1F494A
(31,73,74)
#33595A
(51,89,90)
#47696A
(71,105,106)
#5B797A
(91,121,122)
#6F898A
(111,137,138)
#83999A
(131,153,154)
#97A9AA
(151,169,170)
#ABB9BA
(171,185,186)
#BFC9CA
(191,201,202)
#D3D9DA
(211,217,218)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F494A; }

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

This text font color is #1F494A.

Background Color

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

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

This div background color is #1F494A.

Border color

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

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

This div border color is #1F494A.

Opacity

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

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

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

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

This text has shadow with #1F494A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F494A.

Preview

Color preview on black background

This text has color #1F494A on black background.


Color preview on white background

This text has color #1F494A on white background.


Black color preview on #1F494A background

This text has black color on #1F494A background.


White color preview on #1F494A background

This text has white color on #1F494A background.


Related colors

Complementary color

Complementary color for #hex is #E0B6B5.


I love getcolorcode.com

Triadic colors

1 #4A1F49 and #494A1F with #1F494A are triadic colors.

2 #4A491F and #491F4A with #1F494A are triadic colors.