COLOR #2F4D6D

HEX: #2F4D6D
RGB: (47,77,109)

Color info

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

RGB color model

#2F4D6D color RGB value is (47,77,109).

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

RGB channels and saturation

R 47 of 255 = 18%
G 77 of 255 = 30%
B 109 of 255 = 43%

47
77
109

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

Portions of RGB colors in percentages

R + G + B =
47 + 77 + 109 = 233 (100%)
R 47 of 233 ~ 20.17%
G 77 of 233 ~ 33.05%
B 109 of 233 ~ 46.78%

%20.17
%33.05
%46.78

CMYK color model

#2F4D6D color CMYK value is (57,29,0,57).

  • cyan value is 56.88%
  • magenta value is 29.36%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(57,29,0,57)
C57M29Y0K57 
(57%,29%,0%,57%)
(0.57/0.29/0.00/0.57)	

CMYK percentages

%56.88
%29.36
%0
%57.25

Codes

Color #2F4D6D in popluar color models

2F4D6D
RGB4777109
HSL211°39.74%30.59%
HSB/HSV211°56.88%42.75%
CMYK56.88%29.36%0.00%
57.25%

Color #2F4D6D in popluar number systems.

HEX2F4D6D
Decimal4777109
Binary10111110011011101101
Octal57115155

Shades and tints

Shades of #2F4D6D

#2F4D6D
(47,77,109)
#2B4664
(43,70,100)
#273F5B
(39,63,91)
#233852
(35,56,82)
#1F3149
(31,49,73)
#1B2A40
(27,42,64)
#172337
(23,35,55)
#131C2E
(19,28,46)
#0F1525
(15,21,37)
#0B0E1C
(11,14,28)
#070713
(7,7,19)
#000000
(0,0,0)

Tints of #2F4D6D

#2F4D6D
(47,77,109)
#415D7A
(65,93,122)
#536D87
(83,109,135)
#657D94
(101,125,148)
#778DA1
(119,141,161)
#899DAE
(137,157,174)
#9BADBB
(155,173,187)
#ADBDC8
(173,189,200)
#BFCDD5
(191,205,213)
#D1DDE2
(209,221,226)
#E3EDEF
(227,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4D6D; }

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

This text font color is #2F4D6D.


Background Color

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

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

This div background color is #2F4D6D.


Border color

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

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

This div border color is #2F4D6D.


Opacity

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

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

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

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

This text has shadow with #2F4D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4D6D on black background.


Color preview on white background

This text has color #2F4D6D on white background.



Black color preview on #2F4D6D background

This text has black color on #2F4D6D background.


White color preview on #2F4D6D background

This text has white color on #2F4D6D background.