COLOR #1F577A

HEX: #1F577A
RGB: (31,87,122)

Color info

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

RGB color model

#1F577A color RGB value is (31,87,122).

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

RGB channels and saturation

R 31 of 255 = 12%
G 87 of 255 = 34%
B 122 of 255 = 48%

31
87
122

R + G + B ~ 31%. #1F577A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 87 + 122 = 240 (100%)
R 31 of 240 ~ 12.92%
G 87 of 240 ~ 36.25%
B 122 of 240 ~ 50.83%

%12.92
%36.25
%50.83

CMYK color model

#1F577A color CMYK value is (75,29,0,52).

  • cyan value is 74.59%
  • magenta value is 28.69%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(75,29,0,52)
C75M29Y0K52 
(75%,29%,0%,52%)
(0.75/0.29/0.00/0.52)	

CMYK percentages

%74.59
%28.69
%0
%52.16

Codes

Color #1F577A in popluar color models

1F577A
RGB3187122
HSL203°59.48%30.00%
HSB/HSV203°74.59%47.84%
CMYK74.59%28.69%0.00%
52.16%

Color #1F577A in popluar number systems.

HEX1F577A
Decimal3187122
Binary1111110101111111010
Octal37127172

Shades and tints

Shades of #1F577A

#1F577A
(31,87,122)
#1D506F
(29,80,111)
#1B4964
(27,73,100)
#194259
(25,66,89)
#173B4E
(23,59,78)
#153443
(21,52,67)
#132D38
(19,45,56)
#11262D
(17,38,45)
#0F1F22
(15,31,34)
#0D1817
(13,24,23)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #1F577A

#1F577A
(31,87,122)
#336686
(51,102,134)
#477592
(71,117,146)
#5B849E
(91,132,158)
#6F93AA
(111,147,170)
#83A2B6
(131,162,182)
#97B1C2
(151,177,194)
#ABC0CE
(171,192,206)
#BFCFDA
(191,207,218)
#D3DEE6
(211,222,230)
#E7EDF2
(231,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F577A; }

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

This text font color is #1F577A.


Background Color

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

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

This div background color is #1F577A.


Border color

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

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

This div border color is #1F577A.


Opacity

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

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

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

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

This text has shadow with #1F577A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F577A on black background.


Color preview on white background

This text has color #1F577A on white background.



Black color preview on #1F577A background

This text has black color on #1F577A background.


White color preview on #1F577A background

This text has white color on #1F577A background.