COLOR #2F465B

HEX: #2F465B
RGB: (47,70,91)

Color info

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

RGB color model

#2F465B color RGB value is (47,70,91).

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

RGB channels and saturation

R 47 of 255 = 18%
G 70 of 255 = 27%
B 91 of 255 = 36%

47
70
91

R + G + B ~ 27%. #2F465B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 70 + 91 = 208 (100%)
R 47 of 208 ~ 22.6%
G 70 of 208 ~ 33.65%
B 91 of 208 ~ 43.75%

%22.6
%33.65
%43.75

CMYK color model

#2F465B color CMYK value is (48,23,0,64).

  • cyan value is 48.35%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(48,23,0,64)
C48M23Y0K64 
(48%,23%,0%,64%)
(0.48/0.23/0.00/0.64)	

CMYK percentages

%48.35
%23.08
%0
%64.31

Codes

Color #2F465B in popluar color models

2F465B
RGB477091
HSL209°31.88%27.06%
HSB/HSV209°48.35%35.69%
CMYK48.35%23.08%0.00%
64.31%

Color #2F465B in popluar number systems.

HEX2F465B
Decimal477091
Binary10111110001101011011
Octal57106133

Shades and tints

Shades of #2F465B

#2F465B
(47,70,91)
#2B4053
(43,64,83)
#273A4B
(39,58,75)
#233443
(35,52,67)
#1F2E3B
(31,46,59)
#1B2833
(27,40,51)
#17222B
(23,34,43)
#131C23
(19,28,35)
#0F161B
(15,22,27)
#0B1013
(11,16,19)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #2F465B

#2F465B
(47,70,91)
#415669
(65,86,105)
#536677
(83,102,119)
#657685
(101,118,133)
#778693
(119,134,147)
#8996A1
(137,150,161)
#9BA6AF
(155,166,175)
#ADB6BD
(173,182,189)
#BFC6CB
(191,198,203)
#D1D6D9
(209,214,217)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F465B; }

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

This text font color is #2F465B.


Background Color

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

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

This div background color is #2F465B.


Border color

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

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

This div border color is #2F465B.


Opacity

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

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

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

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

This text has shadow with #2F465B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F465B on black background.


Color preview on white background

This text has color #2F465B on white background.



Black color preview on #2F465B background

This text has black color on #2F465B background.


White color preview on #2F465B background

This text has white color on #2F465B background.