COLOR #2F1E13

HEX: #2F1E13
RGB: (47,30,19)

Color info

#2F1E13 contains red, green and blue colors in about the same proportion. Web safe color of #2F1E13 is #333300 (or #330).

RGB color model

#2F1E13 color RGB value is (47,30,19).

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

RGB channels and saturation

R 47 of 255 = 18%
G 30 of 255 = 12%
B 19 of 255 = 7%

47
30
19

R + G + B ~ 12%. #2F1E13 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 30 + 19 = 96 (100%)
R 47 of 96 ~ 48.96%
G 30 of 96 ~ 31.25%
B 19 of 96 ~ 19.79%

%48.96
%31.25
%19.79

CMYK color model

#2F1E13 color CMYK value is (0,36,60,82).

  • cyan value is 0.00%
  • magenta value is 36.17%
  • yellow value is 59.57%
  • key color value is 81.57%
CMYK:
(0,36,60,82)
C0M36Y60K82 
(0%,36%,60%,82%)
(0.00/0.36/0.60/0.82)	

CMYK percentages

%0
%36.17
%59.57
%81.57

Codes

Color #2F1E13 in popluar color models

2F1E13
RGB473019
HSL24°42.42%12.94%
HSB/HSV24°59.57%18.43%
CMYK0.00%36.17%59.57%
81.57%

Color #2F1E13 in popluar number systems.

HEX2F1E13
Decimal473019
Binary1011111111010011
Octal573623

Shades and tints

Shades of #2F1E13

#2F1E13
(47,30,19)
#2B1C12
(43,28,18)
#271A11
(39,26,17)
#231810
(35,24,16)
#1F160F
(31,22,15)
#1B140E
(27,20,14)
#17120D
(23,18,13)
#13100C
(19,16,12)
#0F0E0B
(15,14,11)
#0B0C0A
(11,12,10)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #2F1E13

#2F1E13
(47,30,19)
#413228
(65,50,40)
#53463D
(83,70,61)
#655A52
(101,90,82)
#776E67
(119,110,103)
#89827C
(137,130,124)
#9B9691
(155,150,145)
#ADAAA6
(173,170,166)
#BFBEBB
(191,190,187)
#D1D2D0
(209,210,208)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F1E13 color. Also use rgb(47,30,19) instead hex code.

Text Font Color

.myTextColor { color: #2F1E13; }

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

This text font color is #2F1E13.


Background Color

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

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

This div background color is #2F1E13.


Border color

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

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

This div border color is #2F1E13.


Opacity

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

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

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

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

This text has shadow with #2F1E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F1E13 on black background.


Color preview on white background

This text has color #2F1E13 on white background.



Black color preview on #2F1E13 background

This text has black color on #2F1E13 background.


White color preview on #2F1E13 background

This text has white color on #2F1E13 background.