COLOR #2F466D

HEX: #2F466D
RGB: (47,70,109)

Color info

#2F466D contains mainly green and blue colors. Web safe color of #2F466D is #333366 (or #336).

RGB color model

#2F466D color RGB value is (47,70,109).

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

RGB channels and saturation

R 47 of 255 = 18%
G 70 of 255 = 27%
B 109 of 255 = 43%

47
70
109

R + G + B ~ 29%. #2F466D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 70 + 109 = 226 (100%)
R 47 of 226 ~ 20.8%
G 70 of 226 ~ 30.97%
B 109 of 226 ~ 48.23%

%20.8
%30.97
%48.23

CMYK color model

#2F466D color CMYK value is (57,36,0,57).

  • cyan value is 56.88%
  • magenta value is 35.78%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(57,36,0,57)
C57M36Y0K57 
(57%,36%,0%,57%)
(0.57/0.36/0.00/0.57)	

CMYK percentages

%56.88
%35.78
%0
%57.25

Codes

Color #2F466D in popluar color models

2F466D
RGB4770109
HSL218°39.74%30.59%
HSB/HSV218°56.88%42.75%
CMYK56.88%35.78%0.00%
57.25%

Color #2F466D in popluar number systems.

HEX2F466D
Decimal4770109
Binary10111110001101101101
Octal57106155

Shades and tints

Shades of #2F466D

#2F466D
(47,70,109)
#2B4064
(43,64,100)
#273A5B
(39,58,91)
#233452
(35,52,82)
#1F2E49
(31,46,73)
#1B2840
(27,40,64)
#172237
(23,34,55)
#131C2E
(19,28,46)
#0F1625
(15,22,37)
#0B101C
(11,16,28)
#070A13
(7,10,19)
#000000
(0,0,0)

Tints of #2F466D

#2F466D
(47,70,109)
#41567A
(65,86,122)
#536687
(83,102,135)
#657694
(101,118,148)
#7786A1
(119,134,161)
#8996AE
(137,150,174)
#9BA6BB
(155,166,187)
#ADB6C8
(173,182,200)
#BFC6D5
(191,198,213)
#D1D6E2
(209,214,226)
#E3E6EF
(227,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F466D; }

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

This text font color is #2F466D.


Background Color

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

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

This div background color is #2F466D.


Border color

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

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

This div border color is #2F466D.


Opacity

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

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

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

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

This text has shadow with #2F466D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F466D on black background.


Color preview on white background

This text has color #2F466D on white background.



Black color preview on #2F466D background

This text has black color on #2F466D background.


White color preview on #2F466D background

This text has white color on #2F466D background.