COLOR #2F302F

HEX: #2F302F
RGB: (47,48,47)

Color info

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

RGB color model

#2F302F color RGB value is (47,48,47).

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

RGB channels and saturation

R 47 of 255 = 18%
G 48 of 255 = 19%
B 47 of 255 = 18%

47
48
47

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

Portions of RGB colors in percentages

R + G + B =
47 + 48 + 47 = 142 (100%)
R 47 of 142 ~ 33.1%
G 48 of 142 ~ 33.8%
B 47 of 142 ~ 33.1%

%33.1
%33.8
%33.1

CMYK color model

#2F302F color CMYK value is (2,0,2,81).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 81.18%
CMYK:
(2,0,2,81)
C2M0Y2K81 
(2%,0%,2%,81%)
(0.02/0.00/0.02/0.81)	

CMYK percentages

%2.08
%0
%2.08
%81.18

Codes

Color #2F302F in popluar color models

2F302F
RGB474847
HSL120°1.05%18.63%
HSB/HSV120°2.08%18.82%
CMYK2.08%0.00%2.08%
81.18%

Color #2F302F in popluar number systems.

HEX2F302F
Decimal474847
Binary101111110000101111
Octal576057

Shades and tints

Shades of #2F302F

#2F302F
(47,48,47)
#2B2C2B
(43,44,43)
#272827
(39,40,39)
#232423
(35,36,35)
#1F201F
(31,32,31)
#1B1C1B
(27,28,27)
#171817
(23,24,23)
#131413
(19,20,19)
#0F100F
(15,16,15)
#0B0C0B
(11,12,11)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #2F302F

#2F302F
(47,48,47)
#414241
(65,66,65)
#535453
(83,84,83)
#656665
(101,102,101)
#777877
(119,120,119)
#898A89
(137,138,137)
#9B9C9B
(155,156,155)
#ADAEAD
(173,174,173)
#BFC0BF
(191,192,191)
#D1D2D1
(209,210,209)
#E3E4E3
(227,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F302F; }

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

This text font color is #2F302F.


Background Color

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

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

This div background color is #2F302F.


Border color

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

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

This div border color is #2F302F.


Opacity

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

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

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

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

This text has shadow with #2F302F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F302F on black background.


Color preview on white background

This text has color #2F302F on white background.



Black color preview on #2F302F background

This text has black color on #2F302F background.


White color preview on #2F302F background

This text has white color on #2F302F background.