COLOR #1F5C7F

HEX: #1F5C7F
RGB: (31,92,127)

Color info

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

RGB color model

#1F5C7F color RGB value is (31,92,127).

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

RGB channels and saturation

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

31
92
127

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

Portions of RGB colors in percentages

R + G + B =
31 + 92 + 127 = 250 (100%)
R 31 of 250 ~ 12.4%
G 92 of 250 ~ 36.8%
B 127 of 250 ~ 50.8%

%12.4
%36.8
%50.8

CMYK color model

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

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

CMYK percentages

%75.59
%27.56
%0
%50.2

Codes

Color #1F5C7F in popluar color models

1F5C7F
RGB3192127
HSL202°60.76%30.98%
HSB/HSV202°75.59%49.80%
CMYK75.59%27.56%0.00%
50.20%

Color #1F5C7F in popluar number systems.

HEX1F5C7F
Decimal3192127
Binary1111110111001111111
Octal37134177

Shades and tints

Shades of #1F5C7F

#1F5C7F
(31,92,127)
#1D5474
(29,84,116)
#1B4C69
(27,76,105)
#19445E
(25,68,94)
#173C53
(23,60,83)
#153448
(21,52,72)
#132C3D
(19,44,61)
#112432
(17,36,50)
#0F1C27
(15,28,39)
#0D141C
(13,20,28)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #1F5C7F

#1F5C7F
(31,92,127)
#336A8A
(51,106,138)
#477895
(71,120,149)
#5B86A0
(91,134,160)
#6F94AB
(111,148,171)
#83A2B6
(131,162,182)
#97B0C1
(151,176,193)
#ABBECC
(171,190,204)
#BFCCD7
(191,204,215)
#D3DAE2
(211,218,226)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F5C7F; }

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

This text font color is #1F5C7F.


Background Color

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

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

This div background color is #1F5C7F.


Border color

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

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

This div border color is #1F5C7F.


Opacity

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

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

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

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

This text has shadow with #1F5C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5C7F on black background.


Color preview on white background

This text has color #1F5C7F on white background.



Black color preview on #1F5C7F background

This text has black color on #1F5C7F background.


White color preview on #1F5C7F background

This text has white color on #1F5C7F background.