COLOR #2F3329

HEX: #2F3329
RGB: (47,51,41)

Color info

#2F3329 contains red, green and blue colors in about the same proportion. Web safe color of #2F3329 is #333333 (or #333).

RGB color model

#2F3329 color RGB value is (47,51,41).

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

RGB channels and saturation

R 47 of 255 = 18%
G 51 of 255 = 20%
B 41 of 255 = 16%

47
51
41

R + G + B ~ 18%. #2F3329 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 51 + 41 = 139 (100%)
R 47 of 139 ~ 33.81%
G 51 of 139 ~ 36.69%
B 41 of 139 ~ 29.5%

%33.81
%36.69
%29.5

CMYK color model

#2F3329 color CMYK value is (8,0,20,80).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 80.00%
CMYK:
(8,0,20,80)
C8M0Y20K80 
(8%,0%,20%,80%)
(0.08/0.00/0.20/0.80)	

CMYK percentages

%7.84
%0
%19.61
%80

Codes

Color #2F3329 in popluar color models

2F3329
RGB475141
HSL84°10.87%18.04%
HSB/HSV84°19.61%20.00%
CMYK7.84%0.00%19.61%
80.00%

Color #2F3329 in popluar number systems.

HEX2F3329
Decimal475141
Binary101111110011101001
Octal576351

Shades and tints

Shades of #2F3329

#2F3329
(47,51,41)
#2B2F26
(43,47,38)
#272B23
(39,43,35)
#232720
(35,39,32)
#1F231D
(31,35,29)
#1B1F1A
(27,31,26)
#171B17
(23,27,23)
#131714
(19,23,20)
#0F1311
(15,19,17)
#0B0F0E
(11,15,14)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #2F3329

#2F3329
(47,51,41)
#41453C
(65,69,60)
#53574F
(83,87,79)
#656962
(101,105,98)
#777B75
(119,123,117)
#898D88
(137,141,136)
#9B9F9B
(155,159,155)
#ADB1AE
(173,177,174)
#BFC3C1
(191,195,193)
#D1D5D4
(209,213,212)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F3329; }

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

This text font color is #2F3329.


Background Color

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

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

This div background color is #2F3329.


Border color

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

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

This div border color is #2F3329.


Opacity

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

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

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

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

This text has shadow with #2F3329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3329 on black background.


Color preview on white background

This text has color #2F3329 on white background.



Black color preview on #2F3329 background

This text has black color on #2F3329 background.


White color preview on #2F3329 background

This text has white color on #2F3329 background.