COLOR #2F332F

HEX: #2F332F
RGB: (47,51,47)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

47
51
47

R + G + B ~ 19%. #2F332F is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 51 + 47 = 145 (100%)
R 47 of 145 ~ 32.41%
G 51 of 145 ~ 35.17%
B 47 of 145 ~ 32.41%

%32.41
%35.17
%32.41

CMYK color model

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

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

CMYK percentages

%7.84
%0
%7.84
%80

Codes

Color #2F332F in popluar color models

2F332F
RGB475147
HSL120°4.08%19.22%
HSB/HSV120°7.84%20.00%
CMYK7.84%0.00%7.84%
80.00%

Color #2F332F in popluar number systems.

HEX2F332F
Decimal475147
Binary101111110011101111
Octal576357

Shades and tints

Shades of #2F332F

#2F332F
(47,51,47)
#2B2F2B
(43,47,43)
#272B27
(39,43,39)
#232723
(35,39,35)
#1F231F
(31,35,31)
#1B1F1B
(27,31,27)
#171B17
(23,27,23)
#131713
(19,23,19)
#0F130F
(15,19,15)
#0B0F0B
(11,15,11)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #2F332F

#2F332F
(47,51,47)
#414541
(65,69,65)
#535753
(83,87,83)
#656965
(101,105,101)
#777B77
(119,123,119)
#898D89
(137,141,137)
#9B9F9B
(155,159,155)
#ADB1AD
(173,177,173)
#BFC3BF
(191,195,191)
#D1D5D1
(209,213,209)
#E3E7E3
(227,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F332F; }

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

This text font color is #2F332F.


Background Color

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

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

This div background color is #2F332F.


Border color

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

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

This div border color is #2F332F.


Opacity

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

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

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

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

This text has shadow with #2F332F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F332F on black background.


Color preview on white background

This text has color #2F332F on white background.



Black color preview on #2F332F background

This text has black color on #2F332F background.


White color preview on #2F332F background

This text has white color on #2F332F background.