COLOR #1F4944

HEX: #1F4944
RGB: (31,73,68)

Color info

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

RGB color model

#1F4944 color RGB value is (31,73,68).

  • red value is 31;
  • green value is 73;
  • blue value is 68.
RGB:
(31,73,68)
(12%,29%,27%)

RGB channels and saturation

R 31 of 255 = 12%
G 73 of 255 = 29%
B 68 of 255 = 27%

31
73
68

R + G + B ~ 23%. #1F4944 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 73 + 68 = 172 (100%)
R 31 of 172 ~ 18.02%
G 73 of 172 ~ 42.44%
B 68 of 172 ~ 39.53%

%18.02
%42.44
%39.53

CMYK color model

#1F4944 color CMYK value is (58,0,7,71).

  • cyan value is 57.53%
  • magenta value is 0.00%
  • yellow value is 6.85%
  • key color value is 71.37%
CMYK:
(58,0,7,71)
C58M0Y7K71 
(58%,0%,7%,71%)
(0.58/0.00/0.07/0.71)	

CMYK percentages

%57.53
%0
%6.85
%71.37

Codes

Color #1F4944 in popluar color models

1F4944
RGB317368
HSL173°40.38%20.39%
HSB/HSV173°57.53%28.63%
CMYK57.53%0.00%6.85%
71.37%

Color #1F4944 in popluar number systems.

HEX1F4944
Decimal317368
Binary1111110010011000100
Octal37111104

Shades and tints

Shades of #1F4944

#1F4944
(31,73,68)
#1D433E
(29,67,62)
#1B3D38
(27,61,56)
#193732
(25,55,50)
#17312C
(23,49,44)
#152B26
(21,43,38)
#132520
(19,37,32)
#111F1A
(17,31,26)
#0F1914
(15,25,20)
#0D130E
(13,19,14)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #1F4944

#1F4944
(31,73,68)
#335955
(51,89,85)
#476966
(71,105,102)
#5B7977
(91,121,119)
#6F8988
(111,137,136)
#839999
(131,153,153)
#97A9AA
(151,169,170)
#ABB9BB
(171,185,187)
#BFC9CC
(191,201,204)
#D3D9DD
(211,217,221)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F4944 color. Also use rgb(31,73,68) instead hex code.

Text Font Color

.myTextColor { color: #1F4944; }

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

This text font color is #1F4944.


Background Color

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

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

This div background color is #1F4944.


Border color

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

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

This div border color is #1F4944.


Opacity

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

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

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

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

This text has shadow with #1F4944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4944 on black background.


Color preview on white background

This text has color #1F4944 on white background.



Black color preview on #1F4944 background

This text has black color on #1F4944 background.


White color preview on #1F4944 background

This text has white color on #1F4944 background.