COLOR #1F140D

HEX: #1F140D
RGB: (31,20,13)

Color info

#1F140D contains red, green and blue colors in about the same proportion. Web safe color of #1F140D is #330000 (or #300).

RGB color model

#1F140D color RGB value is (31,20,13).

  • red value is 31;
  • green value is 20;
  • blue value is 13.
RGB: (31,20,13) (12%,8%,5%)

RGB channels and saturation

R 31 of 255 = 12%
G 20 of 255 = 8%
B 13 of 255 = 5%

31
20
13

R + G + B ~ 8%. #1F140D is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 20 + 13 = 64 (100%)
R 31 of 64 ~ 48.44%
G 20 of 64 ~ 31.25%
B 13 of 64 ~ 20.31%

%48.44
%31.25
%20.31

CMYK color model

#1F140D color CMYK value is (0,35,58,88).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 58.06%
  • key color value is 87.84%
CMYK: (0,35,58,88) C0M35Y58K88 (0%,35%,58%,88%) (0.00/0.35/0.58/0.88)

CMYK percentages

%0
%35.48
%58.06
%87.84

Codes

Color #1F140D in popluar color models

1F140D
RGB312013
HSL23°40.91%8.63%
HSB/HSV23°58.06%12.16%
CMYK0.00%35.48%58.06%
87.84%

Color #1F140D in popluar number systems.

HEX1F140D
Decimal312013
Binary11111101001101
Octal372415

Shades and tints

Shades of #1F140D

#1F140D
(31,20,13)
#1D130C
(29,19,12)
#1B120B
(27,18,11)
#19110A
(25,17,10)
#171009
(23,16,9)
#150F08
(21,15,8)
#130E07
(19,14,7)
#110D06
(17,13,6)
#0F0C05
(15,12,5)
#0D0B04
(13,11,4)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #1F140D

#1F140D
(31,20,13)
#332923
(51,41,35)
#473E39
(71,62,57)
#5B534F
(91,83,79)
#6F6865
(111,104,101)
#837D7B
(131,125,123)
#979291
(151,146,145)
#ABA7A7
(171,167,167)
#BFBCBD
(191,188,189)
#D3D1D3
(211,209,211)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F140D color. Also use rgb(31,20,13) instead hex code.

Text Font Color

.myTextColor { color: #1F140D; }

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

This text font color is #1F140D.


Background Color

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

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

This div background color is #1F140D.


Border color

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

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

This div border color is #1F140D.


Opacity

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

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

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

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

This text has shadow with #1F140D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #1F140D on black background.


Color preview on white background

This text has color #1F140D on white background.



Black color preview on #1F140D background

This text has black color on #1F140D background.


White color preview on #1F140D background

This text has white color on #1F140D background.