COLOR #2F091D

HEX: #2F091D
RGB: (47,9,29)

Color info

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

RGB color model

#2F091D color RGB value is (47,9,29).

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

RGB channels and saturation

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

47
9
29

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

Portions of RGB colors in percentages

R + G + B =
47 + 9 + 29 = 85 (100%)
R 47 of 85 ~ 55.29%
G 9 of 85 ~ 10.59%
B 29 of 85 ~ 34.12%

%55.29
%10.59
%34.12

CMYK color model

#2F091D color CMYK value is (0,81,38,82).

  • cyan value is 0.00%
  • magenta value is 80.85%
  • yellow value is 38.30%
  • key color value is 81.57%
CMYK:
(0,81,38,82)
C0M81Y38K82 
(0%,81%,38%,82%)
(0.00/0.81/0.38/0.82)	

CMYK percentages

%0
%80.85
%38.3
%81.57

Codes

Color #2F091D in popluar color models

2F091D
RGB47929
HSL328°67.86%10.98%
HSB/HSV328°80.85%18.43%
CMYK0.00%80.85%38.30%
81.57%

Color #2F091D in popluar number systems.

HEX2F091D
Decimal47929
Binary101111100111101
Octal571135

Shades and tints

Shades of #2F091D

#2F091D
(47,9,29)
#2B091B
(43,9,27)
#270919
(39,9,25)
#230917
(35,9,23)
#1F0915
(31,9,21)
#1B0913
(27,9,19)
#170911
(23,9,17)
#13090F
(19,9,15)
#0F090D
(15,9,13)
#0B090B
(11,9,11)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #2F091D

#2F091D
(47,9,29)
#411F31
(65,31,49)
#533545
(83,53,69)
#654B59
(101,75,89)
#77616D
(119,97,109)
#897781
(137,119,129)
#9B8D95
(155,141,149)
#ADA3A9
(173,163,169)
#BFB9BD
(191,185,189)
#D1CFD1
(209,207,209)
#E3E5E5
(227,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F091D; }

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

This text font color is #2F091D.


Background Color

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

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

This div background color is #2F091D.


Border color

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

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

This div border color is #2F091D.


Opacity

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

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

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

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

This text has shadow with #2F091D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F091D on black background.


Color preview on white background

This text has color #2F091D on white background.



Black color preview on #2F091D background

This text has black color on #2F091D background.


White color preview on #2F091D background

This text has white color on #2F091D background.