COLOR #2F181D

HEX: #2F181D
RGB: (47,24,29)

Color info

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

RGB color model

#2F181D color RGB value is (47,24,29).

  • red value is 47;
  • green value is 24;
  • blue value is 29.
RGB:
(47,24,29)
(18%,9%,11%)

RGB channels and saturation

R 47 of 255 = 18%
G 24 of 255 = 9%
B 29 of 255 = 11%

47
24
29

R + G + B ~ 13%. #2F181D is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 24 + 29 = 100 (100%)
R 47 of 100 ~ 47%
G 24 of 100 ~ 24%
B 29 of 100 ~ 29%

%47
%24
%29

CMYK color model

#2F181D color CMYK value is (0,49,38,82).

  • cyan value is 0.00%
  • magenta value is 48.94%
  • yellow value is 38.30%
  • key color value is 81.57%
CMYK:
(0,49,38,82)
C0M49Y38K82 
(0%,49%,38%,82%)
(0.00/0.49/0.38/0.82)	

CMYK percentages

%0
%48.94
%38.3
%81.57

Codes

Color #2F181D in popluar color models

2F181D
RGB472429
HSL347°32.39%13.92%
HSB/HSV347°48.94%18.43%
CMYK0.00%48.94%38.30%
81.57%

Color #2F181D in popluar number systems.

HEX2F181D
Decimal472429
Binary1011111100011101
Octal573035

Shades and tints

Shades of #2F181D

#2F181D
(47,24,29)
#2B161B
(43,22,27)
#271419
(39,20,25)
#231217
(35,18,23)
#1F1015
(31,16,21)
#1B0E13
(27,14,19)
#170C11
(23,12,17)
#130A0F
(19,10,15)
#0F080D
(15,8,13)
#0B060B
(11,6,11)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #2F181D

#2F181D
(47,24,29)
#412D31
(65,45,49)
#534245
(83,66,69)
#655759
(101,87,89)
#776C6D
(119,108,109)
#898181
(137,129,129)
#9B9695
(155,150,149)
#ADABA9
(173,171,169)
#BFC0BD
(191,192,189)
#D1D5D1
(209,213,209)
#E3EAE5
(227,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F181D; }

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

This text font color is #2F181D.


Background Color

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

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

This div background color is #2F181D.


Border color

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

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

This div border color is #2F181D.


Opacity

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

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

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

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

This text has shadow with #2F181D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F181D on black background.


Color preview on white background

This text has color #2F181D on white background.



Black color preview on #2F181D background

This text has black color on #2F181D background.


White color preview on #2F181D background

This text has white color on #2F181D background.