COLOR #2F302B

HEX: #2F302B
RGB: (47,48,43)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

47
48
43

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

Portions of RGB colors in percentages

R + G + B =
47 + 48 + 43 = 138 (100%)
R 47 of 138 ~ 34.06%
G 48 of 138 ~ 34.78%
B 43 of 138 ~ 31.16%

%34.06
%34.78
%31.16

CMYK color model

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

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

CMYK percentages

%2.08
%0
%10.42
%81.18

Codes

Color #2F302B in popluar color models

2F302B
RGB474843
HSL72°5.49%17.84%
HSB/HSV72°10.42%18.82%
CMYK2.08%0.00%10.42%
81.18%

Color #2F302B in popluar number systems.

HEX2F302B
Decimal474843
Binary101111110000101011
Octal576053

Shades and tints

Shades of #2F302B

#2F302B
(47,48,43)
#2B2C28
(43,44,40)
#272825
(39,40,37)
#232422
(35,36,34)
#1F201F
(31,32,31)
#1B1C1C
(27,28,28)
#171819
(23,24,25)
#131416
(19,20,22)
#0F1013
(15,16,19)
#0B0C10
(11,12,16)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #2F302B

#2F302B
(47,48,43)
#41423E
(65,66,62)
#535451
(83,84,81)
#656664
(101,102,100)
#777877
(119,120,119)
#898A8A
(137,138,138)
#9B9C9D
(155,156,157)
#ADAEB0
(173,174,176)
#BFC0C3
(191,192,195)
#D1D2D6
(209,210,214)
#E3E4E9
(227,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F302B; }

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

This text font color is #2F302B.


Background Color

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

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

This div background color is #2F302B.


Border color

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

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

This div border color is #2F302B.


Opacity

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

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

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

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

This text has shadow with #2F302B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F302B on black background.


Color preview on white background

This text has color #2F302B on white background.



Black color preview on #2F302B background

This text has black color on #2F302B background.


White color preview on #2F302B background

This text has white color on #2F302B background.