COLOR #1F364F

HEX: #1F364F
RGB: (31,54,79)

Color info

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

RGB color model

#1F364F color RGB value is (31,54,79).

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

RGB channels and saturation

R 31 of 255 = 12%
G 54 of 255 = 21%
B 79 of 255 = 31%

31
54
79

R + G + B ~ 21%. #1F364F is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 54 + 79 = 164 (100%)
R 31 of 164 ~ 18.9%
G 54 of 164 ~ 32.93%
B 79 of 164 ~ 48.17%

%18.9
%32.93
%48.17

CMYK color model

#1F364F color CMYK value is (61,32,0,69).

  • cyan value is 60.76%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(61,32,0,69)
C61M32Y0K69 
(61%,32%,0%,69%)
(0.61/0.32/0.00/0.69)	

CMYK percentages

%60.76
%31.65
%0
%69.02

Codes

Color #1F364F in popluar color models

1F364F
RGB315479
HSL211°43.64%21.57%
HSB/HSV211°60.76%30.98%
CMYK60.76%31.65%0.00%
69.02%

Color #1F364F in popluar number systems.

HEX1F364F
Decimal315479
Binary111111101101001111
Octal3766117

Shades and tints

Shades of #1F364F

#1F364F
(31,54,79)
#1D3248
(29,50,72)
#1B2E41
(27,46,65)
#192A3A
(25,42,58)
#172633
(23,38,51)
#15222C
(21,34,44)
#131E25
(19,30,37)
#111A1E
(17,26,30)
#0F1617
(15,22,23)
#0D1210
(13,18,16)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #1F364F

#1F364F
(31,54,79)
#33485F
(51,72,95)
#475A6F
(71,90,111)
#5B6C7F
(91,108,127)
#6F7E8F
(111,126,143)
#83909F
(131,144,159)
#97A2AF
(151,162,175)
#ABB4BF
(171,180,191)
#BFC6CF
(191,198,207)
#D3D8DF
(211,216,223)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F364F; }

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

This text font color is #1F364F.


Background Color

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

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

This div background color is #1F364F.


Border color

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

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

This div border color is #1F364F.


Opacity

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

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

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

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

This text has shadow with #1F364F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F364F on black background.


Color preview on white background

This text has color #1F364F on white background.



Black color preview on #1F364F background

This text has black color on #1F364F background.


White color preview on #1F364F background

This text has white color on #1F364F background.