COLOR #1F5457

HEX: #1F5457
RGB: (31,84,87)

Color info

#1F5457 contains red, green and blue colors in about the same proportion. Web safe color of #1F5457 is #336666 (or #366).

RGB color model

#1F5457 color RGB value is (31,84,87).

  • red value is 31;
  • green value is 84;
  • blue value is 87.
RGB:
(31,84,87)
(12%,33%,34%)

RGB channels and saturation

R 31 of 255 = 12%
G 84 of 255 = 33%
B 87 of 255 = 34%

31
84
87

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

Portions of RGB colors in percentages

R + G + B =
31 + 84 + 87 = 202 (100%)
R 31 of 202 ~ 15.35%
G 84 of 202 ~ 41.58%
B 87 of 202 ~ 43.07%

%15.35
%41.58
%43.07

CMYK color model

#1F5457 color CMYK value is (64,3,0,66).

  • cyan value is 64.37%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(64,3,0,66)
C64M3Y0K66 
(64%,3%,0%,66%)
(0.64/0.03/0.00/0.66)	

CMYK percentages

%64.37
%3.45
%0
%65.88

Codes

Color #1F5457 in popluar color models

1F5457
RGB318487
HSL183°47.46%23.14%
HSB/HSV183°64.37%34.12%
CMYK64.37%3.45%0.00%
65.88%

Color #1F5457 in popluar number systems.

HEX1F5457
Decimal318487
Binary1111110101001010111
Octal37124127

Shades and tints

Shades of #1F5457

#1F5457
(31,84,87)
#1D4D50
(29,77,80)
#1B4649
(27,70,73)
#193F42
(25,63,66)
#17383B
(23,56,59)
#153134
(21,49,52)
#132A2D
(19,42,45)
#112326
(17,35,38)
#0F1C1F
(15,28,31)
#0D1518
(13,21,24)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #1F5457

#1F5457
(31,84,87)
#336366
(51,99,102)
#477275
(71,114,117)
#5B8184
(91,129,132)
#6F9093
(111,144,147)
#839FA2
(131,159,162)
#97AEB1
(151,174,177)
#ABBDC0
(171,189,192)
#BFCCCF
(191,204,207)
#D3DBDE
(211,219,222)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F5457 color. Also use rgb(31,84,87) instead hex code.

Text Font Color

.myTextColor { color: #1F5457; }

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

This text font color is #1F5457.


Background Color

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

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

This div background color is #1F5457.


Border color

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

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

This div border color is #1F5457.


Opacity

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

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

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

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

This text has shadow with #1F5457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5457 on black background.


Color preview on white background

This text has color #1F5457 on white background.



Black color preview on #1F5457 background

This text has black color on #1F5457 background.


White color preview on #1F5457 background

This text has white color on #1F5457 background.