COLOR #1F434A

HEX: #1F434A
RGB: (31,67,74)

Color info

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

RGB color model

#1F434A color RGB value is (31,67,74).

  • red value is 31;
  • green value is 67;
  • blue value is 74.
RGB:
(31,67,74)
(12%,26%,29%)

RGB channels and saturation

R 31 of 255 = 12%
G 67 of 255 = 26%
B 74 of 255 = 29%

31
67
74

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

Portions of RGB colors in percentages

R + G + B =
31 + 67 + 74 = 172 (100%)
R 31 of 172 ~ 18.02%
G 67 of 172 ~ 38.95%
B 74 of 172 ~ 43.02%

%18.02
%38.95
%43.02

CMYK color model

#1F434A color CMYK value is (58,9,0,71).

  • cyan value is 58.11%
  • magenta value is 9.46%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(58,9,0,71)
C58M9Y0K71 
(58%,9%,0%,71%)
(0.58/0.09/0.00/0.71)	

CMYK percentages

%58.11
%9.46
%0
%70.98

Codes

Color #1F434A in popluar color models

1F434A
RGB316774
HSL190°40.95%20.59%
HSB/HSV190°58.11%29.02%
CMYK58.11%9.46%0.00%
70.98%

Color #1F434A in popluar number systems.

HEX1F434A
Decimal316774
Binary1111110000111001010
Octal37103112

Shades and tints

Shades of #1F434A

#1F434A
(31,67,74)
#1D3D44
(29,61,68)
#1B373E
(27,55,62)
#193138
(25,49,56)
#172B32
(23,43,50)
#15252C
(21,37,44)
#131F26
(19,31,38)
#111920
(17,25,32)
#0F131A
(15,19,26)
#0D0D14
(13,13,20)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #1F434A

#1F434A
(31,67,74)
#33545A
(51,84,90)
#47656A
(71,101,106)
#5B767A
(91,118,122)
#6F878A
(111,135,138)
#83989A
(131,152,154)
#97A9AA
(151,169,170)
#ABBABA
(171,186,186)
#BFCBCA
(191,203,202)
#D3DCDA
(211,220,218)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F434A color. Also use rgb(31,67,74) instead hex code.

Text Font Color

.myTextColor { color: #1F434A; }

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

This text font color is #1F434A.


Background Color

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

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

This div background color is #1F434A.


Border color

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

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

This div border color is #1F434A.


Opacity

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

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

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

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

This text has shadow with #1F434A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F434A on black background.


Color preview on white background

This text has color #1F434A on white background.



Black color preview on #1F434A background

This text has black color on #1F434A background.


White color preview on #1F434A background

This text has white color on #1F434A background.