COLOR #1F493F

HEX: #1F493F
RGB: (31,73,63)

Color info

#1F493F contains red, green and blue colors in about the same proportion. Web safe color of #1F493F is #333333 (or #333).

RGB color model

#1F493F color RGB value is (31,73,63).

  • red value is 31;
  • green value is 73;
  • blue value is 63.
RGB:
(31,73,63)
(12%,29%,25%)

RGB channels and saturation

R 31 of 255 = 12%
G 73 of 255 = 29%
B 63 of 255 = 25%

31
73
63

R + G + B ~ 22%. #1F493F is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 73 + 63 = 167 (100%)
R 31 of 167 ~ 18.56%
G 73 of 167 ~ 43.71%
B 63 of 167 ~ 37.72%

%18.56
%43.71
%37.72

CMYK color model

#1F493F color CMYK value is (58,0,14,71).

  • cyan value is 57.53%
  • magenta value is 0.00%
  • yellow value is 13.70%
  • key color value is 71.37%
CMYK:
(58,0,14,71)
C58M0Y14K71 
(58%,0%,14%,71%)
(0.58/0.00/0.14/0.71)	

CMYK percentages

%57.53
%0
%13.7
%71.37

Codes

Color #1F493F in popluar color models

1F493F
RGB317363
HSL166°40.38%20.39%
HSB/HSV166°57.53%28.63%
CMYK57.53%0.00%13.70%
71.37%

Color #1F493F in popluar number systems.

HEX1F493F
Decimal317363
Binary111111001001111111
Octal3711177

Shades and tints

Shades of #1F493F

#1F493F
(31,73,63)
#1D433A
(29,67,58)
#1B3D35
(27,61,53)
#193730
(25,55,48)
#17312B
(23,49,43)
#152B26
(21,43,38)
#132521
(19,37,33)
#111F1C
(17,31,28)
#0F1917
(15,25,23)
#0D1312
(13,19,18)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #1F493F

#1F493F
(31,73,63)
#335950
(51,89,80)
#476961
(71,105,97)
#5B7972
(91,121,114)
#6F8983
(111,137,131)
#839994
(131,153,148)
#97A9A5
(151,169,165)
#ABB9B6
(171,185,182)
#BFC9C7
(191,201,199)
#D3D9D8
(211,217,216)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F493F color. Also use rgb(31,73,63) instead hex code.

Text Font Color

.myTextColor { color: #1F493F; }

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

This text font color is #1F493F.


Background Color

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

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

This div background color is #1F493F.


Border color

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

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

This div border color is #1F493F.


Opacity

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

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

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

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

This text has shadow with #1F493F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F493F on black background.


Color preview on white background

This text has color #1F493F on white background.



Black color preview on #1F493F background

This text has black color on #1F493F background.


White color preview on #1F493F background

This text has white color on #1F493F background.