COLOR #1F3E58

HEX: #1F3E58
RGB: (31,62,88)

Color info

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

RGB color model

#1F3E58 color RGB value is (31,62,88).

  • red value is 31;
  • green value is 62;
  • blue value is 88.
RGB:
(31,62,88)
(12%,24%,35%)

RGB channels and saturation

R 31 of 255 = 12%
G 62 of 255 = 24%
B 88 of 255 = 35%

31
62
88

R + G + B ~ 24%. #1F3E58 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 62 + 88 = 181 (100%)
R 31 of 181 ~ 17.13%
G 62 of 181 ~ 34.25%
B 88 of 181 ~ 48.62%

%17.13
%34.25
%48.62

CMYK color model

#1F3E58 color CMYK value is (65,30,0,65).

  • cyan value is 64.77%
  • magenta value is 29.55%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(65,30,0,65)
C65M30Y0K65 
(65%,30%,0%,65%)
(0.65/0.30/0.00/0.65)	

CMYK percentages

%64.77
%29.55
%0
%65.49

Codes

Color #1F3E58 in popluar color models

1F3E58
RGB316288
HSL207°47.90%23.33%
HSB/HSV207°64.77%34.51%
CMYK64.77%29.55%0.00%
65.49%

Color #1F3E58 in popluar number systems.

HEX1F3E58
Decimal316288
Binary111111111101011000
Octal3776130

Shades and tints

Shades of #1F3E58

#1F3E58
(31,62,88)
#1D3950
(29,57,80)
#1B3448
(27,52,72)
#192F40
(25,47,64)
#172A38
(23,42,56)
#152530
(21,37,48)
#132028
(19,32,40)
#111B20
(17,27,32)
#0F1618
(15,22,24)
#0D1110
(13,17,16)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #1F3E58

#1F3E58
(31,62,88)
#334F67
(51,79,103)
#476076
(71,96,118)
#5B7185
(91,113,133)
#6F8294
(111,130,148)
#8393A3
(131,147,163)
#97A4B2
(151,164,178)
#ABB5C1
(171,181,193)
#BFC6D0
(191,198,208)
#D3D7DF
(211,215,223)
#E7E8EE
(231,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F3E58 color. Also use rgb(31,62,88) instead hex code.

Text Font Color

.myTextColor { color: #1F3E58; }

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

This text font color is #1F3E58.


Background Color

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

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

This div background color is #1F3E58.


Border color

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

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

This div border color is #1F3E58.


Opacity

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

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

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

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

This text has shadow with #1F3E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F3E58 on black background.


Color preview on white background

This text has color #1F3E58 on white background.



Black color preview on #1F3E58 background

This text has black color on #1F3E58 background.


White color preview on #1F3E58 background

This text has white color on #1F3E58 background.