COLOR #1F6F74

HEX: #1F6F74
RGB: (31,111,116)

Color info

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

RGB color model

#1F6F74 color RGB value is (31,111,116).

  • red value is 31;
  • green value is 111;
  • blue value is 116.
RGB:
(31,111,116)
(12%,44%,45%)

RGB channels and saturation

R 31 of 255 = 12%
G 111 of 255 = 44%
B 116 of 255 = 45%

31
111
116

R + G + B ~ 34%. #1F6F74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 111 + 116 = 258 (100%)
R 31 of 258 ~ 12.02%
G 111 of 258 ~ 43.02%
B 116 of 258 ~ 44.96%

%12.02
%43.02
%44.96

CMYK color model

#1F6F74 color CMYK value is (73,4,0,55).

  • cyan value is 73.28%
  • magenta value is 4.31%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(73,4,0,55)
C73M4Y0K55 
(73%,4%,0%,55%)
(0.73/0.04/0.00/0.55)	

CMYK percentages

%73.28
%4.31
%0
%54.51

Codes

Color #1F6F74 in popluar color models

1F6F74
RGB31111116
HSL184°57.82%28.82%
HSB/HSV184°73.28%45.49%
CMYK73.28%4.31%0.00%
54.51%

Color #1F6F74 in popluar number systems.

HEX1F6F74
Decimal31111116
Binary1111111011111110100
Octal37157164

Shades and tints

Shades of #1F6F74

#1F6F74
(31,111,116)
#1D656A
(29,101,106)
#1B5B60
(27,91,96)
#195156
(25,81,86)
#17474C
(23,71,76)
#153D42
(21,61,66)
#133338
(19,51,56)
#11292E
(17,41,46)
#0F1F24
(15,31,36)
#0D151A
(13,21,26)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #1F6F74

#1F6F74
(31,111,116)
#337C80
(51,124,128)
#47898C
(71,137,140)
#5B9698
(91,150,152)
#6FA3A4
(111,163,164)
#83B0B0
(131,176,176)
#97BDBC
(151,189,188)
#ABCAC8
(171,202,200)
#BFD7D4
(191,215,212)
#D3E4E0
(211,228,224)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F6F74 color. Also use rgb(31,111,116) instead hex code.

Text Font Color

.myTextColor { color: #1F6F74; }

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

This text font color is #1F6F74.


Background Color

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

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

This div background color is #1F6F74.


Border color

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

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

This div border color is #1F6F74.


Opacity

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

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

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

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

This text has shadow with #1F6F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F6F74 on black background.


Color preview on white background

This text has color #1F6F74 on white background.



Black color preview on #1F6F74 background

This text has black color on #1F6F74 background.


White color preview on #1F6F74 background

This text has white color on #1F6F74 background.