COLOR #2F466E

HEX: #2F466E
RGB: (47,70,110)

Color info

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

RGB color model

#2F466E color RGB value is (47,70,110).

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

RGB channels and saturation

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

47
70
110

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

Portions of RGB colors in percentages

R + G + B =
47 + 70 + 110 = 227 (100%)
R 47 of 227 ~ 20.7%
G 70 of 227 ~ 30.84%
B 110 of 227 ~ 48.46%

%20.7
%30.84
%48.46

CMYK color model

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

  • cyan value is 57.27%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(57,36,0,57)
C57M36Y0K57 
(57%,36%,0%,57%)
(0.57/0.36/0.00/0.57)	

CMYK percentages

%57.27
%36.36
%0
%56.86

Codes

Color #2F466E in popluar color models

2F466E
RGB4770110
HSL218°40.13%30.78%
HSB/HSV218°57.27%43.14%
CMYK57.27%36.36%0.00%
56.86%

Color #2F466E in popluar number systems.

HEX2F466E
Decimal4770110
Binary10111110001101101110
Octal57106156

Shades and tints

Shades of #2F466E

#2F466E
(47,70,110)
#2B4064
(43,64,100)
#273A5A
(39,58,90)
#233450
(35,52,80)
#1F2E46
(31,46,70)
#1B283C
(27,40,60)
#172232
(23,34,50)
#131C28
(19,28,40)
#0F161E
(15,22,30)
#0B1014
(11,16,20)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #2F466E

#2F466E
(47,70,110)
#41567B
(65,86,123)
#536688
(83,102,136)
#657695
(101,118,149)
#7786A2
(119,134,162)
#8996AF
(137,150,175)
#9BA6BC
(155,166,188)
#ADB6C9
(173,182,201)
#BFC6D6
(191,198,214)
#D1D6E3
(209,214,227)
#E3E6F0
(227,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F466E; }

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

This text font color is #2F466E.


Background Color

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

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

This div background color is #2F466E.


Border color

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

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

This div border color is #2F466E.


Opacity

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

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

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

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

This text has shadow with #2F466E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F466E on black background.


Color preview on white background

This text has color #2F466E on white background.



Black color preview on #2F466E background

This text has black color on #2F466E background.


White color preview on #2F466E background

This text has white color on #2F466E background.