COLOR #2F0501

HEX: #2F0501
RGB: (47,5,1)

Color info

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

RGB color model

#2F0501 color RGB value is (47,5,1).

  • red value is 47;
  • green value is 5;
  • blue value is 1.
RGB:
(47,5,1)
(18%,2%,0%)

RGB channels and saturation

R 47 of 255 = 18%
G 5 of 255 = 2%
B 1 of 255 = 0%

47
5
1

R + G + B ~ 7%. #2F0501 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 5 + 1 = 53 (100%)
R 47 of 53 ~ 88.68%
G 5 of 53 ~ 9.43%
B 1 of 53 ~ 1.89%

%88.68

CMYK color model

#2F0501 color CMYK value is (0,89,98,82).

  • cyan value is 0.00%
  • magenta value is 89.36%
  • yellow value is 97.87%
  • key color value is 81.57%
CMYK:
(0,89,98,82)
C0M89Y98K82 
(0%,89%,98%,82%)
(0.00/0.89/0.98/0.82)	

CMYK percentages

%0
%89.36
%97.87
%81.57

Codes

Color #2F0501 in popluar color models

2F0501
RGB4751
HSL95.83%9.41%
HSB/HSV97.87%18.43%
CMYK0.00%89.36%97.87%
81.57%

Color #2F0501 in popluar number systems.

HEX2F0501
Decimal4751
Binary1011111011
Octal5751

Shades and tints

Shades of #2F0501

#2F0501
(47,5,1)
#2B0501
(43,5,1)
#270501
(39,5,1)
#230501
(35,5,1)
#1F0501
(31,5,1)
#1B0501
(27,5,1)
#170501
(23,5,1)
#130501
(19,5,1)
#0F0501
(15,5,1)
#0B0501
(11,5,1)
#070501
(7,5,1)
#000000
(0,0,0)

Tints of #2F0501

#2F0501
(47,5,1)
#411B18
(65,27,24)
#53312F
(83,49,47)
#654746
(101,71,70)
#775D5D
(119,93,93)
#897374
(137,115,116)
#9B898B
(155,137,139)
#AD9FA2
(173,159,162)
#BFB5B9
(191,181,185)
#D1CBD0
(209,203,208)
#E3E1E7
(227,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F0501 color. Also use rgb(47,5,1) instead hex code.

Text Font Color

.myTextColor { color: #2F0501; }

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

This text font color is #2F0501.


Background Color

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

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

This div background color is #2F0501.


Border color

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

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

This div border color is #2F0501.


Opacity

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

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

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

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

This text has shadow with #2F0501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F0501 on black background.


Color preview on white background

This text has color #2F0501 on white background.



Black color preview on #2F0501 background

This text has black color on #2F0501 background.


White color preview on #2F0501 background

This text has white color on #2F0501 background.