COLOR #1F5D6A

HEX: #1F5D6A
RGB: (31,93,106)

Color info

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

RGB color model

#1F5D6A color RGB value is (31,93,106).

  • red value is 31;
  • green value is 93;
  • blue value is 106.
RGB:
(31,93,106)
(12%,36%,42%)

RGB channels and saturation

R 31 of 255 = 12%
G 93 of 255 = 36%
B 106 of 255 = 42%

31
93
106

R + G + B ~ 30%. #1F5D6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 93 + 106 = 230 (100%)
R 31 of 230 ~ 13.48%
G 93 of 230 ~ 40.43%
B 106 of 230 ~ 46.09%

%13.48
%40.43
%46.09

CMYK color model

#1F5D6A color CMYK value is (71,12,0,58).

  • cyan value is 70.75%
  • magenta value is 12.26%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(71,12,0,58)
C71M12Y0K58 
(71%,12%,0%,58%)
(0.71/0.12/0.00/0.58)	

CMYK percentages

%70.75
%12.26
%0
%58.43

Codes

Color #1F5D6A in popluar color models

1F5D6A
RGB3193106
HSL190°54.74%26.86%
HSB/HSV190°70.75%41.57%
CMYK70.75%12.26%0.00%
58.43%

Color #1F5D6A in popluar number systems.

HEX1F5D6A
Decimal3193106
Binary1111110111011101010
Octal37135152

Shades and tints

Shades of #1F5D6A

#1F5D6A
(31,93,106)
#1D5561
(29,85,97)
#1B4D58
(27,77,88)
#19454F
(25,69,79)
#173D46
(23,61,70)
#15353D
(21,53,61)
#132D34
(19,45,52)
#11252B
(17,37,43)
#0F1D22
(15,29,34)
#0D1519
(13,21,25)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #1F5D6A

#1F5D6A
(31,93,106)
#336B77
(51,107,119)
#477984
(71,121,132)
#5B8791
(91,135,145)
#6F959E
(111,149,158)
#83A3AB
(131,163,171)
#97B1B8
(151,177,184)
#ABBFC5
(171,191,197)
#BFCDD2
(191,205,210)
#D3DBDF
(211,219,223)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F5D6A color. Also use rgb(31,93,106) instead hex code.

Text Font Color

.myTextColor { color: #1F5D6A; }

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

This text font color is #1F5D6A.


Background Color

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

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

This div background color is #1F5D6A.


Border color

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

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

This div border color is #1F5D6A.


Opacity

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

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

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

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

This text has shadow with #1F5D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5D6A on black background.


Color preview on white background

This text has color #1F5D6A on white background.



Black color preview on #1F5D6A background

This text has black color on #1F5D6A background.


White color preview on #1F5D6A background

This text has white color on #1F5D6A background.