COLOR #1F4143

HEX: #1F4143 RGB: (31,65,67)

Color info

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

RGB color model

#1F4143 color RGB value is (31,65,67).

RGB: (31,65,67) (12%, 25%, 26%)

RGB channels and saturation

R 31 of 255 = 12%
G 65 of 255 = 25%
B 67 of 255 = 26%

31
65
67

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

Portions of RGB colors in percentages

R + G + B = 31 + 65 + 67 = 163 (100%)
R 31 of 163 ~ 19.02%
G 65 of 163 ~ 39.88%
B 67 of 163 ~ 41.1'%

%19.02
%39.88
%41.1

CMYK color model

#1F4143 color CMYK value is (54,3,0,74).

  • cyan value is 53.73%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (54,3,0,74)
C54M3Y0K74 (54%, 3%, 0%, 74%)
(0.54 / 0.03 / 0.00 / 0.74)

CMYK percentages

%53.73
%2.99
%0
%73.73

Codes

Color #1F4143 in popluar color models

1F 41 43
RGB 31 65 67
HSL 183° 36.73% 19.22%
HSB/HSV 183° 53.73% 26.27%
CMYK 53.73% 2.99% 0.00%
73.73%

Color #1F4143 in popluar number systems.

HEX 1F 41 43
Decimal 31 65 67
Binary 11111 1000001 1000011
Octal 37 101 103

Shades and tints

Shades of #1F4143

#1F4143
(31,65,67)
#1D3C3D
(29,60,61)
#1B3737
(27,55,55)
#193231
(25,50,49)
#172D2B
(23,45,43)
#152825
(21,40,37)
#13231F
(19,35,31)
#111E19
(17,30,25)
#0F1913
(15,25,19)
#0D140D
(13,20,13)
#0B0F07
(11,15,7)
#000000
(0,0,0)

Tints of #1F4143

#1F4143
(31,65,67)
#335254
(51,82,84)
#476365
(71,99,101)
#5B7476
(91,116,118)
#6F8587
(111,133,135)
#839698
(131,150,152)
#97A7A9
(151,167,169)
#ABB8BA
(171,184,186)
#BFC9CB
(191,201,203)
#D3DADC
(211,218,220)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F4143 color. Also use rgb(31,65,67) instead hex code.

Text Font Color

.myTextColor { color: #1F4143; }

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

This text font color is #1F4143.

Background Color

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

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

This div background color is #1F4143.

Border color

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

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

This div border color is #1F4143.

Opacity

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

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

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

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

This text has shadow with #1F4143 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F4143.

Preview

Color preview on black background

This text has color #1F4143 on black background.


Color preview on white background

This text has color #1F4143 on white background.


Black color preview on #1F4143 background

This text has black color on #1F4143 background.


White color preview on #1F4143 background

This text has white color on #1F4143 background.


Related colors

Complementary color

Complementary color for #hex is #E0BEBC.


I love getcolorcode.com

Triadic colors

1 #431F41 and #41431F with #1F4143 are triadic colors.

2 #43411F and #411F43 with #1F4143 are triadic colors.