COLOR #2F3316

HEX: #2F3316
RGB: (47,51,22)

Color info

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

RGB color model

#2F3316 color RGB value is (47,51,22).

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

RGB channels and saturation

R 47 of 255 = 18%
G 51 of 255 = 20%
B 22 of 255 = 9%

47
51
22

R + G + B ~ 16%. #2F3316 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 51 + 22 = 120 (100%)
R 47 of 120 ~ 39.17%
G 51 of 120 ~ 42.5%
B 22 of 120 ~ 18.33%

%39.17
%42.5
%18.33

CMYK color model

#2F3316 color CMYK value is (8,0,57,80).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 56.86%
  • key color value is 80.00%
CMYK:
(8,0,57,80)
C8M0Y57K80 
(8%,0%,57%,80%)
(0.08/0.00/0.57/0.80)	

CMYK percentages

%7.84
%0
%56.86
%80

Codes

Color #2F3316 in popluar color models

2F3316
RGB475122
HSL68°39.73%14.31%
HSB/HSV68°56.86%20.00%
CMYK7.84%0.00%56.86%
80.00%

Color #2F3316 in popluar number systems.

HEX2F3316
Decimal475122
Binary10111111001110110
Octal576326

Shades and tints

Shades of #2F3316

#2F3316
(47,51,22)
#2B2F14
(43,47,20)
#272B12
(39,43,18)
#232710
(35,39,16)
#1F230E
(31,35,14)
#1B1F0C
(27,31,12)
#171B0A
(23,27,10)
#131708
(19,23,8)
#0F1306
(15,19,6)
#0B0F04
(11,15,4)
#070B02
(7,11,2)
#000000
(0,0,0)

Tints of #2F3316

#2F3316
(47,51,22)
#41452B
(65,69,43)
#535740
(83,87,64)
#656955
(101,105,85)
#777B6A
(119,123,106)
#898D7F
(137,141,127)
#9B9F94
(155,159,148)
#ADB1A9
(173,177,169)
#BFC3BE
(191,195,190)
#D1D5D3
(209,213,211)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F3316; }

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

This text font color is #2F3316.


Background Color

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

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

This div background color is #2F3316.


Border color

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

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

This div border color is #2F3316.


Opacity

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

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

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

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

This text has shadow with #2F3316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3316 on black background.


Color preview on white background

This text has color #2F3316 on white background.



Black color preview on #2F3316 background

This text has black color on #2F3316 background.


White color preview on #2F3316 background

This text has white color on #2F3316 background.