COLOR #2F1115

HEX: #2F1115
RGB: (47,17,21)

Color info

#2F1115 contains red, green and blue colors in about the same proportion. Web safe color of #2F1115 is #330000 (or #300).

RGB color model

#2F1115 color RGB value is (47,17,21).

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

RGB channels and saturation

R 47 of 255 = 18%
G 17 of 255 = 7%
B 21 of 255 = 8%

47
17
21

R + G + B ~ 11%. #2F1115 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 17 + 21 = 85 (100%)
R 47 of 85 ~ 55.29%
G 17 of 85 ~ 20%
B 21 of 85 ~ 24.71%

%55.29
%20
%24.71

CMYK color model

#2F1115 color CMYK value is (0,64,55,82).

  • cyan value is 0.00%
  • magenta value is 63.83%
  • yellow value is 55.32%
  • key color value is 81.57%
CMYK:
(0,64,55,82)
C0M64Y55K82 
(0%,64%,55%,82%)
(0.00/0.64/0.55/0.82)	

CMYK percentages

%0
%63.83
%55.32
%81.57

Codes

Color #2F1115 in popluar color models

2F1115
RGB471721
HSL352°46.88%12.55%
HSB/HSV352°63.83%18.43%
CMYK0.00%63.83%55.32%
81.57%

Color #2F1115 in popluar number systems.

HEX2F1115
Decimal471721
Binary1011111000110101
Octal572125

Shades and tints

Shades of #2F1115

#2F1115
(47,17,21)
#2B1014
(43,16,20)
#270F13
(39,15,19)
#230E12
(35,14,18)
#1F0D11
(31,13,17)
#1B0C10
(27,12,16)
#170B0F
(23,11,15)
#130A0E
(19,10,14)
#0F090D
(15,9,13)
#0B080C
(11,8,12)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #2F1115

#2F1115
(47,17,21)
#41262A
(65,38,42)
#533B3F
(83,59,63)
#655054
(101,80,84)
#776569
(119,101,105)
#897A7E
(137,122,126)
#9B8F93
(155,143,147)
#ADA4A8
(173,164,168)
#BFB9BD
(191,185,189)
#D1CED2
(209,206,210)
#E3E3E7
(227,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F1115; }

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

This text font color is #2F1115.


Background Color

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

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

This div background color is #2F1115.


Border color

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

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

This div border color is #2F1115.


Opacity

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

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

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

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

This text has shadow with #2F1115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F1115 on black background.


Color preview on white background

This text has color #2F1115 on white background.



Black color preview on #2F1115 background

This text has black color on #2F1115 background.


White color preview on #2F1115 background

This text has white color on #2F1115 background.