COLOR #2F0F3A

HEX: #2F0F3A
RGB: (47,15,58)

Color info

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

RGB color model

#2F0F3A color RGB value is (47,15,58).

  • red value is 47;
  • green value is 15;
  • blue value is 58.
RGB:
(47,15,58)
(18%,6%,23%)

RGB channels and saturation

R 47 of 255 = 18%
G 15 of 255 = 6%
B 58 of 255 = 23%

47
15
58

R + G + B ~ 16%. #2F0F3A is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 15 + 58 = 120 (100%)
R 47 of 120 ~ 39.17%
G 15 of 120 ~ 12.5%
B 58 of 120 ~ 48.33%

%39.17
%12.5
%48.33

CMYK color model

#2F0F3A color CMYK value is (19,74,0,77).

  • cyan value is 18.97%
  • magenta value is 74.14%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(19,74,0,77)
C19M74Y0K77 
(19%,74%,0%,77%)
(0.19/0.74/0.00/0.77)	

CMYK percentages

%18.97
%74.14
%0
%77.25

Codes

Color #2F0F3A in popluar color models

2F0F3A
RGB471558
HSL285°58.90%14.31%
HSB/HSV285°74.14%22.75%
CMYK18.97%74.14%0.00%
77.25%

Color #2F0F3A in popluar number systems.

HEX2F0F3A
Decimal471558
Binary1011111111111010
Octal571772

Shades and tints

Shades of #2F0F3A

#2F0F3A
(47,15,58)
#2B0E35
(43,14,53)
#270D30
(39,13,48)
#230C2B
(35,12,43)
#1F0B26
(31,11,38)
#1B0A21
(27,10,33)
#17091C
(23,9,28)
#130817
(19,8,23)
#0F0712
(15,7,18)
#0B060D
(11,6,13)
#070508
(7,5,8)
#000000
(0,0,0)

Tints of #2F0F3A

#2F0F3A
(47,15,58)
#41244B
(65,36,75)
#53395C
(83,57,92)
#654E6D
(101,78,109)
#77637E
(119,99,126)
#89788F
(137,120,143)
#9B8DA0
(155,141,160)
#ADA2B1
(173,162,177)
#BFB7C2
(191,183,194)
#D1CCD3
(209,204,211)
#E3E1E4
(227,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F0F3A color. Also use rgb(47,15,58) instead hex code.

Text Font Color

.myTextColor { color: #2F0F3A; }

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

This text font color is #2F0F3A.


Background Color

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

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

This div background color is #2F0F3A.


Border color

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

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

This div border color is #2F0F3A.


Opacity

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

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

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

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

This text has shadow with #2F0F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F0F3A on black background.


Color preview on white background

This text has color #2F0F3A on white background.



Black color preview on #2F0F3A background

This text has black color on #2F0F3A background.


White color preview on #2F0F3A background

This text has white color on #2F0F3A background.