COLOR #2F4E67

HEX: #2F4E67
RGB: (47,78,103)

Color info

#2F4E67 contains red, green and blue colors in about the same proportion. Web safe color of #2F4E67 is #336666 (or #366).

RGB color model

#2F4E67 color RGB value is (47,78,103).

  • red value is 47;
  • green value is 78;
  • blue value is 103.
RGB:
(47,78,103)
(18%,31%,40%)

RGB channels and saturation

R 47 of 255 = 18%
G 78 of 255 = 31%
B 103 of 255 = 40%

47
78
103

R + G + B ~ 30%. #2F4E67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 78 + 103 = 228 (100%)
R 47 of 228 ~ 20.61%
G 78 of 228 ~ 34.21%
B 103 of 228 ~ 45.18%

%20.61
%34.21
%45.18

CMYK color model

#2F4E67 color CMYK value is (54,24,0,60).

  • cyan value is 54.37%
  • magenta value is 24.27%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(54,24,0,60)
C54M24Y0K60 
(54%,24%,0%,60%)
(0.54/0.24/0.00/0.60)	

CMYK percentages

%54.37
%24.27
%0
%59.61

Codes

Color #2F4E67 in popluar color models

2F4E67
RGB4778103
HSL207°37.33%29.41%
HSB/HSV207°54.37%40.39%
CMYK54.37%24.27%0.00%
59.61%

Color #2F4E67 in popluar number systems.

HEX2F4E67
Decimal4778103
Binary10111110011101100111
Octal57116147

Shades and tints

Shades of #2F4E67

#2F4E67
(47,78,103)
#2B475E
(43,71,94)
#274055
(39,64,85)
#23394C
(35,57,76)
#1F3243
(31,50,67)
#1B2B3A
(27,43,58)
#172431
(23,36,49)
#131D28
(19,29,40)
#0F161F
(15,22,31)
#0B0F16
(11,15,22)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #2F4E67

#2F4E67
(47,78,103)
#415E74
(65,94,116)
#536E81
(83,110,129)
#657E8E
(101,126,142)
#778E9B
(119,142,155)
#899EA8
(137,158,168)
#9BAEB5
(155,174,181)
#ADBEC2
(173,190,194)
#BFCECF
(191,206,207)
#D1DEDC
(209,222,220)
#E3EEE9
(227,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F4E67 color. Also use rgb(47,78,103) instead hex code.

Text Font Color

.myTextColor { color: #2F4E67; }

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

This text font color is #2F4E67.


Background Color

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

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

This div background color is #2F4E67.


Border color

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

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

This div border color is #2F4E67.


Opacity

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

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

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

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

This text has shadow with #2F4E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4E67 on black background.


Color preview on white background

This text has color #2F4E67 on white background.



Black color preview on #2F4E67 background

This text has black color on #2F4E67 background.


White color preview on #2F4E67 background

This text has white color on #2F4E67 background.