COLOR #2F4D5F

HEX: #2F4D5F
RGB: (47,77,95)

Color info

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

RGB color model

#2F4D5F color RGB value is (47,77,95).

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

RGB channels and saturation

R 47 of 255 = 18%
G 77 of 255 = 30%
B 95 of 255 = 37%

47
77
95

R + G + B ~ 28%. #2F4D5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 77 + 95 = 219 (100%)
R 47 of 219 ~ 21.46%
G 77 of 219 ~ 35.16%
B 95 of 219 ~ 43.38%

%21.46
%35.16
%43.38

CMYK color model

#2F4D5F color CMYK value is (51,19,0,63).

  • cyan value is 50.53%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(51,19,0,63)
C51M19Y0K63 
(51%,19%,0%,63%)
(0.51/0.19/0.00/0.63)	

CMYK percentages

%50.53
%18.95
%0
%62.75

Codes

Color #2F4D5F in popluar color models

2F4D5F
RGB477795
HSL203°33.80%27.84%
HSB/HSV203°50.53%37.25%
CMYK50.53%18.95%0.00%
62.75%

Color #2F4D5F in popluar number systems.

HEX2F4D5F
Decimal477795
Binary10111110011011011111
Octal57115137

Shades and tints

Shades of #2F4D5F

#2F4D5F
(47,77,95)
#2B4657
(43,70,87)
#273F4F
(39,63,79)
#233847
(35,56,71)
#1F313F
(31,49,63)
#1B2A37
(27,42,55)
#17232F
(23,35,47)
#131C27
(19,28,39)
#0F151F
(15,21,31)
#0B0E17
(11,14,23)
#07070F
(7,7,15)
#000000
(0,0,0)

Tints of #2F4D5F

#2F4D5F
(47,77,95)
#415D6D
(65,93,109)
#536D7B
(83,109,123)
#657D89
(101,125,137)
#778D97
(119,141,151)
#899DA5
(137,157,165)
#9BADB3
(155,173,179)
#ADBDC1
(173,189,193)
#BFCDCF
(191,205,207)
#D1DDDD
(209,221,221)
#E3EDEB
(227,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4D5F; }

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

This text font color is #2F4D5F.


Background Color

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

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

This div background color is #2F4D5F.


Border color

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

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

This div border color is #2F4D5F.


Opacity

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

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

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

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

This text has shadow with #2F4D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4D5F on black background.


Color preview on white background

This text has color #2F4D5F on white background.



Black color preview on #2F4D5F background

This text has black color on #2F4D5F background.


White color preview on #2F4D5F background

This text has white color on #2F4D5F background.