COLOR #1F180D

HEX: #1F180D
RGB: (31,24,13)

Color info

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

RGB color model

#1F180D color RGB value is (31,24,13).

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

RGB channels and saturation

R 31 of 255 = 12%
G 24 of 255 = 9%
B 13 of 255 = 5%

31
24
13

R + G + B ~ 9%. #1F180D is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 24 + 13 = 68 (100%)
R 31 of 68 ~ 45.59%
G 24 of 68 ~ 35.29%
B 13 of 68 ~ 19.12%

%45.59
%35.29
%19.12

CMYK color model

#1F180D color CMYK value is (0,23,58,88).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 58.06%
  • key color value is 87.84%
CMYK:
(0,23,58,88)
C0M23Y58K88 
(0%,23%,58%,88%)
(0.00/0.23/0.58/0.88)	

CMYK percentages

%0
%22.58
%58.06
%87.84

Codes

Color #1F180D in popluar color models

1F180D
RGB312413
HSL37°40.91%8.63%
HSB/HSV37°58.06%12.16%
CMYK0.00%22.58%58.06%
87.84%

Color #1F180D in popluar number systems.

HEX1F180D
Decimal312413
Binary11111110001101
Octal373015

Shades and tints

Shades of #1F180D

#1F180D
(31,24,13)
#1D160C
(29,22,12)
#1B140B
(27,20,11)
#19120A
(25,18,10)
#171009
(23,16,9)
#150E08
(21,14,8)
#130C07
(19,12,7)
#110A06
(17,10,6)
#0F0805
(15,8,5)
#0D0604
(13,6,4)
#0B0403
(11,4,3)
#000000
(0,0,0)

Tints of #1F180D

#1F180D
(31,24,13)
#332D23
(51,45,35)
#474239
(71,66,57)
#5B574F
(91,87,79)
#6F6C65
(111,108,101)
#83817B
(131,129,123)
#979691
(151,150,145)
#ABABA7
(171,171,167)
#BFC0BD
(191,192,189)
#D3D5D3
(211,213,211)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F180D; }

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

This text font color is #1F180D.


Background Color

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

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

This div background color is #1F180D.


Border color

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

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

This div border color is #1F180D.


Opacity

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

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

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

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

This text has shadow with #1F180D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F180D on black background.


Color preview on white background

This text has color #1F180D on white background.



Black color preview on #1F180D background

This text has black color on #1F180D background.


White color preview on #1F180D background

This text has white color on #1F180D background.