COLOR #1F6179

HEX: #1F6179
RGB: (31,97,121)

Color info

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

RGB color model

#1F6179 color RGB value is (31,97,121).

  • red value is 31;
  • green value is 97;
  • blue value is 121.
RGB:
(31,97,121)
(12%,38%,47%)

RGB channels and saturation

R 31 of 255 = 12%
G 97 of 255 = 38%
B 121 of 255 = 47%

31
97
121

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

Portions of RGB colors in percentages

R + G + B =
31 + 97 + 121 = 249 (100%)
R 31 of 249 ~ 12.45%
G 97 of 249 ~ 38.96%
B 121 of 249 ~ 48.59%

%12.45
%38.96
%48.59

CMYK color model

#1F6179 color CMYK value is (74,20,0,53).

  • cyan value is 74.38%
  • magenta value is 19.83%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(74,20,0,53)
C74M20Y0K53 
(74%,20%,0%,53%)
(0.74/0.20/0.00/0.53)	

CMYK percentages

%74.38
%19.83
%0
%52.55

Codes

Color #1F6179 in popluar color models

1F6179
RGB3197121
HSL196°59.21%29.80%
HSB/HSV196°74.38%47.45%
CMYK74.38%19.83%0.00%
52.55%

Color #1F6179 in popluar number systems.

HEX1F6179
Decimal3197121
Binary1111111000011111001
Octal37141171

Shades and tints

Shades of #1F6179

#1F6179
(31,97,121)
#1D596E
(29,89,110)
#1B5163
(27,81,99)
#194958
(25,73,88)
#17414D
(23,65,77)
#153942
(21,57,66)
#133137
(19,49,55)
#11292C
(17,41,44)
#0F2121
(15,33,33)
#0D1916
(13,25,22)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #1F6179

#1F6179
(31,97,121)
#336F85
(51,111,133)
#477D91
(71,125,145)
#5B8B9D
(91,139,157)
#6F99A9
(111,153,169)
#83A7B5
(131,167,181)
#97B5C1
(151,181,193)
#ABC3CD
(171,195,205)
#BFD1D9
(191,209,217)
#D3DFE5
(211,223,229)
#E7EDF1
(231,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F6179 color. Also use rgb(31,97,121) instead hex code.

Text Font Color

.myTextColor { color: #1F6179; }

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

This text font color is #1F6179.


Background Color

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

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

This div background color is #1F6179.


Border color

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

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

This div border color is #1F6179.


Opacity

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

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

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

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

This text has shadow with #1F6179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F6179 on black background.


Color preview on white background

This text has color #1F6179 on white background.



Black color preview on #1F6179 background

This text has black color on #1F6179 background.


White color preview on #1F6179 background

This text has white color on #1F6179 background.