COLOR #1F686C

HEX: #1F686C
RGB: (31,104,108)

Color info

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

RGB color model

#1F686C color RGB value is (31,104,108).

  • red value is 31;
  • green value is 104;
  • blue value is 108.
RGB:
(31,104,108)
(12%,41%,42%)

RGB channels and saturation

R 31 of 255 = 12%
G 104 of 255 = 41%
B 108 of 255 = 42%

31
104
108

R + G + B ~ 32%. #1F686C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 104 + 108 = 243 (100%)
R 31 of 243 ~ 12.76%
G 104 of 243 ~ 42.8%
B 108 of 243 ~ 44.44%

%12.76
%42.8
%44.44

CMYK color model

#1F686C color CMYK value is (71,4,0,58).

  • cyan value is 71.30%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(71,4,0,58)
C71M4Y0K58 
(71%,4%,0%,58%)
(0.71/0.04/0.00/0.58)	

CMYK percentages

%71.3
%3.7
%0
%57.65

Codes

Color #1F686C in popluar color models

1F686C
RGB31104108
HSL183°55.40%27.25%
HSB/HSV183°71.30%42.35%
CMYK71.30%3.70%0.00%
57.65%

Color #1F686C in popluar number systems.

HEX1F686C
Decimal31104108
Binary1111111010001101100
Octal37150154

Shades and tints

Shades of #1F686C

#1F686C
(31,104,108)
#1D5F63
(29,95,99)
#1B565A
(27,86,90)
#194D51
(25,77,81)
#174448
(23,68,72)
#153B3F
(21,59,63)
#133236
(19,50,54)
#11292D
(17,41,45)
#0F2024
(15,32,36)
#0D171B
(13,23,27)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #1F686C

#1F686C
(31,104,108)
#337579
(51,117,121)
#478286
(71,130,134)
#5B8F93
(91,143,147)
#6F9CA0
(111,156,160)
#83A9AD
(131,169,173)
#97B6BA
(151,182,186)
#ABC3C7
(171,195,199)
#BFD0D4
(191,208,212)
#D3DDE1
(211,221,225)
#E7EAEE
(231,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F686C; }

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

This text font color is #1F686C.


Background Color

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

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

This div background color is #1F686C.


Border color

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

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

This div border color is #1F686C.


Opacity

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

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

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

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

This text has shadow with #1F686C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F686C on black background.


Color preview on white background

This text has color #1F686C on white background.



Black color preview on #1F686C background

This text has black color on #1F686C background.


White color preview on #1F686C background

This text has white color on #1F686C background.