COLOR #1F4843

HEX: #1F4843 RGB: (31,72,67)

Color info

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

RGB color model

#1F4843 color RGB value is (31,72,67).

RGB: (31,72,67) (12%, 28%, 26%)

RGB channels and saturation

R 31 of 255 = 12%
G 72 of 255 = 28%
B 67 of 255 = 26%

31
72
67

R + G + B ~ 22%. #1F4843 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 72 + 67 = 170 (100%)
R 31 of 170 ~ 18.24%
G 72 of 170 ~ 42.35%
B 67 of 170 ~ 39.41'%

%18.24
%42.35
%39.41

CMYK color model

#1F4843 color CMYK value is (57,0,7,72).

  • cyan value is 56.94%
  • magenta value is 0.00%
  • yellow value is 6.94%
  • key color value is 71.76%

CMYK: (57,0,7,72)
C57M0Y7K72 (57%, 0%, 7%, 72%)
(0.57 / 0.00 / 0.07 / 0.72)

CMYK percentages

%56.94
%0
%6.94
%71.76

Codes

Color #1F4843 in popluar color models

1F 48 43
RGB 31 72 67
HSL 173° 39.81% 20.20%
HSB/HSV 173° 56.94% 28.24%
CMYK 56.94% 0.00% 6.94%
71.76%

Color #1F4843 in popluar number systems.

HEX 1F 48 43
Decimal 31 72 67
Binary 11111 1001000 1000011
Octal 37 110 103

Shades and tints

Shades of #1F4843

#1F4843
(31,72,67)
#1D423D
(29,66,61)
#1B3C37
(27,60,55)
#193631
(25,54,49)
#17302B
(23,48,43)
#152A25
(21,42,37)
#13241F
(19,36,31)
#111E19
(17,30,25)
#0F1813
(15,24,19)
#0D120D
(13,18,13)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #1F4843

#1F4843
(31,72,67)
#335854
(51,88,84)
#476865
(71,104,101)
#5B7876
(91,120,118)
#6F8887
(111,136,135)
#839898
(131,152,152)
#97A8A9
(151,168,169)
#ABB8BA
(171,184,186)
#BFC8CB
(191,200,203)
#D3D8DC
(211,216,220)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F4843; }

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

This text font color is #1F4843.

Background Color

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

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

This div background color is #1F4843.

Border color

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

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

This div border color is #1F4843.

Opacity

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

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

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

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

This text has shadow with #1F4843 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F4843.

Preview

Color preview on black background

This text has color #1F4843 on black background.


Color preview on white background

This text has color #1F4843 on white background.


Black color preview on #1F4843 background

This text has black color on #1F4843 background.


White color preview on #1F4843 background

This text has white color on #1F4843 background.


Related colors

Complementary color

Complementary color for #hex is #E0B7BC.


I love getcolorcode.com

Triadic colors

1 #431F48 and #48431F with #1F4843 are triadic colors.

2 #43481F and #481F43 with #1F4843 are triadic colors.