COLOR #2F3319

HEX: #2F3319
RGB: (47,51,25)

Color info

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

RGB color model

#2F3319 color RGB value is (47,51,25).

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

RGB channels and saturation

R 47 of 255 = 18%
G 51 of 255 = 20%
B 25 of 255 = 10%

47
51
25

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

Portions of RGB colors in percentages

R + G + B =
47 + 51 + 25 = 123 (100%)
R 47 of 123 ~ 38.21%
G 51 of 123 ~ 41.46%
B 25 of 123 ~ 20.33%

%38.21
%41.46
%20.33

CMYK color model

#2F3319 color CMYK value is (8,0,51,80).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 50.98%
  • key color value is 80.00%
CMYK:
(8,0,51,80)
C8M0Y51K80 
(8%,0%,51%,80%)
(0.08/0.00/0.51/0.80)	

CMYK percentages

%7.84
%0
%50.98
%80

Codes

Color #2F3319 in popluar color models

2F3319
RGB475125
HSL69°34.21%14.90%
HSB/HSV69°50.98%20.00%
CMYK7.84%0.00%50.98%
80.00%

Color #2F3319 in popluar number systems.

HEX2F3319
Decimal475125
Binary10111111001111001
Octal576331

Shades and tints

Shades of #2F3319

#2F3319
(47,51,25)
#2B2F17
(43,47,23)
#272B15
(39,43,21)
#232713
(35,39,19)
#1F2311
(31,35,17)
#1B1F0F
(27,31,15)
#171B0D
(23,27,13)
#13170B
(19,23,11)
#0F1309
(15,19,9)
#0B0F07
(11,15,7)
#070B05
(7,11,5)
#000000
(0,0,0)

Tints of #2F3319

#2F3319
(47,51,25)
#41452D
(65,69,45)
#535741
(83,87,65)
#656955
(101,105,85)
#777B69
(119,123,105)
#898D7D
(137,141,125)
#9B9F91
(155,159,145)
#ADB1A5
(173,177,165)
#BFC3B9
(191,195,185)
#D1D5CD
(209,213,205)
#E3E7E1
(227,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F3319; }

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

This text font color is #2F3319.


Background Color

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

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

This div background color is #2F3319.


Border color

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

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

This div border color is #2F3319.


Opacity

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

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

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

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

This text has shadow with #2F3319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3319 on black background.


Color preview on white background

This text has color #2F3319 on white background.



Black color preview on #2F3319 background

This text has black color on #2F3319 background.


White color preview on #2F3319 background

This text has white color on #2F3319 background.