COLOR #1F4F5D

HEX: #1F4F5D
RGB: (31,79,93)

Color info

#1F4F5D contains mainly green and blue colors. Web safe color of #1F4F5D is #336666 (or #366).

RGB color model

#1F4F5D color RGB value is (31,79,93).

  • red value is 31;
  • green value is 79;
  • blue value is 93.
RGB:
(31,79,93)
(12%,31%,36%)

RGB channels and saturation

R 31 of 255 = 12%
G 79 of 255 = 31%
B 93 of 255 = 36%

31
79
93

R + G + B ~ 26%. #1F4F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 79 + 93 = 203 (100%)
R 31 of 203 ~ 15.27%
G 79 of 203 ~ 38.92%
B 93 of 203 ~ 45.81%

%15.27
%38.92
%45.81

CMYK color model

#1F4F5D color CMYK value is (67,15,0,64).

  • cyan value is 66.67%
  • magenta value is 15.05%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(67,15,0,64)
C67M15Y0K64 
(67%,15%,0%,64%)
(0.67/0.15/0.00/0.64)	

CMYK percentages

%66.67
%15.05
%0
%63.53

Codes

Color #1F4F5D in popluar color models

1F4F5D
RGB317993
HSL194°50.00%24.31%
HSB/HSV194°66.67%36.47%
CMYK66.67%15.05%0.00%
63.53%

Color #1F4F5D in popluar number systems.

HEX1F4F5D
Decimal317993
Binary1111110011111011101
Octal37117135

Shades and tints

Shades of #1F4F5D

#1F4F5D
(31,79,93)
#1D4855
(29,72,85)
#1B414D
(27,65,77)
#193A45
(25,58,69)
#17333D
(23,51,61)
#152C35
(21,44,53)
#13252D
(19,37,45)
#111E25
(17,30,37)
#0F171D
(15,23,29)
#0D1015
(13,16,21)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #1F4F5D

#1F4F5D
(31,79,93)
#335F6B
(51,95,107)
#476F79
(71,111,121)
#5B7F87
(91,127,135)
#6F8F95
(111,143,149)
#839FA3
(131,159,163)
#97AFB1
(151,175,177)
#ABBFBF
(171,191,191)
#BFCFCD
(191,207,205)
#D3DFDB
(211,223,219)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F4F5D color. Also use rgb(31,79,93) instead hex code.

Text Font Color

.myTextColor { color: #1F4F5D; }

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

This text font color is #1F4F5D.


Background Color

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

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

This div background color is #1F4F5D.


Border color

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

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

This div border color is #1F4F5D.


Opacity

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

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

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

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

This text has shadow with #1F4F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4F5D on black background.


Color preview on white background

This text has color #1F4F5D on white background.



Black color preview on #1F4F5D background

This text has black color on #1F4F5D background.


White color preview on #1F4F5D background

This text has white color on #1F4F5D background.