COLOR #1F5C80

HEX: #1F5C80
RGB: (31,92,128)

Color info

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

RGB color model

#1F5C80 color RGB value is (31,92,128).

  • red value is 31;
  • green value is 92;
  • blue value is 128.
RGB:
(31,92,128)
(12%,36%,50%)

RGB channels and saturation

R 31 of 255 = 12%
G 92 of 255 = 36%
B 128 of 255 = 50%

31
92
128

R + G + B ~ 33%. #1F5C80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 92 + 128 = 251 (100%)
R 31 of 251 ~ 12.35%
G 92 of 251 ~ 36.65%
B 128 of 251 ~ 51%

%12.35
%36.65
%51

CMYK color model

#1F5C80 color CMYK value is (76,28,0,50).

  • cyan value is 75.78%
  • magenta value is 28.13%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(76,28,0,50)
C76M28Y0K50 
(76%,28%,0%,50%)
(0.76/0.28/0.00/0.50)	

CMYK percentages

%75.78
%28.13
%0
%49.8

Codes

Color #1F5C80 in popluar color models

1F5C80
RGB3192128
HSL202°61.01%31.18%
HSB/HSV202°75.78%50.20%
CMYK75.78%28.13%0.00%
49.80%

Color #1F5C80 in popluar number systems.

HEX1F5C80
Decimal3192128
Binary11111101110010000000
Octal37134200

Shades and tints

Shades of #1F5C80

#1F5C80
(31,92,128)
#1D5475
(29,84,117)
#1B4C6A
(27,76,106)
#19445F
(25,68,95)
#173C54
(23,60,84)
#153449
(21,52,73)
#132C3E
(19,44,62)
#112433
(17,36,51)
#0F1C28
(15,28,40)
#0D141D
(13,20,29)
#0B0C12
(11,12,18)
#000000
(0,0,0)

Tints of #1F5C80

#1F5C80
(31,92,128)
#336A8B
(51,106,139)
#477896
(71,120,150)
#5B86A1
(91,134,161)
#6F94AC
(111,148,172)
#83A2B7
(131,162,183)
#97B0C2
(151,176,194)
#ABBECD
(171,190,205)
#BFCCD8
(191,204,216)
#D3DAE3
(211,218,227)
#E7E8EE
(231,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F5C80 color. Also use rgb(31,92,128) instead hex code.

Text Font Color

.myTextColor { color: #1F5C80; }

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

This text font color is #1F5C80.


Background Color

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

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

This div background color is #1F5C80.


Border color

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

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

This div border color is #1F5C80.


Opacity

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

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

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

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

This text has shadow with #1F5C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5C80 on black background.


Color preview on white background

This text has color #1F5C80 on white background.



Black color preview on #1F5C80 background

This text has black color on #1F5C80 background.


White color preview on #1F5C80 background

This text has white color on #1F5C80 background.