COLOR #1F5F6C

HEX: #1F5F6C RGB: (31,95,108)

Color info

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

RGB color model

#1F5F6C color RGB value is (31,95,108).

RGB: (31,95,108) (12%, 37%, 42%)

RGB channels and saturation

R 31 of 255 = 12%
G 95 of 255 = 37%
B 108 of 255 = 42%

31
95
108

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

Portions of RGB colors in percentages

R + G + B = 31 + 95 + 108 = 234 (100%)
R 31 of 234 ~ 13.25%
G 95 of 234 ~ 40.6%
B 108 of 234 ~ 46.15'%

%13.25
%40.6
%46.15

CMYK color model

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

  • cyan value is 71.30%
  • magenta value is 12.04%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (71,12,0,58)
C71M12Y0K58 (71%, 12%, 0%, 58%)
(0.71 / 0.12 / 0.00 / 0.58)

CMYK percentages

%71.3
%12.04
%0
%57.65

Codes

Color #1F5F6C in popluar color models

1F 5F 6C
RGB 31 95 108
HSL 190° 55.40% 27.25%
HSB/HSV 190° 71.30% 42.35%
CMYK 71.30% 12.04% 0.00%
57.65%

Color #1F5F6C in popluar number systems.

HEX 1F 5F 6C
Decimal 31 95 108
Binary 11111 1011111 1101100
Octal 37 137 154

Shades and tints

Shades of #1F5F6C

#1F5F6C
(31,95,108)
#1D5763
(29,87,99)
#1B4F5A
(27,79,90)
#194751
(25,71,81)
#173F48
(23,63,72)
#15373F
(21,55,63)
#132F36
(19,47,54)
#11272D
(17,39,45)
#0F1F24
(15,31,36)
#0D171B
(13,23,27)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #1F5F6C

#1F5F6C
(31,95,108)
#336D79
(51,109,121)
#477B86
(71,123,134)
#5B8993
(91,137,147)
#6F97A0
(111,151,160)
#83A5AD
(131,165,173)
#97B3BA
(151,179,186)
#ABC1C7
(171,193,199)
#BFCFD4
(191,207,212)
#D3DDE1
(211,221,225)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F5F6C color. Also use rgb(31,95,108) instead hex code.

Text Font Color

.myTextColor { color: #1F5F6C; }

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

This text font color is #1F5F6C.

Background Color

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

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

This div background color is #1F5F6C.

Border color

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

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

This div border color is #1F5F6C.

Opacity

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

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

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

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

This text has shadow with #1F5F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F5F6C.

Preview

Color preview on black background

This text has color #1F5F6C on black background.


Color preview on white background

This text has color #1F5F6C on white background.


Black color preview on #1F5F6C background

This text has black color on #1F5F6C background.


White color preview on #1F5F6C background

This text has white color on #1F5F6C background.


Related colors

Complementary color

Complementary color for #hex is #E0A093.


I love getcolorcode.com

Triadic colors

1 #6C1F5F and #5F6C1F with #1F5F6C are triadic colors.

2 #6C5F1F and #5F1F6C with #1F5F6C are triadic colors.