COLOR #1F412E

HEX: #1F412E
RGB: (31,65,46)

Color info

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

RGB color model

#1F412E color RGB value is (31,65,46).

  • red value is 31;
  • green value is 65;
  • blue value is 46.
RGB:
(31,65,46)
(12%,25%,18%)

RGB channels and saturation

R 31 of 255 = 12%
G 65 of 255 = 25%
B 46 of 255 = 18%

31
65
46

R + G + B ~ 18%. #1F412E is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 65 + 46 = 142 (100%)
R 31 of 142 ~ 21.83%
G 65 of 142 ~ 45.77%
B 46 of 142 ~ 32.39%

%21.83
%45.77
%32.39

CMYK color model

#1F412E color CMYK value is (52,0,29,75).

  • cyan value is 52.31%
  • magenta value is 0.00%
  • yellow value is 29.23%
  • key color value is 74.51%
CMYK:
(52,0,29,75)
C52M0Y29K75 
(52%,0%,29%,75%)
(0.52/0.00/0.29/0.75)	

CMYK percentages

%52.31
%0
%29.23
%74.51

Codes

Color #1F412E in popluar color models

1F412E
RGB316546
HSL146°35.42%18.82%
HSB/HSV146°52.31%25.49%
CMYK52.31%0.00%29.23%
74.51%

Color #1F412E in popluar number systems.

HEX1F412E
Decimal316546
Binary111111000001101110
Octal3710156

Shades and tints

Shades of #1F412E

#1F412E
(31,65,46)
#1D3C2A
(29,60,42)
#1B3726
(27,55,38)
#193222
(25,50,34)
#172D1E
(23,45,30)
#15281A
(21,40,26)
#132316
(19,35,22)
#111E12
(17,30,18)
#0F190E
(15,25,14)
#0D140A
(13,20,10)
#0B0F06
(11,15,6)
#000000
(0,0,0)

Tints of #1F412E

#1F412E
(31,65,46)
#335241
(51,82,65)
#476354
(71,99,84)
#5B7467
(91,116,103)
#6F857A
(111,133,122)
#83968D
(131,150,141)
#97A7A0
(151,167,160)
#ABB8B3
(171,184,179)
#BFC9C6
(191,201,198)
#D3DAD9
(211,218,217)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F412E color. Also use rgb(31,65,46) instead hex code.

Text Font Color

.myTextColor { color: #1F412E; }

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

This text font color is #1F412E.


Background Color

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

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

This div background color is #1F412E.


Border color

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

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

This div border color is #1F412E.


Opacity

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

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

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

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

This text has shadow with #1F412E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F412E on black background.


Color preview on white background

This text has color #1F412E on white background.



Black color preview on #1F412E background

This text has black color on #1F412E background.


White color preview on #1F412E background

This text has white color on #1F412E background.