COLOR #2F331D

HEX: #2F331D
RGB: (47,51,29)

Color info

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

RGB color model

#2F331D color RGB value is (47,51,29).

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

RGB channels and saturation

R 47 of 255 = 18%
G 51 of 255 = 20%
B 29 of 255 = 11%

47
51
29

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

Portions of RGB colors in percentages

R + G + B =
47 + 51 + 29 = 127 (100%)
R 47 of 127 ~ 37.01%
G 51 of 127 ~ 40.16%
B 29 of 127 ~ 22.83%

%37.01
%40.16
%22.83

CMYK color model

#2F331D color CMYK value is (8,0,43,80).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 43.14%
  • key color value is 80.00%
CMYK:
(8,0,43,80)
C8M0Y43K80 
(8%,0%,43%,80%)
(0.08/0.00/0.43/0.80)	

CMYK percentages

%7.84
%0
%43.14
%80

Codes

Color #2F331D in popluar color models

2F331D
RGB475129
HSL71°27.50%15.69%
HSB/HSV71°43.14%20.00%
CMYK7.84%0.00%43.14%
80.00%

Color #2F331D in popluar number systems.

HEX2F331D
Decimal475129
Binary10111111001111101
Octal576335

Shades and tints

Shades of #2F331D

#2F331D
(47,51,29)
#2B2F1B
(43,47,27)
#272B19
(39,43,25)
#232717
(35,39,23)
#1F2315
(31,35,21)
#1B1F13
(27,31,19)
#171B11
(23,27,17)
#13170F
(19,23,15)
#0F130D
(15,19,13)
#0B0F0B
(11,15,11)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #2F331D

#2F331D
(47,51,29)
#414531
(65,69,49)
#535745
(83,87,69)
#656959
(101,105,89)
#777B6D
(119,123,109)
#898D81
(137,141,129)
#9B9F95
(155,159,149)
#ADB1A9
(173,177,169)
#BFC3BD
(191,195,189)
#D1D5D1
(209,213,209)
#E3E7E5
(227,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F331D; }

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

This text font color is #2F331D.


Background Color

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

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

This div background color is #2F331D.


Border color

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

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

This div border color is #2F331D.


Opacity

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

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

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

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

This text has shadow with #2F331D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F331D on black background.


Color preview on white background

This text has color #2F331D on white background.



Black color preview on #2F331D background

This text has black color on #2F331D background.


White color preview on #2F331D background

This text has white color on #2F331D background.