COLOR #1F493D

HEX: #1F493D
RGB: (31,73,61)

Color info

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

RGB color model

#1F493D color RGB value is (31,73,61).

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

RGB channels and saturation

R 31 of 255 = 12%
G 73 of 255 = 29%
B 61 of 255 = 24%

31
73
61

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

Portions of RGB colors in percentages

R + G + B =
31 + 73 + 61 = 165 (100%)
R 31 of 165 ~ 18.79%
G 73 of 165 ~ 44.24%
B 61 of 165 ~ 36.97%

%18.79
%44.24
%36.97

CMYK color model

#1F493D color CMYK value is (58,0,16,71).

  • cyan value is 57.53%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 71.37%
CMYK:
(58,0,16,71)
C58M0Y16K71 
(58%,0%,16%,71%)
(0.58/0.00/0.16/0.71)	

CMYK percentages

%57.53
%0
%16.44
%71.37

Codes

Color #1F493D in popluar color models

1F493D
RGB317361
HSL163°40.38%20.39%
HSB/HSV163°57.53%28.63%
CMYK57.53%0.00%16.44%
71.37%

Color #1F493D in popluar number systems.

HEX1F493D
Decimal317361
Binary111111001001111101
Octal3711175

Shades and tints

Shades of #1F493D

#1F493D
(31,73,61)
#1D4338
(29,67,56)
#1B3D33
(27,61,51)
#19372E
(25,55,46)
#173129
(23,49,41)
#152B24
(21,43,36)
#13251F
(19,37,31)
#111F1A
(17,31,26)
#0F1915
(15,25,21)
#0D1310
(13,19,16)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #1F493D

#1F493D
(31,73,61)
#33594E
(51,89,78)
#47695F
(71,105,95)
#5B7970
(91,121,112)
#6F8981
(111,137,129)
#839992
(131,153,146)
#97A9A3
(151,169,163)
#ABB9B4
(171,185,180)
#BFC9C5
(191,201,197)
#D3D9D6
(211,217,214)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F493D; }

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

This text font color is #1F493D.


Background Color

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

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

This div background color is #1F493D.


Border color

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

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

This div border color is #1F493D.


Opacity

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

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

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

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

This text has shadow with #1F493D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F493D on black background.


Color preview on white background

This text has color #1F493D on white background.



Black color preview on #1F493D background

This text has black color on #1F493D background.


White color preview on #1F493D background

This text has white color on #1F493D background.