COLOR #1F5861

HEX: #1F5861
RGB: (31,88,97)

Color info

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

RGB color model

#1F5861 color RGB value is (31,88,97).

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

RGB channels and saturation

R 31 of 255 = 12%
G 88 of 255 = 35%
B 97 of 255 = 38%

31
88
97

R + G + B ~ 28%. #1F5861 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 88 + 97 = 216 (100%)
R 31 of 216 ~ 14.35%
G 88 of 216 ~ 40.74%
B 97 of 216 ~ 44.91%

%14.35
%40.74
%44.91

CMYK color model

#1F5861 color CMYK value is (68,9,0,62).

  • cyan value is 68.04%
  • magenta value is 9.28%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(68,9,0,62)
C68M9Y0K62 
(68%,9%,0%,62%)
(0.68/0.09/0.00/0.62)	

CMYK percentages

%68.04
%9.28
%0
%61.96

Codes

Color #1F5861 in popluar color models

1F5861
RGB318897
HSL188°51.56%25.10%
HSB/HSV188°68.04%38.04%
CMYK68.04%9.28%0.00%
61.96%

Color #1F5861 in popluar number systems.

HEX1F5861
Decimal318897
Binary1111110110001100001
Octal37130141

Shades and tints

Shades of #1F5861

#1F5861
(31,88,97)
#1D5059
(29,80,89)
#1B4851
(27,72,81)
#194049
(25,64,73)
#173841
(23,56,65)
#153039
(21,48,57)
#132831
(19,40,49)
#112029
(17,32,41)
#0F1821
(15,24,33)
#0D1019
(13,16,25)
#0B0811
(11,8,17)
#000000
(0,0,0)

Tints of #1F5861

#1F5861
(31,88,97)
#33676F
(51,103,111)
#47767D
(71,118,125)
#5B858B
(91,133,139)
#6F9499
(111,148,153)
#83A3A7
(131,163,167)
#97B2B5
(151,178,181)
#ABC1C3
(171,193,195)
#BFD0D1
(191,208,209)
#D3DFDF
(211,223,223)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F5861; }

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

This text font color is #1F5861.


Background Color

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

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

This div background color is #1F5861.


Border color

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

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

This div border color is #1F5861.


Opacity

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

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

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

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

This text has shadow with #1F5861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5861 on black background.


Color preview on white background

This text has color #1F5861 on white background.



Black color preview on #1F5861 background

This text has black color on #1F5861 background.


White color preview on #1F5861 background

This text has white color on #1F5861 background.