COLOR #2F1449

HEX: #2F1449
RGB: (47,20,73)

Color info

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

RGB color model

#2F1449 color RGB value is (47,20,73).

  • red value is 47;
  • green value is 20;
  • blue value is 73.
RGB:
(47,20,73)
(18%,8%,29%)

RGB channels and saturation

R 47 of 255 = 18%
G 20 of 255 = 8%
B 73 of 255 = 29%

47
20
73

R + G + B ~ 18%. #2F1449 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 20 + 73 = 140 (100%)
R 47 of 140 ~ 33.57%
G 20 of 140 ~ 14.29%
B 73 of 140 ~ 52.14%

%33.57
%14.29
%52.14

CMYK color model

#2F1449 color CMYK value is (36,73,0,71).

  • cyan value is 35.62%
  • magenta value is 72.60%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(36,73,0,71)
C36M73Y0K71 
(36%,73%,0%,71%)
(0.36/0.73/0.00/0.71)	

CMYK percentages

%35.62
%72.6
%0
%71.37

Codes

Color #2F1449 in popluar color models

2F1449
RGB472073
HSL271°56.99%18.24%
HSB/HSV271°72.60%28.63%
CMYK35.62%72.60%0.00%
71.37%

Color #2F1449 in popluar number systems.

HEX2F1449
Decimal472073
Binary101111101001001001
Octal5724111

Shades and tints

Shades of #2F1449

#2F1449
(47,20,73)
#2B1343
(43,19,67)
#27123D
(39,18,61)
#231137
(35,17,55)
#1F1031
(31,16,49)
#1B0F2B
(27,15,43)
#170E25
(23,14,37)
#130D1F
(19,13,31)
#0F0C19
(15,12,25)
#0B0B13
(11,11,19)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #2F1449

#2F1449
(47,20,73)
#412959
(65,41,89)
#533E69
(83,62,105)
#655379
(101,83,121)
#776889
(119,104,137)
#897D99
(137,125,153)
#9B92A9
(155,146,169)
#ADA7B9
(173,167,185)
#BFBCC9
(191,188,201)
#D1D1D9
(209,209,217)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F1449 color. Also use rgb(47,20,73) instead hex code.

Text Font Color

.myTextColor { color: #2F1449; }

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

This text font color is #2F1449.


Background Color

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

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

This div background color is #2F1449.


Border color

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

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

This div border color is #2F1449.


Opacity

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

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

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

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

This text has shadow with #2F1449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F1449 on black background.


Color preview on white background

This text has color #2F1449 on white background.



Black color preview on #2F1449 background

This text has black color on #2F1449 background.


White color preview on #2F1449 background

This text has white color on #2F1449 background.