COLOR #1F5061

HEX: #1F5061 RGB: (31,80,97)

Color info

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

RGB color model

#1F5061 color RGB value is (31,80,97).

RGB: (31,80,97) (12%, 31%, 38%)

RGB channels and saturation

R 31 of 255 = 12%
G 80 of 255 = 31%
B 97 of 255 = 38%

31
80
97

R + G + B ~ 27%. #1F5061 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 80 + 97 = 208 (100%)
R 31 of 208 ~ 14.9%
G 80 of 208 ~ 38.46%
B 97 of 208 ~ 46.63'%

%14.9
%38.46
%46.63

CMYK color model

#1F5061 color CMYK value is (68,18,0,62).

  • cyan value is 68.04%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (68,18,0,62)
C68M18Y0K62 (68%, 18%, 0%, 62%)
(0.68 / 0.18 / 0.00 / 0.62)

CMYK percentages

%68.04
%17.53
%0
%61.96

Codes

Color #1F5061 in popluar color models

1F 50 61
RGB 31 80 97
HSL 195° 51.56% 25.10%
HSB/HSV 195° 68.04% 38.04%
CMYK 68.04% 17.53% 0.00%
61.96%

Color #1F5061 in popluar number systems.

HEX 1F 50 61
Decimal 31 80 97
Binary 11111 1010000 1100001
Octal 37 120 141

Shades and tints

Shades of #1F5061

#1F5061
(31,80,97)
#1D4959
(29,73,89)
#1B4251
(27,66,81)
#193B49
(25,59,73)
#173441
(23,52,65)
#152D39
(21,45,57)
#132631
(19,38,49)
#111F29
(17,31,41)
#0F1821
(15,24,33)
#0D1119
(13,17,25)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #1F5061

#1F5061
(31,80,97)
#335F6F
(51,95,111)
#476E7D
(71,110,125)
#5B7D8B
(91,125,139)
#6F8C99
(111,140,153)
#839BA7
(131,155,167)
#97AAB5
(151,170,181)
#ABB9C3
(171,185,195)
#BFC8D1
(191,200,209)
#D3D7DF
(211,215,223)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F5061 color. Also use rgb(31,80,97) instead hex code.

Text Font Color

.myTextColor { color: #1F5061; }

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

This text font color is #1F5061.

Background Color

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

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

This div background color is #1F5061.

Border color

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

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

This div border color is #1F5061.

Opacity

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

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

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

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

This text has shadow with #1F5061 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F5061.

Preview

Color preview on black background

This text has color #1F5061 on black background.


Color preview on white background

This text has color #1F5061 on white background.


Black color preview on #1F5061 background

This text has black color on #1F5061 background.


White color preview on #1F5061 background

This text has white color on #1F5061 background.


Related colors

Complementary color

Complementary color for #hex is #E0AF9E.


I love getcolorcode.com

Triadic colors

1 #611F50 and #50611F with #1F5061 are triadic colors.

2 #61501F and #501F61 with #1F5061 are triadic colors.