COLOR #1F5261

HEX: #1F5261 RGB: (31,82,97)

Color info

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

RGB color model

#1F5261 color RGB value is (31,82,97).

RGB: (31,82,97) (12%, 32%, 38%)

RGB channels and saturation

R 31 of 255 = 12%
G 82 of 255 = 32%
B 97 of 255 = 38%

31
82
97

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

Portions of RGB colors in percentages

R + G + B = 31 + 82 + 97 = 210 (100%)
R 31 of 210 ~ 14.76%
G 82 of 210 ~ 39.05%
B 97 of 210 ~ 46.19'%

%14.76
%39.05
%46.19

CMYK color model

#1F5261 color CMYK value is (68,15,0,62).

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

CMYK: (68,15,0,62)
C68M15Y0K62 (68%, 15%, 0%, 62%)
(0.68 / 0.15 / 0.00 / 0.62)

CMYK percentages

%68.04
%15.46
%0
%61.96

Codes

Color #1F5261 in popluar color models

1F 52 61
RGB 31 82 97
HSL 194° 51.56% 25.10%
HSB/HSV 194° 68.04% 38.04%
CMYK 68.04% 15.46% 0.00%
61.96%

Color #1F5261 in popluar number systems.

HEX 1F 52 61
Decimal 31 82 97
Binary 11111 1010010 1100001
Octal 37 122 141

Shades and tints

Shades of #1F5261

#1F5261
(31,82,97)
#1D4B59
(29,75,89)
#1B4451
(27,68,81)
#193D49
(25,61,73)
#173641
(23,54,65)
#152F39
(21,47,57)
#132831
(19,40,49)
#112129
(17,33,41)
#0F1A21
(15,26,33)
#0D1319
(13,19,25)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #1F5261

#1F5261
(31,82,97)
#33616F
(51,97,111)
#47707D
(71,112,125)
#5B7F8B
(91,127,139)
#6F8E99
(111,142,153)
#839DA7
(131,157,167)
#97ACB5
(151,172,181)
#ABBBC3
(171,187,195)
#BFCAD1
(191,202,209)
#D3D9DF
(211,217,223)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F5261; }

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

This text font color is #1F5261.

Background Color

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

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

This div background color is #1F5261.

Border color

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

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

This div border color is #1F5261.

Opacity

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

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

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

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

This text has shadow with #1F5261 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F5261.

Preview

Color preview on black background

This text has color #1F5261 on black background.


Color preview on white background

This text has color #1F5261 on white background.


Black color preview on #1F5261 background

This text has black color on #1F5261 background.


White color preview on #1F5261 background

This text has white color on #1F5261 background.


Related colors

Complementary color

Complementary color for #hex is #E0AD9E.


I love getcolorcode.com

Triadic colors

1 #611F52 and #52611F with #1F5261 are triadic colors.

2 #61521F and #521F61 with #1F5261 are triadic colors.