COLOR #1F6364

HEX: #1F6364
RGB: (31,99,100)

Color info

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

RGB color model

#1F6364 color RGB value is (31,99,100).

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

RGB channels and saturation

R 31 of 255 = 12%
G 99 of 255 = 39%
B 100 of 255 = 39%

31
99
100

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

Portions of RGB colors in percentages

R + G + B =
31 + 99 + 100 = 230 (100%)
R 31 of 230 ~ 13.48%
G 99 of 230 ~ 43.04%
B 100 of 230 ~ 43.48%

%13.48
%43.04
%43.48

CMYK color model

#1F6364 color CMYK value is (69,1,0,61).

  • cyan value is 69.00%
  • magenta value is 1.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(69,1,0,61)
C69M1Y0K61 
(69%,1%,0%,61%)
(0.69/0.01/0.00/0.61)	

CMYK percentages

%69
%1
%0
%60.78

Codes

Color #1F6364 in popluar color models

1F6364
RGB3199100
HSL181°52.67%25.69%
HSB/HSV181°69.00%39.22%
CMYK69.00%1.00%0.00%
60.78%

Color #1F6364 in popluar number systems.

HEX1F6364
Decimal3199100
Binary1111111000111100100
Octal37143144

Shades and tints

Shades of #1F6364

#1F6364
(31,99,100)
#1D5A5B
(29,90,91)
#1B5152
(27,81,82)
#194849
(25,72,73)
#173F40
(23,63,64)
#153637
(21,54,55)
#132D2E
(19,45,46)
#112425
(17,36,37)
#0F1B1C
(15,27,28)
#0D1213
(13,18,19)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #1F6364

#1F6364
(31,99,100)
#337172
(51,113,114)
#477F80
(71,127,128)
#5B8D8E
(91,141,142)
#6F9B9C
(111,155,156)
#83A9AA
(131,169,170)
#97B7B8
(151,183,184)
#ABC5C6
(171,197,198)
#BFD3D4
(191,211,212)
#D3E1E2
(211,225,226)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F6364; }

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

This text font color is #1F6364.


Background Color

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

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

This div background color is #1F6364.


Border color

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

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

This div border color is #1F6364.


Opacity

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

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

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

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

This text has shadow with #1F6364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F6364 on black background.


Color preview on white background

This text has color #1F6364 on white background.



Black color preview on #1F6364 background

This text has black color on #1F6364 background.


White color preview on #1F6364 background

This text has white color on #1F6364 background.