COLOR #1F3940

HEX: #1F3940
RGB: (31,57,64)

Color info

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

RGB color model

#1F3940 color RGB value is (31,57,64).

  • red value is 31;
  • green value is 57;
  • blue value is 64.
RGB:
(31,57,64)
(12%,22%,25%)

RGB channels and saturation

R 31 of 255 = 12%
G 57 of 255 = 22%
B 64 of 255 = 25%

31
57
64

R + G + B ~ 20%. #1F3940 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 57 + 64 = 152 (100%)
R 31 of 152 ~ 20.39%
G 57 of 152 ~ 37.5%
B 64 of 152 ~ 42.11%

%20.39
%37.5
%42.11

CMYK color model

#1F3940 color CMYK value is (52,11,0,75).

  • cyan value is 51.56%
  • magenta value is 10.94%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(52,11,0,75)
C52M11Y0K75 
(52%,11%,0%,75%)
(0.52/0.11/0.00/0.75)	

CMYK percentages

%51.56
%10.94
%0
%74.9

Codes

Color #1F3940 in popluar color models

1F3940
RGB315764
HSL193°34.74%18.63%
HSB/HSV193°51.56%25.10%
CMYK51.56%10.94%0.00%
74.90%

Color #1F3940 in popluar number systems.

HEX1F3940
Decimal315764
Binary111111110011000000
Octal3771100

Shades and tints

Shades of #1F3940

#1F3940
(31,57,64)
#1D343B
(29,52,59)
#1B2F36
(27,47,54)
#192A31
(25,42,49)
#17252C
(23,37,44)
#152027
(21,32,39)
#131B22
(19,27,34)
#11161D
(17,22,29)
#0F1118
(15,17,24)
#0D0C13
(13,12,19)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #1F3940

#1F3940
(31,57,64)
#334B51
(51,75,81)
#475D62
(71,93,98)
#5B6F73
(91,111,115)
#6F8184
(111,129,132)
#839395
(131,147,149)
#97A5A6
(151,165,166)
#ABB7B7
(171,183,183)
#BFC9C8
(191,201,200)
#D3DBD9
(211,219,217)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F3940 color. Also use rgb(31,57,64) instead hex code.

Text Font Color

.myTextColor { color: #1F3940; }

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

This text font color is #1F3940.


Background Color

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

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

This div background color is #1F3940.


Border color

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

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

This div border color is #1F3940.


Opacity

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

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

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

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

This text has shadow with #1F3940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F3940 on black background.


Color preview on white background

This text has color #1F3940 on white background.



Black color preview on #1F3940 background

This text has black color on #1F3940 background.


White color preview on #1F3940 background

This text has white color on #1F3940 background.