COLOR #2F151B

HEX: #2F151B
RGB: (47,21,27)

Color info

#2F151B contains red, green and blue colors in about the same proportion. Web safe color of #2F151B is #330033 (or #303).

RGB color model

#2F151B color RGB value is (47,21,27).

  • red value is 47;
  • green value is 21;
  • blue value is 27.
RGB:
(47,21,27)
(18%,8%,11%)

RGB channels and saturation

R 47 of 255 = 18%
G 21 of 255 = 8%
B 27 of 255 = 11%

47
21
27

R + G + B ~ 12%. #2F151B is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 21 + 27 = 95 (100%)
R 47 of 95 ~ 49.47%
G 21 of 95 ~ 22.11%
B 27 of 95 ~ 28.42%

%49.47
%22.11
%28.42

CMYK color model

#2F151B color CMYK value is (0,55,43,82).

  • cyan value is 0.00%
  • magenta value is 55.32%
  • yellow value is 42.55%
  • key color value is 81.57%
CMYK:
(0,55,43,82)
C0M55Y43K82 
(0%,55%,43%,82%)
(0.00/0.55/0.43/0.82)	

CMYK percentages

%0
%55.32
%42.55
%81.57

Codes

Color #2F151B in popluar color models

2F151B
RGB472127
HSL346°38.24%13.33%
HSB/HSV346°55.32%18.43%
CMYK0.00%55.32%42.55%
81.57%

Color #2F151B in popluar number systems.

HEX2F151B
Decimal472127
Binary1011111010111011
Octal572533

Shades and tints

Shades of #2F151B

#2F151B
(47,21,27)
#2B1419
(43,20,25)
#271317
(39,19,23)
#231215
(35,18,21)
#1F1113
(31,17,19)
#1B1011
(27,16,17)
#170F0F
(23,15,15)
#130E0D
(19,14,13)
#0F0D0B
(15,13,11)
#0B0C09
(11,12,9)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #2F151B

#2F151B
(47,21,27)
#412A2F
(65,42,47)
#533F43
(83,63,67)
#655457
(101,84,87)
#77696B
(119,105,107)
#897E7F
(137,126,127)
#9B9393
(155,147,147)
#ADA8A7
(173,168,167)
#BFBDBB
(191,189,187)
#D1D2CF
(209,210,207)
#E3E7E3
(227,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F151B; }

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

This text font color is #2F151B.


Background Color

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

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

This div background color is #2F151B.


Border color

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

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

This div border color is #2F151B.


Opacity

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

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

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

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

This text has shadow with #2F151B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F151B on black background.


Color preview on white background

This text has color #2F151B on white background.



Black color preview on #2F151B background

This text has black color on #2F151B background.


White color preview on #2F151B background

This text has white color on #2F151B background.