COLOR #2F0C12

HEX: #2F0C12
RGB: (47,12,18)

Color info

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

RGB color model

#2F0C12 color RGB value is (47,12,18).

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

RGB channels and saturation

R 47 of 255 = 18%
G 12 of 255 = 5%
B 18 of 255 = 7%

47
12
18

R + G + B ~ 10%. #2F0C12 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 12 + 18 = 77 (100%)
R 47 of 77 ~ 61.04%
G 12 of 77 ~ 15.58%
B 18 of 77 ~ 23.38%

%61.04
%15.58
%23.38

CMYK color model

#2F0C12 color CMYK value is (0,74,62,82).

  • cyan value is 0.00%
  • magenta value is 74.47%
  • yellow value is 61.70%
  • key color value is 81.57%
CMYK:
(0,74,62,82)
C0M74Y62K82 
(0%,74%,62%,82%)
(0.00/0.74/0.62/0.82)	

CMYK percentages

%0
%74.47
%61.7
%81.57

Codes

Color #2F0C12 in popluar color models

2F0C12
RGB471218
HSL350°59.32%11.57%
HSB/HSV350°74.47%18.43%
CMYK0.00%74.47%61.70%
81.57%

Color #2F0C12 in popluar number systems.

HEX2F0C12
Decimal471218
Binary101111110010010
Octal571422

Shades and tints

Shades of #2F0C12

#2F0C12
(47,12,18)
#2B0B11
(43,11,17)
#270A10
(39,10,16)
#23090F
(35,9,15)
#1F080E
(31,8,14)
#1B070D
(27,7,13)
#17060C
(23,6,12)
#13050B
(19,5,11)
#0F040A
(15,4,10)
#0B0309
(11,3,9)
#070208
(7,2,8)
#000000
(0,0,0)

Tints of #2F0C12

#2F0C12
(47,12,18)
#412227
(65,34,39)
#53383C
(83,56,60)
#654E51
(101,78,81)
#776466
(119,100,102)
#897A7B
(137,122,123)
#9B9090
(155,144,144)
#ADA6A5
(173,166,165)
#BFBCBA
(191,188,186)
#D1D2CF
(209,210,207)
#E3E8E4
(227,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F0C12 color. Also use rgb(47,12,18) instead hex code.

Text Font Color

.myTextColor { color: #2F0C12; }

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

This text font color is #2F0C12.


Background Color

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

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

This div background color is #2F0C12.


Border color

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

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

This div border color is #2F0C12.


Opacity

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

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

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

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

This text has shadow with #2F0C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F0C12 on black background.


Color preview on white background

This text has color #2F0C12 on white background.



Black color preview on #2F0C12 background

This text has black color on #2F0C12 background.


White color preview on #2F0C12 background

This text has white color on #2F0C12 background.