COLOR #1F150F

HEX: #1F150F
RGB: (31,21,15)

Color info

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

RGB color model

#1F150F color RGB value is (31,21,15).

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

RGB channels and saturation

R 31 of 255 = 12%
G 21 of 255 = 8%
B 15 of 255 = 6%

31
21
15

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

Portions of RGB colors in percentages

R + G + B =
31 + 21 + 15 = 67 (100%)
R 31 of 67 ~ 46.27%
G 21 of 67 ~ 31.34%
B 15 of 67 ~ 22.39%

%46.27
%31.34
%22.39

CMYK color model

#1F150F color CMYK value is (0,32,52,88).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 51.61%
  • key color value is 87.84%
CMYK:
(0,32,52,88)
C0M32Y52K88 
(0%,32%,52%,88%)
(0.00/0.32/0.52/0.88)	

CMYK percentages

%0
%32.26
%51.61
%87.84

Codes

Color #1F150F in popluar color models

1F150F
RGB312115
HSL23°34.78%9.02%
HSB/HSV23°51.61%12.16%
CMYK0.00%32.26%51.61%
87.84%

Color #1F150F in popluar number systems.

HEX1F150F
Decimal312115
Binary11111101011111
Octal372517

Shades and tints

Shades of #1F150F

#1F150F
(31,21,15)
#1D140E
(29,20,14)
#1B130D
(27,19,13)
#19120C
(25,18,12)
#17110B
(23,17,11)
#15100A
(21,16,10)
#130F09
(19,15,9)
#110E08
(17,14,8)
#0F0D07
(15,13,7)
#0D0C06
(13,12,6)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #1F150F

#1F150F
(31,21,15)
#332A24
(51,42,36)
#473F39
(71,63,57)
#5B544E
(91,84,78)
#6F6963
(111,105,99)
#837E78
(131,126,120)
#97938D
(151,147,141)
#ABA8A2
(171,168,162)
#BFBDB7
(191,189,183)
#D3D2CC
(211,210,204)
#E7E7E1
(231,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F150F; }

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

This text font color is #1F150F.


Background Color

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

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

This div background color is #1F150F.


Border color

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

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

This div border color is #1F150F.


Opacity

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

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

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

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

This text has shadow with #1F150F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F150F on black background.


Color preview on white background

This text has color #1F150F on white background.



Black color preview on #1F150F background

This text has black color on #1F150F background.


White color preview on #1F150F background

This text has white color on #1F150F background.