COLOR #1F1007

HEX: #1F1007
RGB: (31,16,7)

Color info

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

RGB color model

#1F1007 color RGB value is (31,16,7).

  • red value is 31;
  • green value is 16;
  • blue value is 7.
RGB:
(31,16,7)
(12%,6%,3%)

RGB channels and saturation

R 31 of 255 = 12%
G 16 of 255 = 6%
B 7 of 255 = 3%

31
16
7

R + G + B ~ 7%. #1F1007 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 16 + 7 = 54 (100%)
R 31 of 54 ~ 57.41%
G 16 of 54 ~ 29.63%
B 7 of 54 ~ 12.96%

%57.41
%29.63
%12.96

CMYK color model

#1F1007 color CMYK value is (0,48,77,88).

  • cyan value is 0.00%
  • magenta value is 48.39%
  • yellow value is 77.42%
  • key color value is 87.84%
CMYK:
(0,48,77,88)
C0M48Y77K88 
(0%,48%,77%,88%)
(0.00/0.48/0.77/0.88)	

CMYK percentages

%0
%48.39
%77.42
%87.84

Codes

Color #1F1007 in popluar color models

1F1007
RGB31167
HSL23°63.16%7.45%
HSB/HSV23°77.42%12.16%
CMYK0.00%48.39%77.42%
87.84%

Color #1F1007 in popluar number systems.

HEX1F1007
Decimal31167
Binary1111110000111
Octal37207

Shades and tints

Shades of #1F1007

#1F1007
(31,16,7)
#1D0F07
(29,15,7)
#1B0E07
(27,14,7)
#190D07
(25,13,7)
#170C07
(23,12,7)
#150B07
(21,11,7)
#130A07
(19,10,7)
#110907
(17,9,7)
#0F0807
(15,8,7)
#0D0707
(13,7,7)
#0B0607
(11,6,7)
#000000
(0,0,0)

Tints of #1F1007

#1F1007
(31,16,7)
#33251D
(51,37,29)
#473A33
(71,58,51)
#5B4F49
(91,79,73)
#6F645F
(111,100,95)
#837975
(131,121,117)
#978E8B
(151,142,139)
#ABA3A1
(171,163,161)
#BFB8B7
(191,184,183)
#D3CDCD
(211,205,205)
#E7E2E3
(231,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F1007 color. Also use rgb(31,16,7) instead hex code.

Text Font Color

.myTextColor { color: #1F1007; }

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

This text font color is #1F1007.


Background Color

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

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

This div background color is #1F1007.


Border color

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

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

This div border color is #1F1007.


Opacity

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

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

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

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

This text has shadow with #1F1007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F1007 on black background.


Color preview on white background

This text has color #1F1007 on white background.



Black color preview on #1F1007 background

This text has black color on #1F1007 background.


White color preview on #1F1007 background

This text has white color on #1F1007 background.