COLOR #2F0007

HEX: #2F0007
RGB: (47,0,7)

Color info

#2F0007 contains only red and blue colors. Web safe color of #2F0007 is #330000 (or #300).

RGB color model

#2F0007 color RGB value is (47,0,7).

  • red value is 47;
  • green value is 0;
  • blue value is 7.
RGB:
(47,0,7)
(18%,0%,3%)

RGB channels and saturation

R 47 of 255 = 18%
G 0 of 255 = 0%
B 7 of 255 = 3%

47
0
7

R + G + B ~ 7%. #2F0007 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 0 + 7 = 54 (100%)
R 47 of 54 ~ 87.04%
G 0 of 54 ~ 0%
B 7 of 54 ~ 12.96%

%87.04
%12.96

CMYK color model

#2F0007 color CMYK value is (0,100,85,82).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 85.11%
  • key color value is 81.57%
CMYK:
(0,100,85,82)
C0M100Y85K82 
(0%,100%,85%,82%)
(0.00/1.00/0.85/0.82)	

CMYK percentages

%0
%100
%85.11
%81.57

Codes

Color #2F0007 in popluar color models

2F0007
RGB4707
HSL351°100.00%9.22%
HSB/HSV351°100.00%18.43%
CMYK0.00%100.00%85.11%
81.57%

Color #2F0007 in popluar number systems.

HEX2F0007
Decimal4707
Binary1011110111
Octal5707

Shades and tints

Shades of #2F0007

#2F0007
(47,0,7)
#2B0007
(43,0,7)
#270007
(39,0,7)
#230007
(35,0,7)
#1F0007
(31,0,7)
#1B0007
(27,0,7)
#170007
(23,0,7)
#130007
(19,0,7)
#0F0007
(15,0,7)
#0B0007
(11,0,7)
#070007
(7,0,7)
#000000
(0,0,0)

Tints of #2F0007

#2F0007
(47,0,7)
#41171D
(65,23,29)
#532E33
(83,46,51)
#654549
(101,69,73)
#775C5F
(119,92,95)
#897375
(137,115,117)
#9B8A8B
(155,138,139)
#ADA1A1
(173,161,161)
#BFB8B7
(191,184,183)
#D1CFCD
(209,207,205)
#E3E6E3
(227,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F0007 color. Also use rgb(47,0,7) instead hex code.

Text Font Color

.myTextColor { color: #2F0007; }

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

This text font color is #2F0007.


Background Color

.myBgColor { background-color: #2F0007; }

<div style="background-color:#2F0007">Inner text</div>

This div background color is #2F0007.


Border color

.myBorderColor { border: 1px solid #2F0007; }

<div style="border:3px solid #2F0007">Div</div>

This div border color is #2F0007.


Opacity

.myOpacity80 { color: #2F0007; opacity: 0.8; }

<p style="color:#2F0007;opacity:0.8;">80%</p>

Text with #2F0007 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 #2F0007;}

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

This text has shadow with #2F0007 color.

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

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

This text has shadow with #2F0007 primary color and red secondary color.


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

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

This text has shadow with #2F0007 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F0007 on black background.


Color preview on white background

This text has color #2F0007 on white background.



Black color preview on #2F0007 background

This text has black color on #2F0007 background.


White color preview on #2F0007 background

This text has white color on #2F0007 background.