COLOR #1F150D

HEX: #1F150D
RGB: (31,21,13)

Color info

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

RGB color model

#1F150D color RGB value is (31,21,13).

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

RGB channels and saturation

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

31
21
13

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

Portions of RGB colors in percentages

R + G + B =
31 + 21 + 13 = 65 (100%)
R 31 of 65 ~ 47.69%
G 21 of 65 ~ 32.31%
B 13 of 65 ~ 20%

%47.69
%32.31
%20

CMYK color model

#1F150D color CMYK value is (0,32,58,88).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 58.06%
  • key color value is 87.84%
CMYK:
(0,32,58,88)
C0M32Y58K88 
(0%,32%,58%,88%)
(0.00/0.32/0.58/0.88)	

CMYK percentages

%0
%32.26
%58.06
%87.84

Codes

Color #1F150D in popluar color models

1F150D
RGB312113
HSL27°40.91%8.63%
HSB/HSV27°58.06%12.16%
CMYK0.00%32.26%58.06%
87.84%

Color #1F150D in popluar number systems.

HEX1F150D
Decimal312113
Binary11111101011101
Octal372515

Shades and tints

Shades of #1F150D

#1F150D
(31,21,13)
#1D140C
(29,20,12)
#1B130B
(27,19,11)
#19120A
(25,18,10)
#171109
(23,17,9)
#151008
(21,16,8)
#130F07
(19,15,7)
#110E06
(17,14,6)
#0F0D05
(15,13,5)
#0D0C04
(13,12,4)
#0B0B03
(11,11,3)
#000000
(0,0,0)

Tints of #1F150D

#1F150D
(31,21,13)
#332A23
(51,42,35)
#473F39
(71,63,57)
#5B544F
(91,84,79)
#6F6965
(111,105,101)
#837E7B
(131,126,123)
#979391
(151,147,145)
#ABA8A7
(171,168,167)
#BFBDBD
(191,189,189)
#D3D2D3
(211,210,211)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F150D; }

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

This text font color is #1F150D.


Background Color

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

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

This div background color is #1F150D.


Border color

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

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

This div border color is #1F150D.


Opacity

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

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

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

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

This text has shadow with #1F150D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F150D on black background.


Color preview on white background

This text has color #1F150D on white background.



Black color preview on #1F150D background

This text has black color on #1F150D background.


White color preview on #1F150D background

This text has white color on #1F150D background.