COLOR #2F2616

HEX: #2F2616
RGB: (47,38,22)

Color info

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

RGB color model

#2F2616 color RGB value is (47,38,22).

  • red value is 47;
  • green value is 38;
  • blue value is 22.
RGB:
(47,38,22)
(18%,15%,9%)

RGB channels and saturation

R 47 of 255 = 18%
G 38 of 255 = 15%
B 22 of 255 = 9%

47
38
22

R + G + B ~ 14%. #2F2616 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 38 + 22 = 107 (100%)
R 47 of 107 ~ 43.93%
G 38 of 107 ~ 35.51%
B 22 of 107 ~ 20.56%

%43.93
%35.51
%20.56

CMYK color model

#2F2616 color CMYK value is (0,19,53,82).

  • cyan value is 0.00%
  • magenta value is 19.15%
  • yellow value is 53.19%
  • key color value is 81.57%
CMYK:
(0,19,53,82)
C0M19Y53K82 
(0%,19%,53%,82%)
(0.00/0.19/0.53/0.82)	

CMYK percentages

%0
%19.15
%53.19
%81.57

Codes

Color #2F2616 in popluar color models

2F2616
RGB473822
HSL38°36.23%13.53%
HSB/HSV38°53.19%18.43%
CMYK0.00%19.15%53.19%
81.57%

Color #2F2616 in popluar number systems.

HEX2F2616
Decimal473822
Binary10111110011010110
Octal574626

Shades and tints

Shades of #2F2616

#2F2616
(47,38,22)
#2B2314
(43,35,20)
#272012
(39,32,18)
#231D10
(35,29,16)
#1F1A0E
(31,26,14)
#1B170C
(27,23,12)
#17140A
(23,20,10)
#131108
(19,17,8)
#0F0E06
(15,14,6)
#0B0B04
(11,11,4)
#070802
(7,8,2)
#000000
(0,0,0)

Tints of #2F2616

#2F2616
(47,38,22)
#41392B
(65,57,43)
#534C40
(83,76,64)
#655F55
(101,95,85)
#77726A
(119,114,106)
#89857F
(137,133,127)
#9B9894
(155,152,148)
#ADABA9
(173,171,169)
#BFBEBE
(191,190,190)
#D1D1D3
(209,209,211)
#E3E4E8
(227,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F2616 color. Also use rgb(47,38,22) instead hex code.

Text Font Color

.myTextColor { color: #2F2616; }

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

This text font color is #2F2616.


Background Color

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

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

This div background color is #2F2616.


Border color

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

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

This div border color is #2F2616.


Opacity

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

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

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

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

This text has shadow with #2F2616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F2616 on black background.


Color preview on white background

This text has color #2F2616 on white background.



Black color preview on #2F2616 background

This text has black color on #2F2616 background.


White color preview on #2F2616 background

This text has white color on #2F2616 background.