COLOR #2F2413

HEX: #2F2413
RGB: (47,36,19)

Color info

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

RGB color model

#2F2413 color RGB value is (47,36,19).

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

RGB channels and saturation

R 47 of 255 = 18%
G 36 of 255 = 14%
B 19 of 255 = 7%

47
36
19

R + G + B ~ 13%. #2F2413 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 36 + 19 = 102 (100%)
R 47 of 102 ~ 46.08%
G 36 of 102 ~ 35.29%
B 19 of 102 ~ 18.63%

%46.08
%35.29
%18.63

CMYK color model

#2F2413 color CMYK value is (0,23,60,82).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 59.57%
  • key color value is 81.57%
CMYK:
(0,23,60,82)
C0M23Y60K82 
(0%,23%,60%,82%)
(0.00/0.23/0.60/0.82)	

CMYK percentages

%0
%23.4
%59.57
%81.57

Codes

Color #2F2413 in popluar color models

2F2413
RGB473619
HSL36°42.42%12.94%
HSB/HSV36°59.57%18.43%
CMYK0.00%23.40%59.57%
81.57%

Color #2F2413 in popluar number systems.

HEX2F2413
Decimal473619
Binary10111110010010011
Octal574423

Shades and tints

Shades of #2F2413

#2F2413
(47,36,19)
#2B2112
(43,33,18)
#271E11
(39,30,17)
#231B10
(35,27,16)
#1F180F
(31,24,15)
#1B150E
(27,21,14)
#17120D
(23,18,13)
#130F0C
(19,15,12)
#0F0C0B
(15,12,11)
#0B090A
(11,9,10)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #2F2413

#2F2413
(47,36,19)
#413728
(65,55,40)
#534A3D
(83,74,61)
#655D52
(101,93,82)
#777067
(119,112,103)
#89837C
(137,131,124)
#9B9691
(155,150,145)
#ADA9A6
(173,169,166)
#BFBCBB
(191,188,187)
#D1CFD0
(209,207,208)
#E3E2E5
(227,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F2413; }

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

This text font color is #2F2413.


Background Color

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

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

This div background color is #2F2413.


Border color

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

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

This div border color is #2F2413.


Opacity

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

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

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

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

This text has shadow with #2F2413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F2413 on black background.


Color preview on white background

This text has color #2F2413 on white background.



Black color preview on #2F2413 background

This text has black color on #2F2413 background.


White color preview on #2F2413 background

This text has white color on #2F2413 background.