COLOR #1F636C

HEX: #1F636C
RGB: (31,99,108)

Color info

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

RGB color model

#1F636C color RGB value is (31,99,108).

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

RGB channels and saturation

R 31 of 255 = 12%
G 99 of 255 = 39%
B 108 of 255 = 42%

31
99
108

R + G + B ~ 31%. #1F636C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 99 + 108 = 238 (100%)
R 31 of 238 ~ 13.03%
G 99 of 238 ~ 41.6%
B 108 of 238 ~ 45.38%

%13.03
%41.6
%45.38

CMYK color model

#1F636C color CMYK value is (71,8,0,58).

  • cyan value is 71.30%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(71,8,0,58)
C71M8Y0K58 
(71%,8%,0%,58%)
(0.71/0.08/0.00/0.58)	

CMYK percentages

%71.3
%8.33
%0
%57.65

Codes

Color #1F636C in popluar color models

1F636C
RGB3199108
HSL187°55.40%27.25%
HSB/HSV187°71.30%42.35%
CMYK71.30%8.33%0.00%
57.65%

Color #1F636C in popluar number systems.

HEX1F636C
Decimal3199108
Binary1111111000111101100
Octal37143154

Shades and tints

Shades of #1F636C

#1F636C
(31,99,108)
#1D5A63
(29,90,99)
#1B515A
(27,81,90)
#194851
(25,72,81)
#173F48
(23,63,72)
#15363F
(21,54,63)
#132D36
(19,45,54)
#11242D
(17,36,45)
#0F1B24
(15,27,36)
#0D121B
(13,18,27)
#0B0912
(11,9,18)
#000000
(0,0,0)

Tints of #1F636C

#1F636C
(31,99,108)
#337179
(51,113,121)
#477F86
(71,127,134)
#5B8D93
(91,141,147)
#6F9BA0
(111,155,160)
#83A9AD
(131,169,173)
#97B7BA
(151,183,186)
#ABC5C7
(171,197,199)
#BFD3D4
(191,211,212)
#D3E1E1
(211,225,225)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F636C; }

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

This text font color is #1F636C.


Background Color

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

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

This div background color is #1F636C.


Border color

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

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

This div border color is #1F636C.


Opacity

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

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

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

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

This text has shadow with #1F636C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F636C on black background.


Color preview on white background

This text has color #1F636C on white background.



Black color preview on #1F636C background

This text has black color on #1F636C background.


White color preview on #1F636C background

This text has white color on #1F636C background.