COLOR #2F1319

HEX: #2F1319
RGB: (47,19,25)

Color info

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

RGB color model

#2F1319 color RGB value is (47,19,25).

  • red value is 47;
  • green value is 19;
  • blue value is 25.
RGB:
(47,19,25)
(18%,7%,10%)

RGB channels and saturation

R 47 of 255 = 18%
G 19 of 255 = 7%
B 25 of 255 = 10%

47
19
25

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

Portions of RGB colors in percentages

R + G + B =
47 + 19 + 25 = 91 (100%)
R 47 of 91 ~ 51.65%
G 19 of 91 ~ 20.88%
B 25 of 91 ~ 27.47%

%51.65
%20.88
%27.47

CMYK color model

#2F1319 color CMYK value is (0,60,47,82).

  • cyan value is 0.00%
  • magenta value is 59.57%
  • yellow value is 46.81%
  • key color value is 81.57%
CMYK:
(0,60,47,82)
C0M60Y47K82 
(0%,60%,47%,82%)
(0.00/0.60/0.47/0.82)	

CMYK percentages

%0
%59.57
%46.81
%81.57

Codes

Color #2F1319 in popluar color models

2F1319
RGB471925
HSL347°42.42%12.94%
HSB/HSV347°59.57%18.43%
CMYK0.00%59.57%46.81%
81.57%

Color #2F1319 in popluar number systems.

HEX2F1319
Decimal471925
Binary1011111001111001
Octal572331

Shades and tints

Shades of #2F1319

#2F1319
(47,19,25)
#2B1217
(43,18,23)
#271115
(39,17,21)
#231013
(35,16,19)
#1F0F11
(31,15,17)
#1B0E0F
(27,14,15)
#170D0D
(23,13,13)
#130C0B
(19,12,11)
#0F0B09
(15,11,9)
#0B0A07
(11,10,7)
#070905
(7,9,5)
#000000
(0,0,0)

Tints of #2F1319

#2F1319
(47,19,25)
#41282D
(65,40,45)
#533D41
(83,61,65)
#655255
(101,82,85)
#776769
(119,103,105)
#897C7D
(137,124,125)
#9B9191
(155,145,145)
#ADA6A5
(173,166,165)
#BFBBB9
(191,187,185)
#D1D0CD
(209,208,205)
#E3E5E1
(227,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F1319; }

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

This text font color is #2F1319.


Background Color

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

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

This div background color is #2F1319.


Border color

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

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

This div border color is #2F1319.


Opacity

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

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

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

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

This text has shadow with #2F1319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F1319 on black background.


Color preview on white background

This text has color #2F1319 on white background.



Black color preview on #2F1319 background

This text has black color on #2F1319 background.


White color preview on #2F1319 background

This text has white color on #2F1319 background.