COLOR #1F4743

HEX: #1F4743
RGB: (31,71,67)

Color info

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

RGB color model

#1F4743 color RGB value is (31,71,67).

  • red value is 31;
  • green value is 71;
  • blue value is 67.
RGB:
(31,71,67)
(12%,28%,26%)

RGB channels and saturation

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

31
71
67

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

Portions of RGB colors in percentages

R + G + B =
31 + 71 + 67 = 169 (100%)
R 31 of 169 ~ 18.34%
G 71 of 169 ~ 42.01%
B 67 of 169 ~ 39.64%

%18.34
%42.01
%39.64

CMYK color model

#1F4743 color CMYK value is (56,0,6,72).

  • cyan value is 56.34%
  • magenta value is 0.00%
  • yellow value is 5.63%
  • key color value is 72.16%
CMYK:
(56,0,6,72)
C56M0Y6K72 
(56%,0%,6%,72%)
(0.56/0.00/0.06/0.72)	

CMYK percentages

%56.34
%0
%5.63
%72.16

Codes

Color #1F4743 in popluar color models

1F4743
RGB317167
HSL174°39.22%20.00%
HSB/HSV174°56.34%27.84%
CMYK56.34%0.00%5.63%
72.16%

Color #1F4743 in popluar number systems.

HEX1F4743
Decimal317167
Binary1111110001111000011
Octal37107103

Shades and tints

Shades of #1F4743

#1F4743
(31,71,67)
#1D413D
(29,65,61)
#1B3B37
(27,59,55)
#193531
(25,53,49)
#172F2B
(23,47,43)
#152925
(21,41,37)
#13231F
(19,35,31)
#111D19
(17,29,25)
#0F1713
(15,23,19)
#0D110D
(13,17,13)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #1F4743

#1F4743
(31,71,67)
#335754
(51,87,84)
#476765
(71,103,101)
#5B7776
(91,119,118)
#6F8787
(111,135,135)
#839798
(131,151,152)
#97A7A9
(151,167,169)
#ABB7BA
(171,183,186)
#BFC7CB
(191,199,203)
#D3D7DC
(211,215,220)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F4743; }

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

This text font color is #1F4743.


Background Color

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

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

This div background color is #1F4743.


Border color

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

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

This div border color is #1F4743.


Opacity

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

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

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

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

This text has shadow with #1F4743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4743 on black background.


Color preview on white background

This text has color #1F4743 on white background.



Black color preview on #1F4743 background

This text has black color on #1F4743 background.


White color preview on #1F4743 background

This text has white color on #1F4743 background.