COLOR #2F1959

HEX: #2F1959
RGB: (47,25,89)

Color info

#2F1959 contains mainly red and blue colors. Web safe color of #2F1959 is #330066 (or #306).

RGB color model

#2F1959 color RGB value is (47,25,89).

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

RGB channels and saturation

R 47 of 255 = 18%
G 25 of 255 = 10%
B 89 of 255 = 35%

47
25
89

R + G + B ~ 21%. #2F1959 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 25 + 89 = 161 (100%)
R 47 of 161 ~ 29.19%
G 25 of 161 ~ 15.53%
B 89 of 161 ~ 55.28%

%29.19
%15.53
%55.28

CMYK color model

#2F1959 color CMYK value is (47,72,0,65).

  • cyan value is 47.19%
  • magenta value is 71.91%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(47,72,0,65)
C47M72Y0K65 
(47%,72%,0%,65%)
(0.47/0.72/0.00/0.65)	

CMYK percentages

%47.19
%71.91
%0
%65.1

Codes

Color #2F1959 in popluar color models

2F1959
RGB472589
HSL261°56.14%22.35%
HSB/HSV261°71.91%34.90%
CMYK47.19%71.91%0.00%
65.10%

Color #2F1959 in popluar number systems.

HEX2F1959
Decimal472589
Binary101111110011011001
Octal5731131

Shades and tints

Shades of #2F1959

#2F1959
(47,25,89)
#2B1751
(43,23,81)
#271549
(39,21,73)
#231341
(35,19,65)
#1F1139
(31,17,57)
#1B0F31
(27,15,49)
#170D29
(23,13,41)
#130B21
(19,11,33)
#0F0919
(15,9,25)
#0B0711
(11,7,17)
#070509
(7,5,9)
#000000
(0,0,0)

Tints of #2F1959

#2F1959
(47,25,89)
#412D68
(65,45,104)
#534177
(83,65,119)
#655586
(101,85,134)
#776995
(119,105,149)
#897DA4
(137,125,164)
#9B91B3
(155,145,179)
#ADA5C2
(173,165,194)
#BFB9D1
(191,185,209)
#D1CDE0
(209,205,224)
#E3E1EF
(227,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F1959; }

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

This text font color is #2F1959.


Background Color

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

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

This div background color is #2F1959.


Border color

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

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

This div border color is #2F1959.


Opacity

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

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

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

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

This text has shadow with #2F1959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F1959 on black background.


Color preview on white background

This text has color #2F1959 on white background.



Black color preview on #2F1959 background

This text has black color on #2F1959 background.


White color preview on #2F1959 background

This text has white color on #2F1959 background.