COLOR #1F3F46

HEX: #1F3F46
RGB: (31,63,70)

Color info

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

RGB color model

#1F3F46 color RGB value is (31,63,70).

  • red value is 31;
  • green value is 63;
  • blue value is 70.
RGB:
(31,63,70)
(12%,25%,27%)

RGB channels and saturation

R 31 of 255 = 12%
G 63 of 255 = 25%
B 70 of 255 = 27%

31
63
70

R + G + B ~ 21%. #1F3F46 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 63 + 70 = 164 (100%)
R 31 of 164 ~ 18.9%
G 63 of 164 ~ 38.41%
B 70 of 164 ~ 42.68%

%18.9
%38.41
%42.68

CMYK color model

#1F3F46 color CMYK value is (56,10,0,73).

  • cyan value is 55.71%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(56,10,0,73)
C56M10Y0K73 
(56%,10%,0%,73%)
(0.56/0.10/0.00/0.73)	

CMYK percentages

%55.71
%10
%0
%72.55

Codes

Color #1F3F46 in popluar color models

1F3F46
RGB316370
HSL191°38.61%19.80%
HSB/HSV191°55.71%27.45%
CMYK55.71%10.00%0.00%
72.55%

Color #1F3F46 in popluar number systems.

HEX1F3F46
Decimal316370
Binary111111111111000110
Octal3777106

Shades and tints

Shades of #1F3F46

#1F3F46
(31,63,70)
#1D3A40
(29,58,64)
#1B353A
(27,53,58)
#193034
(25,48,52)
#172B2E
(23,43,46)
#152628
(21,38,40)
#132122
(19,33,34)
#111C1C
(17,28,28)
#0F1716
(15,23,22)
#0D1210
(13,18,16)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #1F3F46

#1F3F46
(31,63,70)
#335056
(51,80,86)
#476166
(71,97,102)
#5B7276
(91,114,118)
#6F8386
(111,131,134)
#839496
(131,148,150)
#97A5A6
(151,165,166)
#ABB6B6
(171,182,182)
#BFC7C6
(191,199,198)
#D3D8D6
(211,216,214)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F3F46; }

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

This text font color is #1F3F46.


Background Color

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

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

This div background color is #1F3F46.


Border color

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

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

This div border color is #1F3F46.


Opacity

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

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

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

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

This text has shadow with #1F3F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F3F46 on black background.


Color preview on white background

This text has color #1F3F46 on white background.



Black color preview on #1F3F46 background

This text has black color on #1F3F46 background.


White color preview on #1F3F46 background

This text has white color on #1F3F46 background.