COLOR #2F3311

HEX: #2F3311
RGB: (47,51,17)

Color info

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

RGB color model

#2F3311 color RGB value is (47,51,17).

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

RGB channels and saturation

R 47 of 255 = 18%
G 51 of 255 = 20%
B 17 of 255 = 7%

47
51
17

R + G + B ~ 15%. #2F3311 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 51 + 17 = 115 (100%)
R 47 of 115 ~ 40.87%
G 51 of 115 ~ 44.35%
B 17 of 115 ~ 14.78%

%40.87
%44.35
%14.78

CMYK color model

#2F3311 color CMYK value is (8,0,67,80).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 80.00%
CMYK:
(8,0,67,80)
C8M0Y67K80 
(8%,0%,67%,80%)
(0.08/0.00/0.67/0.80)	

CMYK percentages

%7.84
%0
%66.67
%80

Codes

Color #2F3311 in popluar color models

2F3311
RGB475117
HSL67°50.00%13.33%
HSB/HSV67°66.67%20.00%
CMYK7.84%0.00%66.67%
80.00%

Color #2F3311 in popluar number systems.

HEX2F3311
Decimal475117
Binary10111111001110001
Octal576321

Shades and tints

Shades of #2F3311

#2F3311
(47,51,17)
#2B2F10
(43,47,16)
#272B0F
(39,43,15)
#23270E
(35,39,14)
#1F230D
(31,35,13)
#1B1F0C
(27,31,12)
#171B0B
(23,27,11)
#13170A
(19,23,10)
#0F1309
(15,19,9)
#0B0F08
(11,15,8)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #2F3311

#2F3311
(47,51,17)
#414526
(65,69,38)
#53573B
(83,87,59)
#656950
(101,105,80)
#777B65
(119,123,101)
#898D7A
(137,141,122)
#9B9F8F
(155,159,143)
#ADB1A4
(173,177,164)
#BFC3B9
(191,195,185)
#D1D5CE
(209,213,206)
#E3E7E3
(227,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F3311; }

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

This text font color is #2F3311.


Background Color

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

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

This div background color is #2F3311.


Border color

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

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

This div border color is #2F3311.


Opacity

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

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

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

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

This text has shadow with #2F3311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3311 on black background.


Color preview on white background

This text has color #2F3311 on white background.



Black color preview on #2F3311 background

This text has black color on #2F3311 background.


White color preview on #2F3311 background

This text has white color on #2F3311 background.