COLOR #1F0612

HEX: #1F0612
RGB: (31,6,18)

Color info

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

RGB color model

#1F0612 color RGB value is (31,6,18).

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

RGB channels and saturation

R 31 of 255 = 12%
G 6 of 255 = 2%
B 18 of 255 = 7%

31
6
18

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

Portions of RGB colors in percentages

R + G + B =
31 + 6 + 18 = 55 (100%)
R 31 of 55 ~ 56.36%
G 6 of 55 ~ 10.91%
B 18 of 55 ~ 32.73%

%56.36
%10.91
%32.73

CMYK color model

#1F0612 color CMYK value is (0,81,42,88).

  • cyan value is 0.00%
  • magenta value is 80.65%
  • yellow value is 41.94%
  • key color value is 87.84%
CMYK:
(0,81,42,88)
C0M81Y42K88 
(0%,81%,42%,88%)
(0.00/0.81/0.42/0.88)	

CMYK percentages

%0
%80.65
%41.94
%87.84

Codes

Color #1F0612 in popluar color models

1F0612
RGB31618
HSL331°67.57%7.25%
HSB/HSV331°80.65%12.16%
CMYK0.00%80.65%41.94%
87.84%

Color #1F0612 in popluar number systems.

HEX1F0612
Decimal31618
Binary1111111010010
Octal37622

Shades and tints

Shades of #1F0612

#1F0612
(31,6,18)
#1D0611
(29,6,17)
#1B0610
(27,6,16)
#19060F
(25,6,15)
#17060E
(23,6,14)
#15060D
(21,6,13)
#13060C
(19,6,12)
#11060B
(17,6,11)
#0F060A
(15,6,10)
#0D0609
(13,6,9)
#0B0608
(11,6,8)
#000000
(0,0,0)

Tints of #1F0612

#1F0612
(31,6,18)
#331C27
(51,28,39)
#47323C
(71,50,60)
#5B4851
(91,72,81)
#6F5E66
(111,94,102)
#83747B
(131,116,123)
#978A90
(151,138,144)
#ABA0A5
(171,160,165)
#BFB6BA
(191,182,186)
#D3CCCF
(211,204,207)
#E7E2E4
(231,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F0612 color. Also use rgb(31,6,18) instead hex code.

Text Font Color

.myTextColor { color: #1F0612; }

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

This text font color is #1F0612.


Background Color

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

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

This div background color is #1F0612.


Border color

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

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

This div border color is #1F0612.


Opacity

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

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

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

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

This text has shadow with #1F0612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F0612 on black background.


Color preview on white background

This text has color #1F0612 on white background.



Black color preview on #1F0612 background

This text has black color on #1F0612 background.


White color preview on #1F0612 background

This text has white color on #1F0612 background.