COLOR #2F282F

HEX: #2F282F
RGB: (47,40,47)

Color info

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

RGB color model

#2F282F color RGB value is (47,40,47).

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

RGB channels and saturation

R 47 of 255 = 18%
G 40 of 255 = 16%
B 47 of 255 = 18%

47
40
47

R + G + B ~ 17%. #2F282F is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 40 + 47 = 134 (100%)
R 47 of 134 ~ 35.07%
G 40 of 134 ~ 29.85%
B 47 of 134 ~ 35.07%

%35.07
%29.85
%35.07

CMYK color model

#2F282F color CMYK value is (0,15,0,82).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(0,15,0,82)
C0M15Y0K82 
(0%,15%,0%,82%)
(0.00/0.15/0.00/0.82)	

CMYK percentages

%0
%14.89
%0
%81.57

Codes

Color #2F282F in popluar color models

2F282F
RGB474047
HSL300°8.05%17.06%
HSB/HSV300°14.89%18.43%
CMYK0.00%14.89%0.00%
81.57%

Color #2F282F in popluar number systems.

HEX2F282F
Decimal474047
Binary101111101000101111
Octal575057

Shades and tints

Shades of #2F282F

#2F282F
(47,40,47)
#2B252B
(43,37,43)
#272227
(39,34,39)
#231F23
(35,31,35)
#1F1C1F
(31,28,31)
#1B191B
(27,25,27)
#171617
(23,22,23)
#131313
(19,19,19)
#0F100F
(15,16,15)
#0B0D0B
(11,13,11)
#070A07
(7,10,7)
#000000
(0,0,0)

Tints of #2F282F

#2F282F
(47,40,47)
#413B41
(65,59,65)
#534E53
(83,78,83)
#656165
(101,97,101)
#777477
(119,116,119)
#898789
(137,135,137)
#9B9A9B
(155,154,155)
#ADADAD
(173,173,173)
#BFC0BF
(191,192,191)
#D1D3D1
(209,211,209)
#E3E6E3
(227,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F282F; }

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

This text font color is #2F282F.


Background Color

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

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

This div background color is #2F282F.


Border color

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

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

This div border color is #2F282F.


Opacity

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

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

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

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

This text has shadow with #2F282F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F282F on black background.


Color preview on white background

This text has color #2F282F on white background.



Black color preview on #2F282F background

This text has black color on #2F282F background.


White color preview on #2F282F background

This text has white color on #2F282F background.