COLOR #2F3325

HEX: #2F3325
RGB: (47,51,37)

Color info

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

RGB color model

#2F3325 color RGB value is (47,51,37).

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

RGB channels and saturation

R 47 of 255 = 18%
G 51 of 255 = 20%
B 37 of 255 = 15%

47
51
37

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

Portions of RGB colors in percentages

R + G + B =
47 + 51 + 37 = 135 (100%)
R 47 of 135 ~ 34.81%
G 51 of 135 ~ 37.78%
B 37 of 135 ~ 27.41%

%34.81
%37.78
%27.41

CMYK color model

#2F3325 color CMYK value is (8,0,27,80).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 80.00%
CMYK:
(8,0,27,80)
C8M0Y27K80 
(8%,0%,27%,80%)
(0.08/0.00/0.27/0.80)	

CMYK percentages

%7.84
%0
%27.45
%80

Codes

Color #2F3325 in popluar color models

2F3325
RGB475137
HSL77°15.91%17.25%
HSB/HSV77°27.45%20.00%
CMYK7.84%0.00%27.45%
80.00%

Color #2F3325 in popluar number systems.

HEX2F3325
Decimal475137
Binary101111110011100101
Octal576345

Shades and tints

Shades of #2F3325

#2F3325
(47,51,37)
#2B2F22
(43,47,34)
#272B1F
(39,43,31)
#23271C
(35,39,28)
#1F2319
(31,35,25)
#1B1F16
(27,31,22)
#171B13
(23,27,19)
#131710
(19,23,16)
#0F130D
(15,19,13)
#0B0F0A
(11,15,10)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #2F3325

#2F3325
(47,51,37)
#414538
(65,69,56)
#53574B
(83,87,75)
#65695E
(101,105,94)
#777B71
(119,123,113)
#898D84
(137,141,132)
#9B9F97
(155,159,151)
#ADB1AA
(173,177,170)
#BFC3BD
(191,195,189)
#D1D5D0
(209,213,208)
#E3E7E3
(227,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F3325; }

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

This text font color is #2F3325.


Background Color

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

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

This div background color is #2F3325.


Border color

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

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

This div border color is #2F3325.


Opacity

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

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

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

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

This text has shadow with #2F3325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F3325 on black background.


Color preview on white background

This text has color #2F3325 on white background.



Black color preview on #2F3325 background

This text has black color on #2F3325 background.


White color preview on #2F3325 background

This text has white color on #2F3325 background.