COLOR #1F463C

HEX: #1F463C RGB: (31,70,60)

Color info

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

RGB color model

#1F463C color RGB value is (31,70,60).

RGB: (31,70,60) (12%, 27%, 24%)

RGB channels and saturation

R 31 of 255 = 12%
G 70 of 255 = 27%
B 60 of 255 = 24%

31
70
60

R + G + B ~ 21%. #1F463C is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 70 + 60 = 161 (100%)
R 31 of 161 ~ 19.25%
G 70 of 161 ~ 43.48%
B 60 of 161 ~ 37.27'%

%19.25
%43.48
%37.27

CMYK color model

#1F463C color CMYK value is (56,0,14,73).

  • cyan value is 55.71%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 72.55%

CMYK: (56,0,14,73)
C56M0Y14K73 (56%, 0%, 14%, 73%)
(0.56 / 0.00 / 0.14 / 0.73)

CMYK percentages

%55.71
%0
%14.29
%72.55

Codes

Color #1F463C in popluar color models

1F 46 3C
RGB 31 70 60
HSL 165° 38.61% 19.80%
HSB/HSV 165° 55.71% 27.45%
CMYK 55.71% 0.00% 14.29%
72.55%

Color #1F463C in popluar number systems.

HEX 1F 46 3C
Decimal 31 70 60
Binary 11111 1000110 111100
Octal 37 106 74

Shades and tints

Shades of #1F463C

#1F463C
(31,70,60)
#1D4037
(29,64,55)
#1B3A32
(27,58,50)
#19342D
(25,52,45)
#172E28
(23,46,40)
#152823
(21,40,35)
#13221E
(19,34,30)
#111C19
(17,28,25)
#0F1614
(15,22,20)
#0D100F
(13,16,15)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #1F463C

#1F463C
(31,70,60)
#33564D
(51,86,77)
#47665E
(71,102,94)
#5B766F
(91,118,111)
#6F8680
(111,134,128)
#839691
(131,150,145)
#97A6A2
(151,166,162)
#ABB6B3
(171,182,179)
#BFC6C4
(191,198,196)
#D3D6D5
(211,214,213)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F463C color. Also use rgb(31,70,60) instead hex code.

Text Font Color

.myTextColor { color: #1F463C; }

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

This text font color is #1F463C.

Background Color

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

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

This div background color is #1F463C.

Border color

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

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

This div border color is #1F463C.

Opacity

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

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

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

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

This text has shadow with #1F463C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F463C.

Preview

Color preview on black background

This text has color #1F463C on black background.


Color preview on white background

This text has color #1F463C on white background.


Black color preview on #1F463C background

This text has black color on #1F463C background.


White color preview on #1F463C background

This text has white color on #1F463C background.


Related colors

Complementary color

Complementary color for #hex is #E0B9C3.


I love getcolorcode.com

Triadic colors

1 #3C1F46 and #463C1F with #1F463C are triadic colors.

2 #3C461F and #461F3C with #1F463C are triadic colors.