COLOR #2F2659

HEX: #2F2659
RGB: (47,38,89)

Color info

#2F2659 contains red, green and blue colors in about the same proportion. Web safe color of #2F2659 is #333366 (or #336).

RGB color model

#2F2659 color RGB value is (47,38,89).

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

RGB channels and saturation

R 47 of 255 = 18%
G 38 of 255 = 15%
B 89 of 255 = 35%

47
38
89

R + G + B ~ 23%. #2F2659 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 38 + 89 = 174 (100%)
R 47 of 174 ~ 27.01%
G 38 of 174 ~ 21.84%
B 89 of 174 ~ 51.15%

%27.01
%21.84
%51.15

CMYK color model

#2F2659 color CMYK value is (47,57,0,65).

  • cyan value is 47.19%
  • magenta value is 57.30%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(47,57,0,65)
C47M57Y0K65 
(47%,57%,0%,65%)
(0.47/0.57/0.00/0.65)	

CMYK percentages

%47.19
%57.3
%0
%65.1

Codes

Color #2F2659 in popluar color models

2F2659
RGB473889
HSL251°40.16%24.90%
HSB/HSV251°57.30%34.90%
CMYK47.19%57.30%0.00%
65.10%

Color #2F2659 in popluar number systems.

HEX2F2659
Decimal473889
Binary1011111001101011001
Octal5746131

Shades and tints

Shades of #2F2659

#2F2659
(47,38,89)
#2B2351
(43,35,81)
#272049
(39,32,73)
#231D41
(35,29,65)
#1F1A39
(31,26,57)
#1B1731
(27,23,49)
#171429
(23,20,41)
#131121
(19,17,33)
#0F0E19
(15,14,25)
#0B0B11
(11,11,17)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #2F2659

#2F2659
(47,38,89)
#413968
(65,57,104)
#534C77
(83,76,119)
#655F86
(101,95,134)
#777295
(119,114,149)
#8985A4
(137,133,164)
#9B98B3
(155,152,179)
#ADABC2
(173,171,194)
#BFBED1
(191,190,209)
#D1D1E0
(209,209,224)
#E3E4EF
(227,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F2659; }

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

This text font color is #2F2659.


Background Color

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

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

This div background color is #2F2659.


Border color

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

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

This div border color is #2F2659.


Opacity

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

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

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

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

This text has shadow with #2F2659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F2659 on black background.


Color preview on white background

This text has color #2F2659 on white background.



Black color preview on #2F2659 background

This text has black color on #2F2659 background.


White color preview on #2F2659 background

This text has white color on #2F2659 background.