COLOR #2F265B

HEX: #2F265B
RGB: (47,38,91)

Color info

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

RGB color model

#2F265B color RGB value is (47,38,91).

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

RGB channels and saturation

R 47 of 255 = 18%
G 38 of 255 = 15%
B 91 of 255 = 36%

47
38
91

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

Portions of RGB colors in percentages

R + G + B =
47 + 38 + 91 = 176 (100%)
R 47 of 176 ~ 26.7%
G 38 of 176 ~ 21.59%
B 91 of 176 ~ 51.7%

%26.7
%21.59
%51.7

CMYK color model

#2F265B color CMYK value is (48,58,0,64).

  • cyan value is 48.35%
  • magenta value is 58.24%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(48,58,0,64)
C48M58Y0K64 
(48%,58%,0%,64%)
(0.48/0.58/0.00/0.64)	

CMYK percentages

%48.35
%58.24
%0
%64.31

Codes

Color #2F265B in popluar color models

2F265B
RGB473891
HSL250°41.09%25.29%
HSB/HSV250°58.24%35.69%
CMYK48.35%58.24%0.00%
64.31%

Color #2F265B in popluar number systems.

HEX2F265B
Decimal473891
Binary1011111001101011011
Octal5746133

Shades and tints

Shades of #2F265B

#2F265B
(47,38,91)
#2B2353
(43,35,83)
#27204B
(39,32,75)
#231D43
(35,29,67)
#1F1A3B
(31,26,59)
#1B1733
(27,23,51)
#17142B
(23,20,43)
#131123
(19,17,35)
#0F0E1B
(15,14,27)
#0B0B13
(11,11,19)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #2F265B

#2F265B
(47,38,91)
#413969
(65,57,105)
#534C77
(83,76,119)
#655F85
(101,95,133)
#777293
(119,114,147)
#8985A1
(137,133,161)
#9B98AF
(155,152,175)
#ADABBD
(173,171,189)
#BFBECB
(191,190,203)
#D1D1D9
(209,209,217)
#E3E4E7
(227,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F265B; }

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

This text font color is #2F265B.


Background Color

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

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

This div background color is #2F265B.


Border color

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

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

This div border color is #2F265B.


Opacity

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

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

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

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

This text has shadow with #2F265B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F265B on black background.


Color preview on white background

This text has color #2F265B on white background.



Black color preview on #2F265B background

This text has black color on #2F265B background.


White color preview on #2F265B background

This text has white color on #2F265B background.