COLOR #1F3D51

HEX: #1F3D51
RGB: (31,61,81)

Color info

#1F3D51 contains red, green and blue colors in about the same proportion. Web safe color of #1F3D51 is #333366 (or #336).

RGB color model

#1F3D51 color RGB value is (31,61,81).

  • red value is 31;
  • green value is 61;
  • blue value is 81.
RGB:
(31,61,81)
(12%,24%,32%)

RGB channels and saturation

R 31 of 255 = 12%
G 61 of 255 = 24%
B 81 of 255 = 32%

31
61
81

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

Portions of RGB colors in percentages

R + G + B =
31 + 61 + 81 = 173 (100%)
R 31 of 173 ~ 17.92%
G 61 of 173 ~ 35.26%
B 81 of 173 ~ 46.82%

%17.92
%35.26
%46.82

CMYK color model

#1F3D51 color CMYK value is (62,25,0,68).

  • cyan value is 61.73%
  • magenta value is 24.69%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(62,25,0,68)
C62M25Y0K68 
(62%,25%,0%,68%)
(0.62/0.25/0.00/0.68)	

CMYK percentages

%61.73
%24.69
%0
%68.24

Codes

Color #1F3D51 in popluar color models

1F3D51
RGB316181
HSL204°44.64%21.96%
HSB/HSV204°61.73%31.76%
CMYK61.73%24.69%0.00%
68.24%

Color #1F3D51 in popluar number systems.

HEX1F3D51
Decimal316181
Binary111111111011010001
Octal3775121

Shades and tints

Shades of #1F3D51

#1F3D51
(31,61,81)
#1D384A
(29,56,74)
#1B3343
(27,51,67)
#192E3C
(25,46,60)
#172935
(23,41,53)
#15242E
(21,36,46)
#131F27
(19,31,39)
#111A20
(17,26,32)
#0F1519
(15,21,25)
#0D1012
(13,16,18)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #1F3D51

#1F3D51
(31,61,81)
#334E60
(51,78,96)
#475F6F
(71,95,111)
#5B707E
(91,112,126)
#6F818D
(111,129,141)
#83929C
(131,146,156)
#97A3AB
(151,163,171)
#ABB4BA
(171,180,186)
#BFC5C9
(191,197,201)
#D3D6D8
(211,214,216)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F3D51 color. Also use rgb(31,61,81) instead hex code.

Text Font Color

.myTextColor { color: #1F3D51; }

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

This text font color is #1F3D51.


Background Color

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

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

This div background color is #1F3D51.


Border color

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

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

This div border color is #1F3D51.


Opacity

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

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

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

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

This text has shadow with #1F3D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F3D51 on black background.


Color preview on white background

This text has color #1F3D51 on white background.



Black color preview on #1F3D51 background

This text has black color on #1F3D51 background.


White color preview on #1F3D51 background

This text has white color on #1F3D51 background.